Lines Matching refs:ImmOffset

1414   unsigned ImmOffset;  in selectDSGWSIntrinsic()  local
1436 ImmOffset = OffsetDef->getOperand(1).getCImm()->getZExtValue(); in selectDSGWSIntrinsic()
1440 std::tie(BaseOffset, ImmOffset) = in selectDSGWSIntrinsic()
1479 MIB.addImm(ImmOffset) in selectDSGWSIntrinsic()
4018 int64_t ImmOffset = 0; in selectGlobalSAddr() local
4028 ImmOffset = ConstOffset; in selectGlobalSAddr()
4096 MIB.addImm(ImmOffset); in selectGlobalSAddr()
4120 [=](MachineInstrBuilder &MIB) { MIB.addImm(ImmOffset); } // offset in selectGlobalSAddr()
4129 int64_t ImmOffset = 0; in selectScratchSAddr() local
4139 ImmOffset = ConstOffset; in selectScratchSAddr()
4147 [=](MachineInstrBuilder &MIB) { MIB.addImm(ImmOffset); } // offset in selectScratchSAddr()
4178 [=](MachineInstrBuilder &MIB) { MIB.addImm(ImmOffset); } // offset in selectScratchSAddr()
4184 Register VAddr, Register SAddr, uint64_t ImmOffset) const { in checkFlatScratchSVSSwizzleBug()
4194 KnownBits::makeConstant(APInt(32, ImmOffset))); in checkFlatScratchSVSSwizzleBug()
4205 int64_t ImmOffset = 0; in selectScratchSVAddr() local
4214 ImmOffset = ConstOffset; in selectScratchSVAddr()
4228 if (checkFlatScratchSVSSwizzleBug(RHS, LHS, ImmOffset)) in selectScratchSVAddr()
4236 [=](MachineInstrBuilder &MIB) { MIB.addImm(ImmOffset); } // offset in selectScratchSVAddr()
4246 [=](MachineInstrBuilder &MIB) { MIB.addImm(ImmOffset); } // offset in selectScratchSVAddr()
4666 MachineIRBuilder &B, Register &SOffset, int64_t &ImmOffset) const { in splitIllegalMUBUFOffset()
4667 if (SIInstrInfo::isLegalMUBUFImmOffset(ImmOffset)) in splitIllegalMUBUFOffset()
4674 .addImm(ImmOffset); in splitIllegalMUBUFOffset()
4675 ImmOffset = 0; in splitIllegalMUBUFOffset()