Lines Matching refs:PtrIncr
1280 unsigned &PtrIncr) const { in getStackAddress()
1286 PtrIncr = 1; in getStackAddress()
1288 PtrIncr = 0; in getStackAddress()
1294 PtrIncr = 1; in getStackAddress()
1296 PtrIncr = 0; in getStackAddress()
1301 PtrIncr = 0; in getStackAddress()
1445 unsigned Channel, PtrIncr; in LowerSTORE() local
1446 getStackAddress(StackWidth, i, Channel, PtrIncr); in LowerSTORE()
1448 DAG.getConstant(PtrIncr, DL, MVT::i32)); in LowerSTORE()
1683 unsigned Channel, PtrIncr; in LowerLOAD() local
1684 getStackAddress(StackWidth, i, Channel, PtrIncr); in LowerLOAD()
1686 DAG.getConstant(PtrIncr, DL, MVT::i32)); in LowerLOAD()