Searched refs:StackWidth (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.h | 86 SDValue stackPtrToRegIndex(SDValue Ptr, unsigned StackWidth, 88 void getStackAddress(unsigned StackWidth, unsigned ElemIdx,
|
D | R600ISelLowering.cpp | 1256 unsigned StackWidth, in stackPtrToRegIndex() argument 1259 switch(StackWidth) { in stackPtrToRegIndex() 1277 void R600TargetLowering::getStackAddress(unsigned StackWidth, in getStackAddress() argument 1281 switch (StackWidth) { in getStackAddress() 1432 unsigned StackWidth = TFL->getStackWidth(MF); in LowerSTORE() local 1434 Ptr = stackPtrToRegIndex(Ptr, StackWidth, DAG); in LowerSTORE() 1441 assert(NumElemVT >= StackWidth && "Stack width cannot be greater than " in LowerSTORE() 1446 getStackAddress(StackWidth, i, Channel, PtrIncr); in LowerSTORE() 1669 unsigned StackWidth = TFL->getStackWidth(MF); in LowerLOAD() local 1671 Ptr = stackPtrToRegIndex(Ptr, StackWidth, DAG); in LowerLOAD() [all …]
|
D | R600InstrInfo.cpp | 1113 unsigned StackWidth = TFL->getStackWidth(MF); in reserveIndirectRegisters() local 1122 for (unsigned Chan = 0; Chan < StackWidth; ++Chan) { in reserveIndirectRegisters()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.h | 93 SDValue stackPtrToRegIndex(SDValue Ptr, unsigned StackWidth, 95 void getStackAddress(unsigned StackWidth, unsigned ElemIdx,
|
D | R600ISelLowering.cpp | 1088 unsigned StackWidth, in stackPtrToRegIndex() argument 1091 switch(StackWidth) { in stackPtrToRegIndex() 1109 void R600TargetLowering::getStackAddress(unsigned StackWidth, in getStackAddress() argument 1113 switch (StackWidth) { in getStackAddress()
|
D | R600InstrInfo.cpp | 1096 unsigned StackWidth = TFL->getStackWidth(MF); in reserveIndirectRegisters() local 1103 for (unsigned Chan = 0; Chan < StackWidth; ++Chan) { in reserveIndirectRegisters()
|