Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:FrameIdx

1537   int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign, false);
1538 return getFrameIndex(FrameIdx, TLI.getPointerTy());
1553 int FrameIdx = FrameInfo->CreateStackObject(Bytes, Align, false);
1554 return getFrameIndex(FrameIdx, TLI.getPointerTy());
6227 int FrameIdx = 1 << 31;
6230 FrameIdx = FI->getIndex();
6234 FrameIdx = cast<FrameIndexSDNode>(Ptr.getOperand(0))->getIndex();
6238 if (FrameIdx != (1 << 31)) {
6240 unsigned FIInfoAlign = MinAlign(MFI.getObjectAlignment(FrameIdx),