Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h39 DenseMap<SPIRVType *, const Type *> SPIRVToLLVMType; variable
127 auto Res = SPIRVToLLVMType.find(Ty); in getTypeForSPIRVType()
128 assert(Res != SPIRVToLLVMType.end()); in getTypeForSPIRVType()
H A DSPIRVGlobalRegistry.cpp587 SPIRVToLLVMType[SpirvType] = Ty; in restOfCreateSPIRVType()
698 SPIRVToLLVMType[SpirvType] = LLVMTy; in finishCreatingSPIRVType()