Searched refs:DispValue (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/bolt/lib/Passes/ |
| H A D | RetpolineInsertion.cpp | 140 MemRef.IndexRegNum, MemRef.DispValue, MemRef.DispExpr, in createNewRetpoline() 201 MemRef.DispExpr ? "+" + DispExprStr : "+" + to_string(MemRef.DispValue); in createRetpolineFunctionTag() 238 MemRef.IndexRegNum, MemRef.DispValue, MemRef.DispExpr, in createBranchReplacement() 259 &Memory.IndexRegNum, &Memory.DispValue, in IndirectBranchInfo() 311 MemRef.DispValue += Addend; in runOnFunctions() 313 MemRef.DispValue += Addend * MemRef.ScaleValue; in runOnFunctions()
|
| H A D | IndirectCallPromotion.cpp | 385 int64_t DispValue; in maybeGetHotJumpTableTargets() local 390 MemLocInstr, BaseReg, IndexReg, DispValue, DispExpr, PCRelBaseOut); in maybeGetHotJumpTableTargets() 410 << "DispValue = " << Twine::utohexstr(DispValue) << ", " in maybeGetHotJumpTableTargets() 436 ArrayStart = static_cast<uint64_t>(DispValue); in maybeGetHotJumpTableTargets()
|
| /llvm-project-15.0.7/bolt/include/bolt/Passes/ |
| H A D | RetpolineInsertion.h | 37 int64_t DispValue; member
|
| /llvm-project-15.0.7/bolt/lib/Target/AArch64/ |
| H A D | AArch64MCPlusBuilder.cpp | 275 int64_t DispValue; in evaluateMemOperandTarget() local 277 if (!evaluateAArch64MemoryOperand(Inst, DispValue, &DispExpr)) in evaluateMemOperandTarget() 284 Target = DispValue; in evaluateMemOperandTarget() 692 int64_t ScaleValue, DispValue; in analyzeIndirectBranch() local 699 DispValue, ScaleValue, PCRelBase)) in analyzeIndirectBranch() 703 DispValueOut = DispValue; in analyzeIndirectBranch()
|
| /llvm-project-15.0.7/bolt/lib/Target/X86/ |
| H A D | X86MCPlusBuilder.cpp | 726 int64_t DispValue; in evaluateMemOperandTarget() local 739 Target = DispValue; in evaluateMemOperandTarget() 1119 int64_t DispValue; in isStackAccess() local 1139 StackOffset = DispValue; in isStackAccess() 1195 int64_t DispValue; in changeToPushOrPop() local 1327 int64_t DispValue; in evaluateStackOffsetExpr() local 1340 Output = *InputVal + DispValue; in evaluateStackOffsetExpr() 2093 int64_t DispValue; in analyzePICJumpTable() local 2120 int64_t DispValue; in analyzePICJumpTable() local 2227 int64_t ScaleValue, DispValue; in analyzeIndirectBranch() local [all …]
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | BinaryFunction.cpp | 772 int64_t DispValue; in processIndirectBranch() local 797 IndexRegNum, DispValue, DispExpr, PCRelBaseInstr); in processIndirectBranch() 850 ArrayStart += DispValue & 0xFFFULL; in processIndirectBranch() 853 ArrayStart = static_cast<uint64_t>(DispValue); in processIndirectBranch() 1780 int64_t DispValue; in postProcessIndirectBranches() local 1785 IndexRegNum, DispValue, DispExpr, PCRelBaseInstr); in postProcessIndirectBranches()
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | MCPlusBuilder.h | 1351 unsigned &IndexRegNum, int64_t &DispValue, in analyzeIndirectBranch() argument
|