Searched refs:OpFI (Results 1 – 1 of 1) sorted by relevance
305 const MachineOperand OpFI = MI.getOperand(1); in isLoadFromStackSlot() local306 if (!OpFI.isFI()) in isLoadFromStackSlot()311 FrameIndex = OpFI.getIndex(); in isLoadFromStackSlot()319 const MachineOperand OpFI = MI.getOperand(2); in isLoadFromStackSlot() local320 if (!OpFI.isFI()) in isLoadFromStackSlot()325 FrameIndex = OpFI.getIndex(); in isLoadFromStackSlot()353 const MachineOperand &OpFI = MI.getOperand(0); in isStoreToStackSlot() local354 if (!OpFI.isFI()) in isStoreToStackSlot()359 FrameIndex = OpFI.getIndex(); in isStoreToStackSlot()371 const MachineOperand &OpFI = MI.getOperand(1); in isStoreToStackSlot() local[all …]