Searched refs:restOfCreateSPIRVType (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
D | SPIRVGlobalRegistry.cpp | 629 return restOfCreateSPIRVType(Ty, MIRBuilder, AccQual, EmitIR); in findSPIRVType() 714 SPIRVType *SPIRVGlobalRegistry::restOfCreateSPIRVType( in restOfCreateSPIRVType() function in SPIRVGlobalRegistry 751 SPIRVType *STy = restOfCreateSPIRVType(Ty, MIRBuilder, AccessQual, EmitIR); in getOrCreateSPIRVType() 759 STy2 = restOfCreateSPIRVType(Ty2, MIRBuilder, AccessQual, EmitIR); in getOrCreateSPIRVType()
|
D | SPIRVGlobalRegistry.h | 62 restOfCreateSPIRVType(const Type *Type, MachineIRBuilder &MIRBuilder,
|