/aosp12/system/tools/hidl/ |
H A D | VectorType.cpp | 28 VectorType::VectorType(Scope* parent) : TemplatedType(parent, "vec") {} in VectorType() function in android::VectorType 30 std::string VectorType::templatedTypeName() const { in templatedTypeName() 73 bool VectorType::isVector() const { in isVector() 77 bool VectorType::isVectorOfBinders() const { in isVectorOfBinders() 126 std::string VectorType::getVtsType() const { in getVtsType() 134 void VectorType::emitReaderWriter( in emitReaderWriter() 284 void VectorType::emitReaderWriterEmbedded( in emitReaderWriterEmbedded() 356 void VectorType::emitJavaReaderWriter( in emitJavaReaderWriter() 434 void VectorType::emitJavaFieldInitializer( in emitJavaFieldInitializer() 450 void VectorType::emitJavaFieldReaderWriter( in emitJavaFieldReaderWriter() [all …]
|
H A D | VectorType.h | 28 struct VectorType : public TemplatedType { struct 29 VectorType(Scope* parent); 121 DISALLOW_COPY_AND_ASSIGN(VectorType);
|
H A D | hidl-gen_l.ll | 47 #include "VectorType.h" 116 "vec" { yylval->templatedType = new VectorType(*scope); return token::TEMPLATED; }
|
H A D | Android.bp | 103 "VectorType.cpp",
|
H A D | CompoundType.cpp | 60 if ((type.isVector() && static_cast<const VectorType*>(&type)->isVectorOfBinders())) { in validate() 1535 VectorType::getAlignmentAndSizeStatic(&vecAlign, &vecSize); in emitJavaTypeDeclarations() 1556 VectorType::EmitJavaFieldReaderWriterForElementType(out, 0 /* depth */, this, "parcel", in emitJavaTypeDeclarations() 1687 VectorType::EmitJavaFieldReaderWriterForElementType(out, 0 /* depth */, this, "parcel", in emitJavaTypeDeclarations()
|
H A D | Interface.cpp | 293 const VectorType *chainType = static_cast<const VectorType *>(&method->results()[0]->type()); in fillHashChainMethod()
|
H A D | hidl-gen_y.yy | 32 #include "VectorType.h"
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | FatVectorTests.cpp | 25 template <class VectorType> 26 static bool allocationIsInternal(VectorType& v) { in allocationIsInternal()
|
/aosp12/system/tools/hidl/hidl2aidl/ |
H A D | AidlType.cpp | 51 const VectorType& vec = static_cast<const VectorType&>(type); in getAidlType()
|
H A D | AidlTranslate.cpp | 251 elementType = static_cast<const VectorType*>(field.field->get())->getElementType(); in containerTranslation()
|
/aosp12/system/teeui/libteeui/src/ |
H A D | utils.cpp | 151 template <typename VectorType> inline VectorType rotate90(const VectorType& in) { in rotate90()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 1089 ResultTy = VectorType::get(ResultTy, Record[0]); in ParseTypeTableBody() 1274 ResultTy = VectorType::get(ResultTy, Record[0]); in ParseOldTypeTable() 1735 } else if (VectorType *VTy = dyn_cast<VectorType>(CurTy)) { in ParseConstants() 1849 VectorType *OpTy = in ParseConstants() 1850 dyn_cast_or_null<VectorType>(getTypeByID(Record[0])); in ParseConstants() 1859 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() 1870 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() 1882 VectorType *RTy = dyn_cast<VectorType>(CurTy); in ParseConstants() 1883 VectorType *OpTy = in ParseConstants() 2822 if (VectorType* vector_type = in ParseFunctionBody() [all …]
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_check_ast.cpp | 60 const clang::VectorType *VectorTy; in WarnOnSetElementAt() 64 VectorTy = clang::dyn_cast<clang::VectorType>(Ty); in WarnOnSetElementAt()
|
H A D | slang_rs_export_type.cpp | 1344 return llvm::VectorType::get(ElementType, getNumElement()); in convertToLLVMType()
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 1384 ResultTy = VectorType::get(ResultTy, Record[0]); in ParseTypeTableBody() 1586 ResultTy = VectorType::get(ResultTy, Record[0]); in ParseOldTypeTable() 2028 } else if (VectorType *VTy = dyn_cast<VectorType>(CurTy)) { in ParseConstants() 2142 VectorType *OpTy = in ParseConstants() 2143 dyn_cast_or_null<VectorType>(getTypeByID(Record[0])); in ParseConstants() 2152 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() 2163 VectorType *OpTy = dyn_cast<VectorType>(CurTy); in ParseConstants() 2175 VectorType *RTy = dyn_cast<VectorType>(CurTy); in ParseConstants() 2176 VectorType *OpTy = in ParseConstants() 3083 if (VectorType* vector_type = in ParseFunctionBody() [all …]
|
/aosp12/frameworks/compile/slang/BitWriter_2_9/ |
H A D | BitcodeWriter.cpp | 325 VectorType *VT = cast<VectorType>(T); in WriteTypeTable()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | BitcodeWriter.cpp | 325 VectorType *VT = cast<VectorType>(T); in WriteTypeTable()
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | BitcodeWriter.cpp | 327 VectorType *VT = cast<VectorType>(T); in WriteTypeTable()
|
/aosp12/frameworks/compile/libbcc/lib/ |
H A D | RSKernelExpand.cpp | 216 llvm::Type *V2xi64Ty = llvm::VectorType::get(llvm::Type::getInt64Ty(*Context), 2); in isStepOptSupported()
|