Lines Matching refs:ImmOffset
1378 SDValue &ImmOffset) const { in SelectMUBUFScratchOffen()
1398 ImmOffset = CurDAG->getTargetConstant(Imm & 4095, DL, MVT::i16); in SelectMUBUFScratchOffen()
1429 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectMUBUFScratchOffen()
1436 ImmOffset = CurDAG->getTargetConstant(0, DL, MVT::i16); in SelectMUBUFScratchOffen()
1658 int64_t ImmOffset = 0; in SelectGlobalSAddr() local
1671 ImmOffset = COffsetVal; in SelectGlobalSAddr()
1728 Offset = CurDAG->getTargetConstant(ImmOffset, SDLoc(), MVT::i16); in SelectGlobalSAddr()
1744 Offset = CurDAG->getTargetConstant(ImmOffset, SDLoc(), MVT::i16); in SelectGlobalSAddr()
1812 SDValue VAddr, SDValue SAddr, uint64_t ImmOffset) const { in checkFlatScratchSVSSwizzleBug()
1822 KnownBits::makeConstant(APInt(32, ImmOffset))); in checkFlatScratchSVSSwizzleBug()
1831 int64_t ImmOffset = 0; in SelectScratchSVAddr() local
1840 ImmOffset = COffsetVal; in SelectScratchSVAddr()
1879 if (checkFlatScratchSVSSwizzleBug(VAddr, SAddr, ImmOffset)) in SelectScratchSVAddr()
1882 Offset = CurDAG->getTargetConstant(ImmOffset, SDLoc(), MVT::i16); in SelectScratchSVAddr()
2416 int ImmOffset = 0; in SelectDS_GWS() local
2432 ImmOffset = ConstOffset->getZExtValue(); in SelectDS_GWS()
2435 ImmOffset = BaseOffset.getConstantOperandVal(1); in SelectDS_GWS()
2454 SDValue OffsetField = CurDAG->getTargetConstant(ImmOffset, SL, MVT::i32); in SelectDS_GWS()