Home
last modified time | relevance | path

Searched defs:SpirvType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp37 SPIRVType *SpirvType = getOrCreateSPIRVIntegerType(BitWidth, I, TII); in assignIntTypeToVReg() local
46 SPIRVType *SpirvType = getOrCreateSPIRVFloatType(BitWidth, I, TII); in assignFloatTypeToVReg() local
54 SPIRVType *SpirvType = in assignVectTypeToVReg() local
63 SPIRVType *SpirvType = in assignTypeToVReg() local
69 void SPIRVGlobalRegistry::assignSPIRVTypeToVReg(SPIRVType *SpirvType, in assignSPIRVTypeToVReg()
794 SPIRVType *SpirvType = getOpTypeFunction(RetType, ArgTypes, MIRBuilder); in getOrCreateOpTypeFunctionWithArgs() local
926 SPIRVType *SpirvType = createSPIRVType(Ty, MIRBuilder, AccessQual, EmitIR); in restOfCreateSPIRVType() local
1280 SPIRVType *SpirvType) { in finishCreatingSPIRVType()
1390 SPIRVType *SpirvType = getOrCreateSPIRVIntegerType(32, I, TII); in getOrCreateSPIRVArrayType() local
H A DSPIRVLegalizerInfo.cpp324 static Register convertPtrToInt(Register Reg, LLT ConvTy, SPIRVType *SpirvType, in convertPtrToInt()