Home | History | Annotate | Download | only in R600

Lines Matching refs:StackWidth

662 /// \p StackWidth, which tells us how many of the 4 sub-registrers will be used
665 unsigned StackWidth,
668 switch(StackWidth) {
685 void R600TargetLowering::getStackAddress(unsigned StackWidth,
689 switch (StackWidth) {
747 unsigned StackWidth = TFL->getStackWidth(MF);
749 Ptr = stackPtrToRegIndex(Ptr, StackWidth, DAG);
756 assert(NumElemVT >= StackWidth && "Stack width cannot be greater than "
761 getStackAddress(StackWidth, i, Channel, PtrIncr);
880 unsigned StackWidth = TFL->getStackWidth(MF);
882 Ptr = stackPtrToRegIndex(Ptr, StackWidth, DAG);
889 assert(NumElemVT >= StackWidth && "Stack width cannot be greater than "
894 getStackAddress(StackWidth, i, Channel, PtrIncr);