Home
last modified time | relevance | path

Searched refs:StructType (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSInvokeHelperPass.cpp49 llvm::StructType* rsAllocationType;
50 llvm::StructType* rsElementType;
51 llvm::StructType* rsSamplerType;
52 llvm::StructType* rsScriptType;
53 llvm::StructType* rsTypeType;
78 rsAllocationType = llvm::StructType::create(rsBaseObj, kAllocationTypeName); in doInitialization()
79 rsElementType = llvm::StructType::create(rsBaseObj, kElementTypeName); in doInitialization()
80 rsSamplerType = llvm::StructType::create(rsBaseObj, kSamplerTypeName); in doInitialization()
81 rsScriptType = llvm::StructType::create(rsBaseObj, kScriptTypeName); in doInitialization()
82 rsTypeType = llvm::StructType::create(rsBaseObj, kTypeTypeName); in doInitialization()
[all …]
DRSInvariant.cpp82 if (auto ArgPtrDomainStructType = llvm::dyn_cast<llvm::StructType>(ArgPtrDomainType)) { in runOnFunction()
DRSForEachExpand.cpp244 llvm::StructType *RsLaunchDimensionsTy = in buildTypes()
245 llvm::StructType::create(RsLaunchDimensionsTypes, "RsLaunchDimensions"); in buildTypes()
285 llvm::StructType *RsExpandKernelDriverInfoPfxTy = in buildTypes()
286 llvm::StructType::create(RsExpandKernelDriverInfoPfxTypes, "RsExpandKernelDriverInfoPfx"); in buildTypes()
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSUtils.h27 static inline llvm::StringRef getUnsuffixedStructName(const llvm::StructType *T) { in getUnsuffixedStructName()
53 …st llvm::StringRef StructName = getUnsuffixedStructName(llvm::dyn_cast<const llvm::StructType>(T)); in getRsDataTypeForType()
/frameworks/compile/slang/
Dslang_rs_export_func.h33 class StructType; variable
102 bool checkParameterPacketType(llvm::StructType *ParamTy) const;
Dslang_rs_export_func.cpp127 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const { in checkParameterPacketType()
Dslang_rs_export_type.cpp1139 return llvm::StructType::get(C, Elements, true); in convertToLLVMType()
1143 return llvm::StructType::get(C, Elements, true); in convertToLLVMType()
1386 return llvm::StructType::get(C, X, false); in convertToLLVMType()
1514 llvm::StructType *ST = llvm::StructType::get(getRSContext()->getLLVMContext(), in convertToLLVMType()
Dslang_backend.cpp631 llvm::StructType *HelperFunctionParameterTy = nullptr; in dumpExportFunctionInfo()
647 llvm::StructType::get(mLLVMContext, HelperFunctionParameterTys); in dumpExportFunctionInfo()
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
DUT_foreach_multi.java83 ScriptField_RetStruct StructType = new ScriptField_RetStruct(RS, Xdim); in initializeGlobals() local
84 Out3 = StructType.getAllocation(); in initializeGlobals()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp266 std::vector<StructType *> getIdentifiedStructTypes() const override;
285 std::vector<StructType *> IdentifiedStructTypes;
286 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
287 StructType *createIdentifiedStructType(LLVMContext &Context);
782 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType()
784 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType()
789 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType()
790 auto *Ret = StructType::create(Context); in createIdentifiedStructType()
1013 ResultTy = StructType::get(Context, EltTys, Record[0]); in ParseTypeTableBody()
1029 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp151 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, nullptr); in UpgradeExceptionHandling()
504 std::vector<StructType *> getIdentifiedStructTypes() const override;
523 std::vector<StructType *> IdentifiedStructTypes;
524 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name);
525 StructType *createIdentifiedStructType(LLVMContext &Context);
1058 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType()
1060 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType()
1065 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType()
1066 auto *Ret = StructType::create(Context); in createIdentifiedStructType()
1309 ResultTy = StructType::get(Context, EltTys, Record[0]); in ParseTypeTableBody()
[all …]
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.cpp372 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
DBitcodeWriter.cpp291 StructType *ST = cast<StructType>(T); in WriteTypeTable()
295 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp372 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
DBitcodeWriter.cpp180 StructType *ST = cast<StructType>(T); in WriteTypeSymbolTable()
304 StructType *ST = cast<StructType>(T); in WriteTypeTable()
308 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.cpp372 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
DBitcodeWriter.cpp289 StructType *ST = cast<StructType>(T); in WriteTypeTable()
293 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable()