Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp2087 .addUse(GR.getOrCreateConstInt(i * 8, I, EltType, TII, ZeroAsNull)) in selectDot4AddPackedExpansion()
2088 .addUse(GR.getOrCreateConstInt(8, I, EltType, TII, ZeroAsNull)) in selectDot4AddPackedExpansion()
2098 .addUse(GR.getOrCreateConstInt(i * 8, I, EltType, TII, ZeroAsNull)) in selectDot4AddPackedExpansion()
2099 .addUse(GR.getOrCreateConstInt(8, I, EltType, TII, ZeroAsNull)) in selectDot4AddPackedExpansion()
2118 .addUse(GR.getOrCreateConstInt(0, I, EltType, TII, ZeroAsNull)) in selectDot4AddPackedExpansion()
2119 .addUse(GR.getOrCreateConstInt(8, I, EltType, TII, ZeroAsNull)) in selectDot4AddPackedExpansion()
2216 .addUse(GR.getOrCreateConstInt(SPIRV::Scope::Subgroup, I, in selectWaveOpInst()
2240 .addUse(GR.getOrCreateConstInt(SPIRV::Scope::Subgroup, I, IntTy, in selectWaveActiveCountBits()
2271 .addUse(GR.getOrCreateConstInt(SPIRV::Scope::Subgroup, I, IntTy, TII, in selectWaveReduceMax()
2298 .addUse(GR.getOrCreateConstInt(SPIRV::Scope::Subgroup, I, IntTy, TII, in selectWaveReduceSum()
[all …]
H A DSPIRVGlobalRegistry.h515 Register getOrCreateConstInt(uint64_t Val, MachineInstr &I,
H A DSPIRVGlobalRegistry.cpp334 Register SPIRVGlobalRegistry::getOrCreateConstInt(uint64_t Val, MachineInstr &I, in getOrCreateConstInt() function in SPIRVGlobalRegistry
482 return getOrCreateConstInt(Val->getUniqueInteger().getZExtValue(), I, in getOrCreateBaseRegister()