Home | History | Annotate | Download | only in Mips

Lines Matching refs:MBB

54   bool AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
59 unsigned RemoveBranch(MachineBasicBlock &MBB) const override;
61 unsigned InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB,
69 BranchType AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
76 void insertNoop(MachineBasicBlock &MBB,
90 void storeRegToStackSlot(MachineBasicBlock &MBB,
95 storeRegToStack(MBB, MBBI, SrcReg, isKill, FrameIndex, RC, TRI, 0);
98 void loadRegFromStackSlot(MachineBasicBlock &MBB,
103 loadRegFromStack(MBB, MBBI, DestReg, FrameIndex, RC, TRI, 0);
106 virtual void storeRegToStack(MachineBasicBlock &MBB,
113 virtual void loadRegFromStack(MachineBasicBlock &MBB,
128 MachineMemOperand *GetMemOperand(MachineBasicBlock &MBB, int FI,
138 void BuildCondBr(MachineBasicBlock &MBB, MachineBasicBlock *TBB, DebugLoc DL,