Home
last modified time | relevance | path

Searched refs:finishCreatingSPIRVType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/
DSPIRVGlobalRegistry.cpp618 return finishCreatingSPIRVType(Ty, SpirvType); in getOrCreateOpTypeFunctionWithArgs()
960 SPIRVType *SPIRVGlobalRegistry::finishCreatingSPIRVType(const Type *LLVMTy, in finishCreatingSPIRVType() function in SPIRVGlobalRegistry
980 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVIntegerType()
1000 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVBoolType()
1024 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVVectorType()
1042 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVArrayType()
1068 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVPointerType()
DSPIRVGlobalRegistry.h219 SPIRVType *finishCreatingSPIRVType(const Type *LLVMTy, SPIRVType *SpirvType);