Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
HDUnwindAssembly-x86.cpp1045 row->GetCFAValue().IncOffset (m_wordsize); in augment_unwind_plan_from_call_site()
1058 row->GetCFAValue().IncOffset (m_wordsize); in augment_unwind_plan_from_call_site()
1073 row->GetCFAValue().IncOffset (-m_wordsize); in augment_unwind_plan_from_call_site()
1085 row->GetCFAValue().IncOffset (m_wordsize); in augment_unwind_plan_from_call_site()
1097 row->GetCFAValue().IncOffset (-amount); in augment_unwind_plan_from_call_site()
1107 row->GetCFAValue().IncOffset (amount); in augment_unwind_plan_from_call_site()
1119 row->GetCFAValue().IncOffset (-amount); in augment_unwind_plan_from_call_site()
1239 row->GetCFAValue().IncOffset (m_wordsize); in get_fast_unwind_plan()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmtOpenMP.h289 IncOffset = 7, enumerator
388 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc()
539 reinterpret_cast<const Expr *>(*std::next(child_begin(), IncOffset))); in getInc()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDUnwindPlan.h342 void IncOffset (int32_t delta) in IncOffset() function
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp2834 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local
2837 IncOffset, /*HaseBaseReg=*/ false)) in canFoldIVIncExpr()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp10298 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local
10299 int IncValue = IncOffset; in PerformDAGCombine()