Searched refs:StackWidth (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h72 SDValue stackPtrToRegIndex(SDValue Ptr, unsigned StackWidth,
74 void getStackAddress(unsigned StackWidth, unsigned ElemIdx,
H A DR600ISelLowering.cpp1261 /// \p StackWidth, which tells us how many of the 4 sub-registrers will be used
1264 unsigned StackWidth,
1267 switch(StackWidth) {
1285 void R600TargetLowering::getStackAddress(unsigned StackWidth, argument
1289 switch (StackWidth) {
1391 unsigned StackWidth = TFL->getStackWidth(MF); local
1393 Ptr = stackPtrToRegIndex(Ptr, StackWidth, DAG);
1400 assert(NumElemVT >= StackWidth && "Stack width cannot be greater than "
1405 getStackAddress(StackWidth, i, Channel, PtrIncr);
1584 unsigned StackWidth local
1263 stackPtrToRegIndex(SDValue Ptr, unsigned StackWidth, SelectionDAG &DAG) const argument
[all...]
H A DR600InstrInfo.cpp1078 unsigned StackWidth = TFL->getStackWidth(MF); local
1087 for (unsigned Chan = 0; Chan < StackWidth; ++Chan) {

Completed in 156 milliseconds