/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSInvokeHelperPass.cpp | 49 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 …]
|
D | RSX86TranslateGEPPass.cpp | 48 if (llvm::dyn_cast<llvm::StructType>(*GTI)) { in GEPIndexesStructType() 75 if (llvm::StructType *STy = llvm::dyn_cast<llvm::StructType>(*GTI)) { in computeGEPOffset()
|
D | RSInvariant.cpp | 82 if (auto ArgPtrDomainStructType = llvm::dyn_cast<llvm::StructType>(ArgPtrDomainType)) { in runOnFunction()
|
D | RSKernelExpand.cpp | 258 llvm::StructType *RsLaunchDimensionsTy = in buildTypes() 259 llvm::StructType::create(RsLaunchDimensionsTypes, "RsLaunchDimensions"); in buildTypes() 300 llvm::StructType::create(RsExpandKernelDriverInfoPfxTypes, "RsExpandKernelDriverInfoPfx"); in buildTypes()
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
D | RSUtils.h | 30 static inline llvm::StringRef getUnsuffixedStructName(const llvm::StructType *T) { in getUnsuffixedStructName() 84 …st llvm::StringRef StructName = getUnsuffixedStructName(llvm::dyn_cast<const llvm::StructType>(T)); in getRsDataTypeForType()
|
/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 | 1175 return llvm::StructType::get(C, Elements, true); in convertToLLVMType() 1179 return llvm::StructType::get(C, Elements, true); in convertToLLVMType() 1423 return llvm::StructType::get(C, X, false); in convertToLLVMType() 1552 llvm::StructType *ST = llvm::StructType::get(getRSContext()->getLLVMContext(), in convertToLLVMType()
|
D | slang_backend.cpp | 623 llvm::StructType *HelperFunctionParameterTy = nullptr; in dumpExportFunctionInfo() 639 llvm::StructType::get(mLLVMContext, HelperFunctionParameterTys); in dumpExportFunctionInfo()
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | UT_foreach_multi.java | 83 ScriptField_RetStruct StructType = new ScriptField_RetStruct(RS, Xdim); in initializeGlobals() local 84 Out3 = StructType.getAllocation(); in initializeGlobals()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 266 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/ |
D | BitcodeReader.cpp | 151 Type *LPadSlotTy = StructType::get(ExnTy, SelTy, nullptr); in UpgradeExceptionHandling() 503 std::vector<StructType *> getIdentifiedStructTypes() const override; 522 std::vector<StructType *> IdentifiedStructTypes; 523 StructType *createIdentifiedStructType(LLVMContext &Context, StringRef Name); 524 StructType *createIdentifiedStructType(LLVMContext &Context); 1057 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context, in createIdentifiedStructType() 1059 auto *Ret = StructType::create(Context, Name); in createIdentifiedStructType() 1064 StructType *BitcodeReader::createIdentifiedStructType(LLVMContext &Context) { in createIdentifiedStructType() 1065 auto *Ret = StructType::create(Context); in createIdentifiedStructType() 1308 ResultTy = StructType::get(Context, EltTys, Record[0]); in ParseTypeTableBody() [all …]
|
/frameworks/native/vulkan/api/templates/ |
D | vulkan_h.tmpl | 239 typedef {{Macro "StructType" $}} { 264 {{define "StructType"}}
|
D | vk_xml.tmpl | 318 …<type category="{{Macro "StructType" $}}" name="{{Macro "StructName" $}}"{{if $.Docs}} comment="{{… 331 {{define "StructType"}}
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.cpp | 372 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
|
D | BitcodeWriter.cpp | 289 StructType *ST = cast<StructType>(T); in WriteTypeTable() 293 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.cpp | 372 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/slang/BitWriter_2_9/ |
D | ValueEnumerator.cpp | 372 if (StructType *STy = dyn_cast<StructType>(Ty)) in EnumerateType()
|
D | BitcodeWriter.cpp | 180 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()
|