Lines Matching refs:ImmOffset

1470                                                  SDValue &ImmOffset) const {  in SelectMUBUFScratchOffen()
1492 ImmOffset = CurDAG->getTargetConstant(Imm & MaxOffset, DL, MVT::i32); in SelectMUBUFScratchOffen()
1523 ImmOffset = CurDAG->getTargetConstant(C1, DL, MVT::i32); in SelectMUBUFScratchOffen()
1530 ImmOffset = CurDAG->getTargetConstant(0, DL, MVT::i32); in SelectMUBUFScratchOffen()
1767 int64_t ImmOffset = 0; in SelectGlobalSAddr() local
1780 ImmOffset = COffsetVal; in SelectGlobalSAddr()
1837 Offset = CurDAG->getTargetConstant(ImmOffset, SDLoc(), MVT::i32); in SelectGlobalSAddr()
1853 Offset = CurDAG->getTargetConstant(ImmOffset, SDLoc(), MVT::i32); in SelectGlobalSAddr()
1921 SDValue VAddr, SDValue SAddr, uint64_t ImmOffset) const { in checkFlatScratchSVSSwizzleBug()
1932 KnownBits::makeConstant(APInt(32, ImmOffset))); in checkFlatScratchSVSSwizzleBug()
1941 int64_t ImmOffset = 0; in SelectScratchSVAddr() local
1951 ImmOffset = COffsetVal; in SelectScratchSVAddr()
2000 if (checkFlatScratchSVSSwizzleBug(VAddr, SAddr, ImmOffset)) in SelectScratchSVAddr()
2003 Offset = CurDAG->getTargetConstant(ImmOffset, SDLoc(), MVT::i32); in SelectScratchSVAddr()
2013 int64_t ImmOffset) const { in isSOffsetLegalWithImmOffset()
2014 if (!IsBuffer && !Imm32Only && ImmOffset < 0 && in isSOffsetLegalWithImmOffset()
2017 if (ImmOffset + SKnown.getMinValue().getSExtValue() < 0) in isSOffsetLegalWithImmOffset()
2031 int64_t ImmOffset) const { in SelectSMRDOffset()
2044 ImmOffset); in SelectSMRDOffset()
2050 ImmOffset); in SelectSMRDOffset()
2123 int64_t ImmOffset) const { in SelectSMRDBaseOffset()
2157 ImmOffset)) { in SelectSMRDBaseOffset()
2162 ImmOffset)) { in SelectSMRDBaseOffset()
2620 int ImmOffset = 0; in SelectDS_GWS() local
2636 ImmOffset = ConstOffset->getZExtValue(); in SelectDS_GWS()
2639 ImmOffset = BaseOffset.getConstantOperandVal(1); in SelectDS_GWS()
2658 SDValue OffsetField = CurDAG->getTargetConstant(ImmOffset, SL, MVT::i32); in SelectDS_GWS()