Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h41 DenseMap<SPIRVType *, const Type *> SPIRVToLLVMType; variable
317 auto Res = SPIRVToLLVMType.find(Ty); in getTypeForSPIRVType()
318 assert(Res != SPIRVToLLVMType.end()); in getTypeForSPIRVType()
H A DSPIRVGlobalRegistry.cpp1122 SPIRVToLLVMType[SpirvType] = unifyPtrType(Ty); in restOfCreateSPIRVType()
1439 SPIRVToLLVMType[R] = ExtensionType; in getImageType()
1448 auto Key = SPIRV::irhandle_image(SPIRVToLLVMType.lookup(SampledType), Dim, in getOrCreateOpTypeImage()
1521 SPIRVToLLVMType.lookup(MIRBuilder.getMF().getRegInfo().getVRegDef( in getOrCreateOpTypeSampledImage()
1659 SPIRVToLLVMType[SpirvType] = unifyPtrType(LLVMTy); in finishCreatingSPIRVType()