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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h93 SDValue stackPtrToRegIndex(SDValue Ptr, unsigned StackWidth,
95 void getStackAddress(unsigned StackWidth, unsigned ElemIdx,
H A DR600InstrInfo.cpp1095 unsigned StackWidth = TFL->getStackWidth(MF);
1102 for (unsigned Chan = 0; Chan < StackWidth; ++Chan) {
H A DR600ISelLowering.cpp1091 /// \p StackWidth, which tells us how many of the 4 sub-registrers will be used
1094 unsigned StackWidth,
1097 switch(StackWidth) {
1115 void R600TargetLowering::getStackAddress(unsigned StackWidth, argument
1119 switch (StackWidth) {
1093 stackPtrToRegIndex(SDValue Ptr, unsigned StackWidth, SelectionDAG &DAG) const argument

Completed in 49 milliseconds