Lines Matching full:mfp
174 MachineFunction *MFp; member in __anone5a1286a0111::MipsBranchExpansion
273 MFp->CreateMachineBasicBlock(MBB->getBasicBlock()); in splitMBB()
282 MFp->insert(std::next(MachineFunction::iterator(MBB)), NewMBB); in splitMBB()
291 for (auto &MBB : *MFp) in initMBBInfo()
294 MFp->RenumberBlocks(); in initMBBInfo()
296 MBBInfos.resize(MFp->size()); in initMBBInfo()
299 MachineBasicBlock *MBB = MFp->getBlockNumbered(I); in initMBBInfo()
418 MachineBasicBlock *LongBrMBB = MFp->CreateMachineBasicBlock(BB); in expandToLongBranch()
420 MFp->insert(FallThroughMBB, LongBrMBB); in expandToLongBranch()
424 MachineBasicBlock *BalTgtMBB = MFp->CreateMachineBasicBlock(BB); in expandToLongBranch()
425 MFp->insert(FallThroughMBB, BalTgtMBB); in expandToLongBranch()
498 BuildMI(*MFp, DL, TII->get(BalOp)).addMBB(BalTgtMBB); in expandToLongBranch()
500 BuildMI(*MFp, DL, TII->get(Mips::LONG_BRANCH_ADDiu), Mips::AT) in expandToLongBranch()
609 BuildMI(*MFp, DL, TII->get(BalOp)).addMBB(BalTgtMBB); in expandToLongBranch()
611 BuildMI(*MFp, DL, TII->get(Mips::LONG_BRANCH_DADDiu), Mips::AT_64) in expandToLongBranch()
748 for (MachineFunction::iterator FI = MFp->begin(); FI != MFp->end(); ++FI) { in handleSlot()
757 std::next(I) == FI->end() && std::next(FI) == MFp->end(); in handleSlot()
830 MachineBasicBlock *MBB = MFp->getBlockNumbered(I); in handlePossibleLongBranch()
871 MFp->RenumberBlocks(); in handlePossibleLongBranch()
888 MFp = &MF; in runOnMachineFunction()