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
102 bool checkParameterPacketType(llvm::StructType *ParamTy) const;
Dslang_rs_export_func.cpp127 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const { in checkParameterPacketType()
Dslang_rs_export_type.cpp1104 return llvm::StructType::get(C, Elements, true); in convertToLLVMType()
1108 return llvm::StructType::get(C, Elements, true); in convertToLLVMType()
1347 return llvm::StructType::get(C, X, false); in convertToLLVMType()
1475 llvm::StructType *ST = llvm::StructType::get(getRSContext()->getLLVMContext(), in convertToLLVMType()
Dslang_rs_backend.cpp295 llvm::StructType *HelperFunctionParameterTy = NULL; in dumpExportFunctionInfo()
310 llvm::StructType::get(mLLVMContext, HelperFunctionParameterTys); in dumpExportFunctionInfo()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp433 return TypeList[ID] = StructType::create(Context); in getTypeByID()
654 ResultTy = StructType::get(Context, EltTys, Record[0]); in ParseTypeTableBody()
670 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
675 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
699 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
704 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
838 ResultTy = StructType::create(Context, ""); in ParseOldTypeTable()
844 !cast<StructType>(TypeList[NextTypeID])->isOpaque()) in ParseOldTypeTable()
849 TypeList[NextTypeID] = StructType::create(Context, ""); in ParseOldTypeTable()
862 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()
712 return TypeList[ID] = StructType::create(Context); in getTypeByID()
953 ResultTy = StructType::get(Context, EltTys, Record[0]); in ParseTypeTableBody()
969 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
974 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
998 StructType *Res = cast_or_null<StructType>(TypeList[NumRecords]); in ParseTypeTableBody()
1003 Res = StructType::create(Context, TypeName); in ParseTypeTableBody()
1137 ResultTy = StructType::create(Context, ""); in ParseOldTypeTable()
1143 !cast<StructType>(TypeList[NextTypeID])->isOpaque()) in ParseOldTypeTable()
1148 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.cpp375 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.cpp68 llvm::StructType *ForEachStubType;
189 llvm::StructType::create(StructTypes, "RsForEachStubParamStruct"); in buildTypes()