Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMips16ISelLowering.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()
DMipsISelLowering.cpp4600 MachineBasicBlock *thisMBB = BB; in emitPseudoSELECT() local
4644 .addMBB(thisMBB) in emitPseudoSELECT()
4677 MachineBasicBlock *thisMBB = BB; in emitPseudoD_SELECT() local
4715 .addMBB(thisMBB) in emitPseudoD_SELECT()
4720 .addMBB(thisMBB) in emitPseudoD_SELECT()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1581 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local
1616 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1543 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local
1579 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11454 MachineBasicBlock *thisMBB = MBB; in emitEHSjLjSetJmp() local
11490 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD)) in emitEHSjLjSetJmp()
11505 MIB = BuildMI(*thisMBB, MI, DL, in emitEHSjLjSetJmp()
11513 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::BCLalways)).addMBB(mainMBB); in emitEHSjLjSetJmp()
11516 BuildMI(*thisMBB, MI, DL, TII->get(PPC::LI), restoreDstReg).addImm(1); in emitEHSjLjSetJmp()
11518 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::EH_SjLj_Setup)) in emitEHSjLjSetJmp()
11520 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::B)).addMBB(sinkMBB); in emitEHSjLjSetJmp()
11522 thisMBB->addSuccessor(mainMBB, BranchProbability::getZero()); in emitEHSjLjSetJmp()
11523 thisMBB->addSuccessor(sinkMBB, BranchProbability::getOne()); in emitEHSjLjSetJmp()
11552 .addReg(restoreDstReg).addMBB(thisMBB); in emitEHSjLjSetJmp()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp32221 MachineBasicBlock *thisMBB = MBB; in emitXBegin() local
32251 BuildMI(thisMBB, DL, TII->get(X86::XBEGIN_4)).addMBB(fallMBB); in emitXBegin()
32252 thisMBB->addSuccessor(mainMBB); in emitXBegin()
32253 thisMBB->addSuccessor(fallMBB); in emitXBegin()
32347 MachineBasicBlock *thisMBB = MBB; in EmitVAARGWithCustomInserter() local
32363 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
32364 endMBB = thisMBB; in EmitVAARGWithCustomInserter()
32395 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARGWithCustomInserter()
32396 std::next(MachineBasicBlock::iterator(MI)), thisMBB->end()); in EmitVAARGWithCustomInserter()
32397 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARGWithCustomInserter()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp11720 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local
11730 !checkAndUpdateCPSRKill(MI, thisMBB, TRI)) { in EmitInstrWithCustomInserter()
11764 .addMBB(thisMBB); in EmitInstrWithCustomInserter()