Searched refs:IncOffset (Results 1 – 6 of 6) sorted by relevance
1440 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()
269 void IncOffset(int32_t delta) { in IncOffset() function
560 m_curr_row->GetCFAValue().IncOffset(-1 * offset); in WriteRegister()
449 IncOffset = 7, enumerator604 void setInc(Expr *Inc) { *std::next(child_begin(), IncOffset) = Inc; } in setInc()940 reinterpret_cast<const Expr *>(*std::next(child_begin(), IncOffset))); in getInc()
3129 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local3131 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
14057 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local14058 int IncValue = IncOffset; in PerformDAGCombine()