Searched refs:thisMBB (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelLowering.cpp | 527 MachineBasicBlock *thisMBB = BB; in emitSel16() local 562 .addMBB(thisMBB) in emitSel16() 590 MachineBasicBlock *thisMBB = BB; in emitSelT16() local 626 .addMBB(thisMBB) in emitSelT16() 656 MachineBasicBlock *thisMBB = BB; in emitSeliT16() local 692 .addMBB(thisMBB) in emitSeliT16()
|
| H A D | MipsISelLowering.cpp | 4618 MachineBasicBlock *thisMBB = BB; in emitPseudoSELECT() local 4662 .addMBB(thisMBB) in emitPseudoSELECT() 4695 MachineBasicBlock *thisMBB = BB; in emitPseudoD_SELECT() local 4733 .addMBB(thisMBB) in emitPseudoD_SELECT() 4738 .addMBB(thisMBB) in emitPseudoD_SELECT()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 977 MachineBasicBlock *thisMBB = BB; in emitSelectPseudo() local 1013 .addMBB(thisMBB) in emitSelectPseudo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 1584 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local 1619 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 1536 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local 1572 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 11962 MachineBasicBlock *thisMBB = MBB; in emitEHSjLjSetJmp() local 11998 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD)) in emitEHSjLjSetJmp() 12013 MIB = BuildMI(*thisMBB, MI, DL, in emitEHSjLjSetJmp() 12021 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::BCLalways)).addMBB(mainMBB); in emitEHSjLjSetJmp() 12024 BuildMI(*thisMBB, MI, DL, TII->get(PPC::LI), restoreDstReg).addImm(1); in emitEHSjLjSetJmp() 12026 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::EH_SjLj_Setup)) in emitEHSjLjSetJmp() 12028 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::B)).addMBB(sinkMBB); in emitEHSjLjSetJmp() 12030 thisMBB->addSuccessor(mainMBB, BranchProbability::getZero()); in emitEHSjLjSetJmp() 12031 thisMBB->addSuccessor(sinkMBB, BranchProbability::getOne()); in emitEHSjLjSetJmp() 12060 .addReg(restoreDstReg).addMBB(thisMBB); in emitEHSjLjSetJmp() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 35235 MachineBasicBlock *thisMBB = MBB; in emitXBegin() local 35265 BuildMI(thisMBB, DL, TII->get(X86::XBEGIN_4)).addMBB(fallMBB); in emitXBegin() 35266 thisMBB->addSuccessor(mainMBB); in emitXBegin() 35267 thisMBB->addSuccessor(fallMBB); in emitXBegin() 35361 MachineBasicBlock *thisMBB = MBB; in EmitVAARGWithCustomInserter() local 35377 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter() 35378 endMBB = thisMBB; in EmitVAARGWithCustomInserter() 35409 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARGWithCustomInserter() 35410 std::next(MachineBasicBlock::iterator(MI)), thisMBB->end()); in EmitVAARGWithCustomInserter() 35411 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARGWithCustomInserter() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 12008 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local 12018 !checkAndUpdateCPSRKill(MI, thisMBB, TRI)) { in EmitInstrWithCustomInserter() 12052 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
|