Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h39 DenseMap<SPIRVType *, const Type *> SPIRVToLLVMType; variable
134 auto Res = SPIRVToLLVMType.find(Ty); in getTypeForSPIRVType()
135 assert(Res != SPIRVToLLVMType.end()); in getTypeForSPIRVType()
H A DSPIRVGlobalRegistry.cpp723 SPIRVToLLVMType[SpirvType] = Ty; in restOfCreateSPIRVType()
828 SPIRV::ImageTypeDescriptor TD(SPIRVToLLVMType.lookup(SampledType), Dim, Depth, in getOrCreateOpTypeImage()
883 SPIRVToLLVMType.lookup(MIRBuilder.getMF().getRegInfo().getVRegDef( in getOrCreateOpTypeSampledImage()
964 SPIRVToLLVMType[SpirvType] = LLVMTy; in finishCreatingSPIRVType()