Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_func.h33 class StructType; variable
104 bool checkParameterPacketType(llvm::StructType *ParamTy) const;
Dslang_rs_export_func.cpp130 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const { in checkParameterPacketType()
Dslang_rs_backend.cpp295 llvm::StructType *HelperFunctionParameterTy = NULL; in dumpExportFunctionInfo()
304 llvm::StructType::get(mLLVMContext, HelperFunctionParameterTys); in dumpExportFunctionInfo()
Dslang_rs_export_type.cpp1056 RSObjectLLVMType = llvm::StructType::get(C, Elements, true); in convertToLLVMType()
1341 return llvm::StructType::get(C, X, false); in convertToLLVMType()
1497 llvm::StructType *ST = llvm::StructType::get(getRSContext()->getLLVMContext(), in convertToLLVMType()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp440 return TypeList[ID] = StructType::create(Context); in getTypeByID()
660 ResultTy = StructType::get(Context, EltTys, Record[0]); in ParseTypeTableBody()
676 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
681 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
705 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
710 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
844 ResultTy = StructType::create(Context, ""); in ParseOldTypeTable()
850 !cast<StructType>(TypeList[NextTypeID])->isOpaque()) in ParseOldTypeTable()
855 TypeList[NextTypeID] = StructType::create(Context, ""); in ParseOldTypeTable()
868 cast<StructType>(TypeList[NextTypeID])->setBody(EltTys, Record[0]); in ParseOldTypeTable()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp146 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, NULL); in UpgradeExceptionHandling()
720 return TypeList[ID] = StructType::create(Context); in getTypeByID()
960 ResultTy = StructType::get(Context, EltTys, Record[0]); in ParseTypeTableBody()
976 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
981 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
1005 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
1010 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
1144 ResultTy = StructType::create(Context, ""); in ParseOldTypeTable()
1150 !cast<StructType>(TypeList[NextTypeID])->isOpaque()) in ParseOldTypeTable()
1155 TypeList[NextTypeID] = StructType::create(Context, ""); in ParseOldTypeTable()
[all …]
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp375 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
DBitcodeWriter.cpp180 StructType *ST = cast<StructType>(T); in WriteTypeSymbolTable()
351 StructType *ST = cast<StructType>(T); in WriteTypeTable()
355 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.cpp365 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
DBitcodeWriter.cpp296 StructType *ST = cast<StructType>(T); in WriteTypeTable()
300 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable()
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.cpp375 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/libbcc/lib/Renderscript/
DRSForEachExpand.cpp173 return llvm::StructType::create(StructTys, "RsForEachStubParamStruct"); in getForeachStubTy()