Lines Matching refs:StackWidth
1263 unsigned StackWidth, in stackPtrToRegIndex() argument
1266 switch(StackWidth) { in stackPtrToRegIndex()
1283 void R600TargetLowering::getStackAddress(unsigned StackWidth, in getStackAddress() argument
1287 switch (StackWidth) { in getStackAddress()
1389 unsigned StackWidth = TFL->getStackWidth(MF); in LowerSTORE() local
1391 Ptr = stackPtrToRegIndex(Ptr, StackWidth, DAG); in LowerSTORE()
1398 assert(NumElemVT >= StackWidth && "Stack width cannot be greater than " in LowerSTORE()
1403 getStackAddress(StackWidth, i, Channel, PtrIncr); in LowerSTORE()
1587 unsigned StackWidth = TFL->getStackWidth(MF); in LowerLOAD() local
1589 Ptr = stackPtrToRegIndex(Ptr, StackWidth, DAG); in LowerLOAD()
1596 assert(NumElemVT >= StackWidth && "Stack width cannot be greater than " in LowerLOAD()
1601 getStackAddress(StackWidth, i, Channel, PtrIncr); in LowerLOAD()