Searched defs:SpirvType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVGlobalRegistry.cpp | 37 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 D | SPIRVLegalizerInfo.cpp | 324 static Register convertPtrToInt(Register Reg, LLT ConvTy, SPIRVType *SpirvType, in convertPtrToInt()
|