Home
last modified time | relevance | path

Searched refs:getOrCreateSPIRVIntegerType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h223 SPIRVType *getOrCreateSPIRVIntegerType(unsigned BitWidth,
225 SPIRVType *getOrCreateSPIRVIntegerType(unsigned BitWidth, MachineInstr &I,
H A DSPIRVGlobalRegistry.cpp31 SPIRVType *SpirvType = getOrCreateSPIRVIntegerType(BitWidth, I, TII); in assignIntTypeToVReg()
261 SPIRVType *SpvBaseType = getOrCreateSPIRVIntegerType(BitWidth, I, TII); in getOrCreateConsIntVector()
554 SpvElementType = getOrCreateSPIRVIntegerType(8, MIRBuilder); in createSPIRVType()
687 SPIRVGlobalRegistry::getOrCreateSPIRVIntegerType(unsigned BitWidth, in getOrCreateSPIRVIntegerType() function in SPIRVGlobalRegistry
703 SPIRVType *SPIRVGlobalRegistry::getOrCreateSPIRVIntegerType( in getOrCreateSPIRVIntegerType() function in SPIRVGlobalRegistry
H A DSPIRVInstructionSelector.cpp352 Register Idx = buildZerosVal(GR.getOrCreateSPIRVIntegerType(32, I, TII), I); in spvSelect()
647 SPIRVType *SpvBaseTy = GR.getOrCreateSPIRVIntegerType(8, I, TII); in selectAddrSpaceCast()
876 ResType ? ResType : GR.getOrCreateSPIRVIntegerType(32, I, TII); in buildI32Constant()
954 SPIRVType *TmpType = GR.getOrCreateSPIRVIntegerType(BitWidth, I, TII); in selectIToF()
1319 SPIRVType *SpvBaseTy = GR.getOrCreateSPIRVIntegerType(8, I, TII); in selectGlobalValue()