Lines Matching refs:ImmOffset
229 SDValue &SOffset, SDValue &ImmOffset) const;
1560 SDValue &ImmOffset) const { in SelectMUBUFScratchOffen()
1586 ImmOffset = CurDAG->getTargetConstant(Imm & 4095, DL, MVT::i16); in SelectMUBUFScratchOffen()
1617 ImmOffset = CurDAG->getTargetConstant(C1->getZExtValue(), DL, MVT::i16); in SelectMUBUFScratchOffen()
1624 ImmOffset = CurDAG->getTargetConstant(0, DL, MVT::i16); in SelectMUBUFScratchOffen()
1820 int64_t ImmOffset = 0; in SelectGlobalSAddr() local
1832 ImmOffset = COffsetVal; in SelectGlobalSAddr()
1866 Offset = CurDAG->getTargetConstant(ImmOffset, SDLoc(), MVT::i16); in SelectGlobalSAddr()
1892 Offset = CurDAG->getTargetConstant(ImmOffset, SDLoc(), MVT::i16); in SelectGlobalSAddr()
2516 int ImmOffset = 0; in SelectDS_GWS() local
2532 ImmOffset = ConstOffset->getZExtValue(); in SelectDS_GWS()
2535 ImmOffset = BaseOffset.getConstantOperandVal(1); in SelectDS_GWS()
2554 SDValue OffsetField = CurDAG->getTargetConstant(ImmOffset, SL, MVT::i32); in SelectDS_GWS()