Lines Matching defs:SOffset
441 const MachineOperand *SOffset =
443 if (SOffset) {
444 if (SOffset->isReg())
445 BaseOps.push_back(SOffset);
447 Offset += SOffset->getImm();
6861 MachineOperand *SOffset = getNamedOperand(MI, AMDGPU::OpName::soffset);
6876 .add(*SOffset)
6900 .add(*SOffset)
9040 // Given Imm, split it into the values to put into the SOffset and ImmOffset
9047 bool SIInstrInfo::splitMUBUFOffset(uint32_t Imm, uint32_t &SOffset,
9055 // Use an SOffset inline constant for 4..64
9059 // Try to keep the same value in SOffset for adjacent loads, so that
9063 // SOffset, so that a larger range of values can be covered using
9082 // It is not possible to set immediate in SOffset field on some targets.
9088 SOffset = Overflow;