Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVGlobalRegistry.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()
HDSPIRVGlobalRegistry.h439 SPIRVType *finishCreatingSPIRVType(const Type *LLVMTy, SPIRVType *SpirvType);