Searched refs:StackWidth (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/R600/ |
D | R600ISelLowering.h | 67 SDValue stackPtrToRegIndex(SDValue Ptr, unsigned StackWidth, 69 void getStackAddress(unsigned StackWidth, unsigned ElemIdx,
|
D | R600ISelLowering.cpp | 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() [all …]
|
D | R600InstrInfo.cpp | 1084 unsigned StackWidth = TFL->getStackWidth(MF); in reserveIndirectRegisters() local 1093 for (unsigned Chan = 0; Chan < StackWidth; ++Chan) { in reserveIndirectRegisters()
|