Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.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()
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h269 void IncOffset(int32_t delta) { in IncOffset() function
/external/clang/include/clang/AST/
DStmtOpenMP.h316 IncOffset = 7, enumerator
430 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc()
636 reinterpret_cast<const Expr *>(*std::next(child_begin(), IncOffset))); in getInc()
/external/llvm-project/lldb/source/Plugins/UnwindAssembly/InstEmulation/
DUnwindAssemblyInstEmulation.cpp590 m_curr_row->GetCFAValue().IncOffset(-1 * offset); in WriteRegister()
/external/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h474 IncOffset = 6, enumerator
620 void setInc(Expr *Inc) { Data->getChildren()[IncOffset] = Inc; } in setInc()
944 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2819 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local
2821 IncOffset, /*HaseBaseReg=*/false)) in canFoldIVIncExpr()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3132 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local
3134 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp3129 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local
3131 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10852 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local
10853 int IncValue = IncOffset; in PerformDAGCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp14027 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local
14028 int IncValue = IncOffset; in PerformDAGCombine()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp15081 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local
15082 int IncValue = IncOffset; in PerformDAGCombine()