Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp481 return finishCreatingSPIRVType(Ty, SpirvType); in getOrCreateOpTypeFunctionWithArgs()
694 SPIRVType *SPIRVGlobalRegistry::finishCreatingSPIRVType(const Type *LLVMTy, in finishCreatingSPIRVType() function in SPIRVGlobalRegistry
714 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVIntegerType()
734 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVBoolType()
758 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVVectorType()
785 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVPointerType()
H A DSPIRVGlobalRegistry.h201 SPIRVType *finishCreatingSPIRVType(const Type *LLVMTy, SPIRVType *SpirvType);