Lines Matching defs:BaseInsertOffset
1439 unsigned BaseInsertOffset = UserOffset + U.getMaxDisp() - UPad;
1441 BaseInsertOffset));
1446 BaseInsertOffset -= 4;
1448 LLVM_DEBUG(dbgs() << format(", adjusted to %#x", BaseInsertOffset)
1456 if (BaseInsertOffset + 8 >= UserBBI.postOffset()) {
1457 // Ensure BaseInsertOffset is larger than the offset of the instruction
1460 BaseInsertOffset =
1464 // after IT, this recalculated BaseInsertOffset could be in the middle of
1465 // an IT block. If it is, change the BaseInsertOffset to just after the
1481 BaseInsertOffset =
1482 std::max(BaseInsertOffset, Offset + TII->getInstSizeInBytes(*I) + 1);
1485 LLVM_DEBUG(dbgs() << format("Move inside block: %#x\n", BaseInsertOffset));
1487 unsigned EndInsertOffset = BaseInsertOffset + 4 + UPad +
1495 Offset < BaseInsertOffset;
1502 BaseInsertOffset -= Align.value();