Home
last modified time | relevance | path

Searched refs:thisMBB (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips16ISelLowering.cpp527 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()
HDMipsISelLowering.cpp4569 MachineBasicBlock *thisMBB = BB; in emitPseudoSELECT() local
4613 .addMBB(thisMBB) in emitPseudoSELECT()
4646 MachineBasicBlock *thisMBB = BB; in emitPseudoD_SELECT() local
4684 .addMBB(thisMBB) in emitPseudoD_SELECT()
4689 .addMBB(thisMBB) in emitPseudoD_SELECT()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430ISelLowering.cpp1585 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local
1620 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp1544 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local
1580 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp10995 MachineBasicBlock *thisMBB = MBB; in emitEHSjLjSetJmp() local
11031 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD)) in emitEHSjLjSetJmp()
11046 MIB = BuildMI(*thisMBB, MI, DL, in emitEHSjLjSetJmp()
11054 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::BCLalways)).addMBB(mainMBB); in emitEHSjLjSetJmp()
11057 BuildMI(*thisMBB, MI, DL, TII->get(PPC::LI), restoreDstReg).addImm(1); in emitEHSjLjSetJmp()
11059 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::EH_SjLj_Setup)) in emitEHSjLjSetJmp()
11061 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::B)).addMBB(sinkMBB); in emitEHSjLjSetJmp()
11063 thisMBB->addSuccessor(mainMBB, BranchProbability::getZero()); in emitEHSjLjSetJmp()
11064 thisMBB->addSuccessor(sinkMBB, BranchProbability::getOne()); in emitEHSjLjSetJmp()
11093 .addReg(restoreDstReg).addMBB(thisMBB); in emitEHSjLjSetJmp()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp30259 MachineBasicBlock *thisMBB = MBB; in emitXBegin() local
30283 BuildMI(thisMBB, DL, TII->get(X86::XBEGIN_4)).addMBB(fallMBB); in emitXBegin()
30284 thisMBB->addSuccessor(mainMBB); in emitXBegin()
30285 thisMBB->addSuccessor(fallMBB); in emitXBegin()
30381 MachineBasicBlock *thisMBB = MBB; in EmitVAARG64WithCustomInserter() local
30397 overflowMBB = thisMBB; in EmitVAARG64WithCustomInserter()
30398 endMBB = thisMBB; in EmitVAARG64WithCustomInserter()
30429 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARG64WithCustomInserter()
30430 std::next(MachineBasicBlock::iterator(MI)), thisMBB->end()); in EmitVAARG64WithCustomInserter()
30431 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARG64WithCustomInserter()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp10636 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local
10646 !checkAndUpdateCPSRKill(MI, thisMBB, TRI)) { in EmitInstrWithCustomInserter()
10680 .addMBB(thisMBB); in EmitInstrWithCustomInserter()