Lines Matching full:baseinsertoffset
1428 unsigned BaseInsertOffset = UserOffset + U.getMaxDisp() - UPad;
1430 BaseInsertOffset));
1435 BaseInsertOffset -= 4;
1437 DEBUG(dbgs() << format(", adjusted to %#x", BaseInsertOffset)
1446 if (BaseInsertOffset + 8 >= UserBBI.postOffset()) {
1447 // Ensure BaseInsertOffset is larger than the offset of the instruction
1450 BaseInsertOffset =
1453 DEBUG(dbgs() << format("Move inside block: %#x\n", BaseInsertOffset));
1455 unsigned EndInsertOffset = BaseInsertOffset + 4 + UPad +
1463 Offset < BaseInsertOffset;
1470 BaseInsertOffset -= 1u << LogAlign;