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.h43 DenseMap<SPIRVType *, const Type *> SPIRVToLLVMType; variable
304 auto Res = SPIRVToLLVMType.find(Ty); in getTypeForSPIRVType()
305 assert(Res != SPIRVToLLVMType.end()); in getTypeForSPIRVType()
H A DSPIRVGlobalRegistry.cpp929 SPIRVToLLVMType[SpirvType] = unifyPtrType(Ty); in restOfCreateSPIRVType()
1117 auto TD = SPIRV::make_descr_image(SPIRVToLLVMType.lookup(SampledType), Dim, in getOrCreateOpTypeImage()
1172 SPIRVToLLVMType.lookup(MIRBuilder.getMF().getRegInfo().getVRegDef( in getOrCreateOpTypeSampledImage()
1283 SPIRVToLLVMType[SpirvType] = unifyPtrType(LLVMTy); in finishCreatingSPIRVType()