Searched refs:StructType (Results 1 – 13 of 13) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_func.h | 33 class StructType; variable 104 bool checkParameterPacketType(llvm::StructType *ParamTy) const;
|
D | slang_rs_export_func.cpp | 130 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const { in checkParameterPacketType()
|
D | slang_rs_backend.cpp | 295 llvm::StructType *HelperFunctionParameterTy = NULL; in dumpExportFunctionInfo() 304 llvm::StructType::get(mLLVMContext, HelperFunctionParameterTys); in dumpExportFunctionInfo()
|
D | slang_rs_export_type.cpp | 1056 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/ |
D | BitcodeReader.cpp | 440 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/ |
D | BitcodeReader.cpp | 146 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/ |
D | ValueEnumerator.cpp | 375 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
|
D | BitcodeWriter.cpp | 180 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/ |
D | ValueEnumerator.cpp | 365 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
|
D | BitcodeWriter.cpp | 296 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/ |
D | ValueEnumerator.cpp | 375 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
|
D | BitcodeWriter.cpp | 291 StructType *ST = cast<StructType>(T); in WriteTypeTable() 295 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable()
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSForEachExpand.cpp | 173 return llvm::StructType::create(StructTys, "RsForEachStubParamStruct"); in getForeachStubTy()
|