Searched refs:OpFI (Results 1 – 1 of 1) sorted by relevance
259 const MachineOperand OpFI = MI.getOperand(1); in isLoadFromStackSlot() local260 if (!OpFI.isFI()) in isLoadFromStackSlot()265 FrameIndex = OpFI.getIndex(); in isLoadFromStackSlot()281 const MachineOperand OpFI = MI.getOperand(2); in isLoadFromStackSlot() local282 if (!OpFI.isFI()) in isLoadFromStackSlot()287 FrameIndex = OpFI.getIndex(); in isLoadFromStackSlot()324 const MachineOperand &OpFI = MI.getOperand(0); in isStoreToStackSlot() local325 if (!OpFI.isFI()) in isStoreToStackSlot()330 FrameIndex = OpFI.getIndex(); in isStoreToStackSlot()342 const MachineOperand &OpFI = MI.getOperand(1); in isStoreToStackSlot() local[all …]