Searched refs:IncOffset (Results 1 – 6 of 6) sorted by relevance
1423 row.GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1434 row.GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1447 row.GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()1456 row.GetCFAValue().IncOffset(-m_wordsize); in AugmentUnwindPlanFromCallSite()1466 row.GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1475 row.GetCFAValue().IncOffset(m_wordsize); in AugmentUnwindPlanFromCallSite()1485 row.GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()1493 row.GetCFAValue().IncOffset(amount); in AugmentUnwindPlanFromCallSite()1503 row.GetCFAValue().IncOffset(-amount); in AugmentUnwindPlanFromCallSite()
291 void IncOffset(int32_t delta) { in IncOffset() function
497 m_state.row.GetCFAValue().IncOffset(-1 * offset); in WriteRegister()
1030 IncOffset = 6, enumerator1175 void setInc(Expr *Inc) { Data->getChildren()[IncOffset] = Inc; } in setInc()1333 Expr *getInc() const { return cast<Expr>(Data->getChildren()[IncOffset]); } in getInc()
3349 Immediate IncOffset = Immediate::getZero(); in canFoldIVIncExpr() local3353 IncOffset = Immediate::getFixed(IncConst->getValue()->getSExtValue()); in canFoldIVIncExpr()3360 IncOffset = Immediate::getScalable(C->getSExtValue()); in canFoldIVIncExpr()3368 IncOffset, /*HasBaseReg=*/false)) in canFoldIVIncExpr()
17031 int IncOffset = VT.getSizeInBits() / 8; in PerformDAGCombine() local17032 int IncValue = IncOffset; in PerformDAGCombine()