Searched refs:IncOffset (Results 1 – 6 of 6) sorted by relevance
1429 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1441 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1455 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()1465 row->GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()1476 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1486 row->GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1497 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()1506 row->GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()1517 row->GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
269 void IncOffset(int32_t delta) { in IncOffset() function
577 m_curr_row->GetCFAValue().IncOffset(-1 * offset); in WriteRegister()
1045 IncOffset = 6, enumerator1190 void setInc(Expr *Inc) { Data->getChildren()[IncOffset] = Inc; } in setInc()1348 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc()
3361 Immediate IncOffset = Immediate::getZero(); in canFoldIVIncExpr() local3365 IncOffset = Immediate::getFixed(IncConst->getValue()->getSExtValue()); in canFoldIVIncExpr()3375 IncOffset = Immediate::getScalable(Scale->getValue()->getSExtValue()); in canFoldIVIncExpr()3383 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
16138 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local16139 int IncValue = IncOffset; in PerformDAGCombine()