Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.cpp1429 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1441 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1455 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1465 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1476 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1486 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1497 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1506 row->GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()
1517 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h269 void IncOffset(int32_t delta) { in IncOffset() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp577 m_curr_row->GetCFAValue().IncOffset(-1 * offset); in WriteRegister()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1045 IncOffset = 6, enumerator
1190 void setInc(Expr *Inc) { Data->getChildren()[IncOffset] = Inc; } in setInc()
1348 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3361 Immediate IncOffset = Immediate::getZero(); in canFoldIVIncExpr() local
3365 IncOffset = Immediate::getFixed(IncConst->getValue()->getSExtValue()); in canFoldIVIncExpr()
3375 IncOffset = Immediate::getScalable(Scale->getValue()->getSExtValue()); in canFoldIVIncExpr()
3383 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp16138 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local
16139 int IncValue = IncOffset; in PerformDAGCombine()