Home
last modified time | relevance | path

Searched refs:IncOffset (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
HDx86AssemblyInspectionEngine.cpp1440 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1452 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1466 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1476 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1487 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1497 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1508 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1517 row->GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()
1528 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDUnwindPlan.h269 void IncOffset(int32_t delta) { in IncOffset() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
HDUnwindAssemblyInstEmulation.cpp560 m_curr_row->GetCFAValue().IncOffset(-1 * offset); in WriteRegister()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmtOpenMP.h449 IncOffset = 7, enumerator
604 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc()
940 reinterpret_cast<const Expr *>(*std::next(child_begin(), IncOffset))); in getInc()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp3129 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local
3131 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp14057 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local
14058 int IncValue = IncOffset; in PerformDAGCombine()