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.cpp796 return finishCreatingSPIRVType(Ty, SpirvType); in getOrCreateOpTypeFunctionWithArgs()
1279 SPIRVType *SPIRVGlobalRegistry::finishCreatingSPIRVType(const Type *LLVMTy, in finishCreatingSPIRVType() function in SPIRVGlobalRegistry
1301 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVType()
1353 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVBoolType()
1378 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVVectorType()
1397 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVArrayType()
1419 return finishCreatingSPIRVType(LLVMTy, MIB); in getOrCreateSPIRVPointerType()
H A DSPIRVGlobalRegistry.h439 SPIRVType *finishCreatingSPIRVType(const Type *LLVMTy, SPIRVType *SpirvType);