Lines Matching refs:ImmOffset
1676 unsigned ImmOffset; in selectDSGWSIntrinsic() local
1698 ImmOffset = OffsetDef->getOperand(1).getCImm()->getZExtValue(); in selectDSGWSIntrinsic()
1702 std::tie(BaseOffset, ImmOffset) = in selectDSGWSIntrinsic()
1742 MIB.addImm(ImmOffset) in selectDSGWSIntrinsic()
4404 int64_t ImmOffset = 0; in selectGlobalSAddr() local
4414 ImmOffset = ConstOffset; in selectGlobalSAddr()
4482 MIB.addImm(ImmOffset); in selectGlobalSAddr()
4506 [=](MachineInstrBuilder &MIB) { MIB.addImm(ImmOffset); } // offset in selectGlobalSAddr()
4515 int64_t ImmOffset = 0; in selectScratchSAddr() local
4525 ImmOffset = ConstOffset; in selectScratchSAddr()
4533 [=](MachineInstrBuilder &MIB) { MIB.addImm(ImmOffset); } // offset in selectScratchSAddr()
4565 [=](MachineInstrBuilder &MIB) { MIB.addImm(ImmOffset); } // offset in selectScratchSAddr()
4571 Register VAddr, Register SAddr, uint64_t ImmOffset) const { in checkFlatScratchSVSSwizzleBug()
4581 KnownBits::makeConstant(APInt(32, ImmOffset))); in checkFlatScratchSVSSwizzleBug()
4592 int64_t ImmOffset = 0; in selectScratchSVAddr() local
4602 ImmOffset = ConstOffset; in selectScratchSVAddr()
4624 if (checkFlatScratchSVSSwizzleBug(RHS, LHS, ImmOffset)) in selectScratchSVAddr()
4632 [=](MachineInstrBuilder &MIB) { MIB.addImm(ImmOffset); } // offset in selectScratchSVAddr()
4642 [=](MachineInstrBuilder &MIB) { MIB.addImm(ImmOffset); } // offset in selectScratchSVAddr()
5151 MachineIRBuilder &B, Register &SOffset, int64_t &ImmOffset) const { in splitIllegalMUBUFOffset()
5152 if (TII.isLegalMUBUFImmOffset(ImmOffset)) in splitIllegalMUBUFOffset()
5159 .addImm(ImmOffset); in splitIllegalMUBUFOffset()
5160 ImmOffset = 0; in splitIllegalMUBUFOffset()