Lines Matching refs:MachineBasicBlock
35 typedef MachineBasicBlock::iterator Iter;
59 bool expandInstr(MachineBasicBlock &MBB, Iter I);
60 void expandLoadCCond(MachineBasicBlock &MBB, Iter I);
61 void expandStoreCCond(MachineBasicBlock &MBB, Iter I);
62 void expandLoadACC(MachineBasicBlock &MBB, Iter I, unsigned RegSize);
63 void expandStoreACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc,
65 bool expandCopy(MachineBasicBlock &MBB, Iter I);
66 bool expandCopyACC(MachineBasicBlock &MBB, Iter I, unsigned MFHiOpc,
68 bool expandBuildPairF64(MachineBasicBlock &MBB,
69 MachineBasicBlock::iterator I, bool FP64) const;
70 bool expandExtractElementF64(MachineBasicBlock &MBB,
71 MachineBasicBlock::iterator I, bool FP64) const;
98 bool ExpandPseudo::expandInstr(MachineBasicBlock &MBB, Iter I) {
150 void ExpandPseudo::expandLoadCCond(MachineBasicBlock &MBB, Iter I) {
165 void ExpandPseudo::expandStoreCCond(MachineBasicBlock &MBB, Iter I) {
180 void ExpandPseudo::expandLoadACC(MachineBasicBlock &MBB, Iter I,
204 void ExpandPseudo::expandStoreACC(MachineBasicBlock &MBB, Iter I,
227 bool ExpandPseudo::expandCopy(MachineBasicBlock &MBB, Iter I) {
237 bool ExpandPseudo::expandCopyACC(MachineBasicBlock &MBB, Iter I,
268 bool ExpandPseudo::expandBuildPairF64(MachineBasicBlock &MBB,
269 MachineBasicBlock::iterator I,
320 bool ExpandPseudo::expandExtractElementF64(MachineBasicBlock &MBB,
321 MachineBasicBlock::iterator I,
377 MachineBasicBlock &MBB) const {
387 MachineBasicBlock::iterator MBBI = MBB.begin();
538 MachineFunction &MF, MachineBasicBlock &MBB) const {
541 MachineBasicBlock::iterator MBBI = MBB.begin();
667 MachineBasicBlock &MBB) const {
668 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr();
687 MachineBasicBlock::iterator I = MBBI;
701 MachineBasicBlock::iterator I = MBBI;
726 MachineFunction &MF, MachineBasicBlock &MBB) const {
728 MachineBasicBlock::iterator MBBI = MBB.getLastNonDebugInstr();
772 spillCalleeSavedRegisters(MachineBasicBlock &MBB,
773 MachineBasicBlock::iterator MI,
777 MachineBasicBlock *EntryBlock = &MF->front();