Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp639 return finishCreatingSPIRVType(Ty, SpirvType); in getOrCreateOpTypeFunctionWithArgs()
1030 SPIRVType *SPIRVGlobalRegistry::finishCreatingSPIRVType(const Type *LLVMTy, in finishCreatingSPIRVType() function in SPIRVGlobalRegistry
1050 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVIntegerType()
1071 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVBoolType()
1096 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVVectorType()
1115 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVArrayType()
1135 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVPointerType()
1154 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVPointerType()
H A DSPIRVGlobalRegistry.h222 SPIRVType *finishCreatingSPIRVType(const Type *LLVMTy, SPIRVType *SpirvType);