Searched refs:StackWidth (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.h | 72 SDValue stackPtrToRegIndex(SDValue Ptr, unsigned StackWidth, 74 void getStackAddress(unsigned StackWidth, unsigned ElemIdx,
|
D | R600ISelLowering.cpp | 1264 unsigned StackWidth, in stackPtrToRegIndex() argument 1267 switch(StackWidth) { in stackPtrToRegIndex() 1285 void R600TargetLowering::getStackAddress(unsigned StackWidth, in getStackAddress() argument 1289 switch (StackWidth) { in getStackAddress() 1391 unsigned StackWidth = TFL->getStackWidth(MF); in LowerSTORE() local 1393 Ptr = stackPtrToRegIndex(Ptr, StackWidth, DAG); in LowerSTORE() 1400 assert(NumElemVT >= StackWidth && "Stack width cannot be greater than " in LowerSTORE() 1405 getStackAddress(StackWidth, i, Channel, PtrIncr); in LowerSTORE() 1584 unsigned StackWidth = TFL->getStackWidth(MF); in LowerLOAD() local 1586 Ptr = stackPtrToRegIndex(Ptr, StackWidth, DAG); in LowerLOAD() [all …]
|
D | R600InstrInfo.cpp | 1078 unsigned StackWidth = TFL->getStackWidth(MF); in reserveIndirectRegisters() local 1087 for (unsigned Chan = 0; Chan < StackWidth; ++Chan) { in reserveIndirectRegisters()
|