Home | History | Annotate | Download | only in X86

Lines Matching refs:FrameIndex

1418 /// isFrameOperand - Return true and the FrameIndex if the specified
1421 int &FrameIndex) const {
1427 FrameIndex = MI->getOperand(Op).getIndex();
1491 int &FrameIndex) const {
1493 if (MI->getOperand(0).getSubReg() == 0 && isFrameOperand(MI, 1, FrameIndex))
1499 int &FrameIndex) const {
1502 if ((Reg = isLoadFromStackSlot(MI, FrameIndex)))
1506 return hasLoadFromStackSlot(MI, Dummy, FrameIndex);
1512 int &FrameIndex) const {
1515 isFrameOperand(MI, 0, FrameIndex))
1521 int &FrameIndex) const {
1524 if ((Reg = isStoreToStackSlot(MI, FrameIndex)))
1528 return hasStoreToStackSlot(MI, Dummy, FrameIndex);
3748 if (NumAddrOps < 4) // FrameIndex only
3780 if (NumAddrOps < 4) // FrameIndex only
3798 if (NumAddrOps < 4) // FrameIndex only
4014 int FrameIndex) const {
4026 unsigned Size = MFI->getObjectSize(FrameIndex);
4027 unsigned Alignment = MFI->getObjectAlignment(FrameIndex);
4049 MOs.push_back(MachineOperand::CreateFI(FrameIndex));