Searched refs:IncOffset (Results 1 – 6 of 6) sorted by relevance
1438 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1450 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1464 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()1474 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()1485 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1495 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1506 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()1515 row->GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()1526 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
269 void IncOffset(int32_t delta) { in IncOffset() function
579 m_curr_row->GetCFAValue().IncOffset(-1 * offset); in WriteRegister()
1029 IncOffset = 6, enumerator1174 void setInc(Expr *Inc) { Data->getChildren()[IncOffset] = Inc; } in setInc()1332 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc()
3182 int64_t IncOffset = IncConst->getValue()->getSExtValue(); in canFoldIVIncExpr() local3184 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
15602 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local15603 int IncValue = IncOffset; in PerformDAGCombine()