Searched refs:StructType (Results 1 – 13 of 13) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_func.h | 33 class StructType; variable 102 bool checkParameterPacketType(llvm::StructType *ParamTy) const;
|
D | slang_rs_export_func.cpp | 127 RSExportFunc::checkParameterPacketType(llvm::StructType *ParamTy) const { in checkParameterPacketType()
|
D | slang_rs_export_type.cpp | 1104 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()
|
D | slang_rs_backend.cpp | 295 llvm::StructType *HelperFunctionParameterTy = NULL; in dumpExportFunctionInfo() 310 llvm::StructType::get(mLLVMContext, HelperFunctionParameterTys); in dumpExportFunctionInfo()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 433 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/ |
D | BitcodeReader.cpp | 146 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/ |
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 | 375 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 | 68 llvm::StructType *ForEachStubType; 189 llvm::StructType::create(StructTypes, "RsForEachStubParamStruct"); in buildTypes()
|