Lines Matching refs:RemainderOffset
1673 uint64_t RemainderOffset; in SelectFlatOffsetImpl() local
1675 std::tie(OffsetVal, RemainderOffset) = in SelectFlatOffsetImpl()
1679 getMaterializedScalarImm32(Lo_32(RemainderOffset), DL); in SelectFlatOffsetImpl()
1704 getMaterializedScalarImm32(Hi_32(RemainderOffset), DL); in SelectFlatOffsetImpl()
1787 int64_t SplitImmOffset, RemainderOffset; in SelectGlobalSAddr() local
1788 std::tie(SplitImmOffset, RemainderOffset) = TII->splitFlatOffset( in SelectGlobalSAddr()
1791 if (isUInt<32>(RemainderOffset)) { in SelectGlobalSAddr()
1794 CurDAG->getTargetConstant(RemainderOffset, SDLoc(), MVT::i32)); in SelectGlobalSAddr()
1899 int64_t SplitImmOffset, RemainderOffset; in SelectScratchSAddr() local
1900 std::tie(SplitImmOffset, RemainderOffset) = TII->splitFlatOffset( in SelectScratchSAddr()
1907 ? getMaterializedScalarImm32(Lo_32(RemainderOffset), DL) in SelectScratchSAddr()
1908 : CurDAG->getTargetConstant(RemainderOffset, DL, MVT::i32); in SelectScratchSAddr()
1956 int64_t SplitImmOffset, RemainderOffset; in SelectScratchSVAddr() local
1957 std::tie(SplitImmOffset, RemainderOffset) in SelectScratchSVAddr()
1960 if (isUInt<32>(RemainderOffset)) { in SelectScratchSVAddr()
1963 CurDAG->getTargetConstant(RemainderOffset, SDLoc(), MVT::i32)); in SelectScratchSVAddr()