Searched refs:thisMBB (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelLowering.cpp | 533 MachineBasicBlock *thisMBB = BB; in emitSel16() local 568 .addMBB(thisMBB) in emitSel16() 596 MachineBasicBlock *thisMBB = BB; in emitSelT16() local 632 .addMBB(thisMBB) in emitSelT16() 662 MachineBasicBlock *thisMBB = BB; in emitSeliT16() local 698 .addMBB(thisMBB) in emitSeliT16()
|
| H A D | MipsISelLowering.cpp | 4803 MachineBasicBlock *thisMBB = BB; in emitPseudoSELECT() local 4847 .addMBB(thisMBB) in emitPseudoSELECT() 4880 MachineBasicBlock *thisMBB = BB; in emitPseudoD_SELECT() local 4918 .addMBB(thisMBB) in emitPseudoD_SELECT() 4923 .addMBB(thisMBB) in emitPseudoD_SELECT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 980 MachineBasicBlock *thisMBB = BB; in emitSelectPseudo() local 1016 .addMBB(thisMBB) in emitSelectPseudo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 1430 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local 1465 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 1417 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local 1453 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 13288 MachineBasicBlock *thisMBB = MBB; in emitEHSjLjSetJmp() local 13324 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD)) in emitEHSjLjSetJmp() 13339 MIB = BuildMI(*thisMBB, MI, DL, in emitEHSjLjSetJmp() 13347 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::BCLalways)).addMBB(mainMBB); in emitEHSjLjSetJmp() 13350 BuildMI(*thisMBB, MI, DL, TII->get(PPC::LI), restoreDstReg).addImm(1); in emitEHSjLjSetJmp() 13352 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::EH_SjLj_Setup)) in emitEHSjLjSetJmp() 13354 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::B)).addMBB(sinkMBB); in emitEHSjLjSetJmp() 13356 thisMBB->addSuccessor(mainMBB, BranchProbability::getZero()); in emitEHSjLjSetJmp() 13357 thisMBB->addSuccessor(sinkMBB, BranchProbability::getOne()); in emitEHSjLjSetJmp() 13386 .addReg(restoreDstReg).addMBB(thisMBB); in emitEHSjLjSetJmp() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 35736 MachineBasicBlock *thisMBB = MBB; in emitXBegin() local 35766 BuildMI(thisMBB, MIMD, TII->get(X86::XBEGIN_4)).addMBB(fallMBB); in emitXBegin() 35767 thisMBB->addSuccessor(mainMBB); in emitXBegin() 35768 thisMBB->addSuccessor(fallMBB); in emitXBegin() 35862 MachineBasicBlock *thisMBB = MBB; in EmitVAARGWithCustomInserter() local 35878 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter() 35879 endMBB = thisMBB; in EmitVAARGWithCustomInserter() 35910 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARGWithCustomInserter() 35911 std::next(MachineBasicBlock::iterator(MI)), thisMBB->end()); in EmitVAARGWithCustomInserter() 35912 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARGWithCustomInserter() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 12232 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local 12247 !checkAndUpdateCPSRKill(MI, thisMBB, TRI)) { in EmitInstrWithCustomInserter() 12281 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
|