Lines Matching defs:OutputOffset
66 const auto OutputOffset = *OutputAddress - FuncOutputAddress;
69 if (OutputOffset == BBOutputOffset)
72 LLVM_DEBUG(dbgs() << " Key: " << Twine::utohexstr(OutputOffset) << " Val: "
74 Map.emplace(OutputOffset, (InputOffset << 1) | BRANCHENTRY);
162 const uint32_t OutputOffset = KeyVal.second;
163 if (OutputOffset & BRANCHENTRY)
174 const uint32_t OutputOffset = KeyVal.first;
176 if (OutputOffset == InputOffset - Skew)
388 const uint64_t OutputOffset = OutputAddress - Address;
392 InputOffset = ((OutputOffset + ColdInputSkew) << 1) | BEBitMask[J];
397 Map.insert(std::pair<uint32_t, uint32_t>(OutputOffset, InputOffset));
410 "{0:x} -> {1:x} ({2}/{3}b -> {4}/{5}b), {6:x}", OutputOffset,
623 const uint32_t OutputOffset = SymbolValue - CalleeAddress;
631 translate(CalleeAddress, OutputOffset, /*IsBranchSrc*/ false) + Offset;