Lines Matching refs:ImmOffset
1446 SDValue &ImmOffset) const { in SelectMUBUFScratchOffen()
1468 ImmOffset = CurDAG->getTargetConstant(Imm & MaxOffset, DL, MVT::i32); in SelectMUBUFScratchOffen()
1500 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i32); in SelectMUBUFScratchOffen()
1507 ImmOffset = CurDAG->getTargetConstant(0, DL, MVT::i32); in SelectMUBUFScratchOffen()
1744 int64_t ImmOffset = 0; in SelectGlobalSAddr() local
1757 ImmOffset = COffsetVal; in SelectGlobalSAddr()
1814 Offset = CurDAG->getTargetConstant(ImmOffset, SDLoc(), MVT::i32); in SelectGlobalSAddr()
1830 Offset = CurDAG->getTargetConstant(ImmOffset, SDLoc(), MVT::i32); in SelectGlobalSAddr()
1898 SDValue VAddr, SDValue SAddr, uint64_t ImmOffset) const { in checkFlatScratchSVSSwizzleBug()
1908 KnownBits::makeConstant(APInt(32, ImmOffset))); in checkFlatScratchSVSSwizzleBug()
1917 int64_t ImmOffset = 0; in SelectScratchSVAddr() local
1927 ImmOffset = COffsetVal; in SelectScratchSVAddr()
1976 if (checkFlatScratchSVSSwizzleBug(VAddr, SAddr, ImmOffset)) in SelectScratchSVAddr()
1979 Offset = CurDAG->getTargetConstant(ImmOffset, SDLoc(), MVT::i16); in SelectScratchSVAddr()
2562 int ImmOffset = 0; in SelectDS_GWS() local
2578 ImmOffset = ConstOffset->getZExtValue(); in SelectDS_GWS()
2581 ImmOffset = BaseOffset.getConstantOperandVal(1); in SelectDS_GWS()
2600 SDValue OffsetField = CurDAG->getTargetConstant(ImmOffset, SL, MVT::i32); in SelectDS_GWS()