Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:FrameIdx

1462   int FrameIdx = FrameInfo->CreateStackObject(ByteSize, StackAlign, false);
1463 return getFrameIndex(FrameIdx, TLI.getPointerTy());
1478 int FrameIdx = FrameInfo->CreateStackObject(Bytes, Align, false);
1479 return getFrameIndex(FrameIdx, TLI.getPointerTy());
6548 int FrameIdx = 1 << 31;
6551 FrameIdx = FI->getIndex();
6555 FrameIdx = cast<FrameIndexSDNode>(Ptr.getOperand(0))->getIndex();
6559 if (FrameIdx != (1 << 31)) {
6561 unsigned FIInfoAlign = MinAlign(MFI.getObjectAlignment(FrameIdx),