Searched refs:NewOff (Results 1 – 6 of 6) sorted by relevance
1393 int64_t NewOff = Imm - (FrameSize + HEXAGON_LRFP_SIZE); in isLegalToPacketizeTogether() local1394 if (HII->isValidOffset(Opc, NewOff)) { in isLegalToPacketizeTogether()1400 I->getOperand(1).setImm(NewOff); in isLegalToPacketizeTogether()
1428 uint64_t NewOff = GA->getOffset() + (uint64_t)Const->getSExtValue(); in SelectGlobalAddress() local1430 N.getValueType(), NewOff); in SelectGlobalAddress()
480 int64_t NewOff = Off.getImm() - (FrameSize + HEXAGON_LRFP_SIZE); in useCallersSP() local481 if (HII->isValidOffset(Opc, NewOff, HRI)) { in useCallersSP()482 Off.setImm(NewOff); in useCallersSP()
1389 uint64_t NewOff = GA->getOffset() + (uint64_t)Const->getSExtValue(); in SelectGlobalAddress() local1391 N.getValueType(), NewOff); in SelectGlobalAddress()
2706 int NewOff = Offset < 0 ? MinOff : MaxOff; in isAArch64FrameOffsetLegal() local2708 *EmittableOffset = NewOff; in isAArch64FrameOffsetLegal()2709 Offset = (Offset - NewOff) * Scale; in isAArch64FrameOffsetLegal()
3416 int NewOff = Offset < 0 ? MinOff : MaxOff; in isAArch64FrameOffsetLegal() local3418 *EmittableOffset = NewOff; in isAArch64FrameOffsetLegal()3419 Offset = (Offset - NewOff) * Scale; in isAArch64FrameOffsetLegal()