HomeSort by relevance Sort by last modified time
    Searched refs:StackWidth (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/R600/
R600ISelLowering.h 66 SDValue stackPtrToRegIndex(SDValue Ptr, unsigned StackWidth,
68 void getStackAddress(unsigned StackWidth, unsigned ElemIdx,
R600ISelLowering.cpp 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)
    [all...]
R600InstrInfo.cpp 576 unsigned StackWidth = TFL->getStackWidth(MF);
586 for (unsigned Chan = 0; Chan < StackWidth; ++Chan) {

Completed in 33 milliseconds