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.cpp1423 row.GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1434 row.GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1447 row.GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1456 row.GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()
1466 row.GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1475 row.GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()
1485 row.GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
1493 row.GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()
1503 row.GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DUnwindPlan.h291 void IncOffset(int32_t delta) { in IncOffset() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp497 m_state.row.GetCFAValue().IncOffset(-1 * offset); in WriteRegister()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1030 IncOffset = 6, enumerator
1175 void setInc(Expr *Inc) { Data->getChildren()[IncOffset] = Inc; } in setInc()
1333 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3349 Immediate IncOffset = Immediate::getZero(); in canFoldIVIncExpr() local
3353 IncOffset = Immediate::getFixed(IncConst->getValue()->getSExtValue()); in canFoldIVIncExpr()
3360 IncOffset = Immediate::getScalable(C->getSExtValue()); in canFoldIVIncExpr()
3368 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp17031 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local
17032 int IncValue = IncOffset; in PerformDAGCombine()