Home
last modified time | relevance | path

Searched refs:VectorType (Results 1 – 19 of 19) sorted by relevance

/aosp12/system/tools/hidl/
H A DVectorType.cpp28 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 DVectorType.h28 struct VectorType : public TemplatedType { struct
29 VectorType(Scope* parent);
121 DISALLOW_COPY_AND_ASSIGN(VectorType);
H A Dhidl-gen_l.ll47 #include "VectorType.h"
116 "vec" { yylval->templatedType = new VectorType(*scope); return token::TEMPLATED; }
H A DAndroid.bp103 "VectorType.cpp",
H A DCompoundType.cpp60 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 DInterface.cpp293 const VectorType *chainType = static_cast<const VectorType *>(&method->results()[0]->type()); in fillHashChainMethod()
H A Dhidl-gen_y.yy32 #include "VectorType.h"
/aosp12/frameworks/base/libs/hwui/tests/unit/
H A DFatVectorTests.cpp25 template <class VectorType>
26 static bool allocationIsInternal(VectorType& v) { in allocationIsInternal()
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlType.cpp51 const VectorType& vec = static_cast<const VectorType&>(type); in getAidlType()
H A DAidlTranslate.cpp251 elementType = static_cast<const VectorType*>(field.field->get())->getElementType(); in containerTranslation()
/aosp12/system/teeui/libteeui/src/
H A Dutils.cpp151 template <typename VectorType> inline VectorType rotate90(const VectorType& in) { in rotate90()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1089 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 Dslang_rs_check_ast.cpp60 const clang::VectorType *VectorTy; in WarnOnSetElementAt()
64 VectorTy = clang::dyn_cast<clang::VectorType>(Ty); in WarnOnSetElementAt()
H A Dslang_rs_export_type.cpp1344 return llvm::VectorType::get(ElementType, getNumElement()); in convertToLLVMType()
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp1384 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 DBitcodeWriter.cpp325 VectorType *VT = cast<VectorType>(T); in WriteTypeTable()
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp325 VectorType *VT = cast<VectorType>(T); in WriteTypeTable()
/aosp12/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp327 VectorType *VT = cast<VectorType>(T); in WriteTypeTable()
/aosp12/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp216 llvm::Type *V2xi64Ty = llvm::VectorType::get(llvm::Type::getInt64Ty(*Context), 2); in isStepOptSupported()