Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp521 // thisMBB: in emitSel16()
527 MachineBasicBlock *thisMBB = BB; in emitSel16() local
556 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ] in emitSel16()
562 .addMBB(thisMBB) in emitSel16()
584 // thisMBB: in emitSelT16()
590 MachineBasicBlock *thisMBB = BB; in emitSelT16() local
620 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ] in emitSelT16()
626 .addMBB(thisMBB) in emitSelT16()
650 // thisMBB: in emitSeliT16()
656 MachineBasicBlock *thisMBB in emitSeliT16() local
[all...]
H A DMipsISelLowering.cpp4630 MachineBasicBlock *thisMBB = BB; in emitPseudoSELECT() local
4674 .addMBB(thisMBB) in emitPseudoSELECT()
4707 MachineBasicBlock *thisMBB = BB; in emitPseudoD_SELECT() local
4745 .addMBB(thisMBB) in emitPseudoD_SELECT()
4750 .addMBB(thisMBB) in emitPseudoD_SELECT()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp979 MachineBasicBlock *thisMBB = BB; in emitSelectPseudo() local
1015 .addMBB(thisMBB) in emitSelectPseudo()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1576 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local
1611 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1446 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local
1482 .addMBB(thisMBB); in EmitInstrWithCustomInserter()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12460 MachineBasicBlock *thisMBB = MBB; in emitEHSjLjSetJmp() local
12496 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::STD)) in emitEHSjLjSetJmp()
12511 MIB = BuildMI(*thisMBB, MI, DL, in emitEHSjLjSetJmp()
12519 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::BCLalways)).addMBB(mainMBB); in emitEHSjLjSetJmp()
12522 BuildMI(*thisMBB, MI, DL, TII->get(PPC::LI), restoreDstReg).addImm(1); in emitEHSjLjSetJmp()
12524 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::EH_SjLj_Setup)) in emitEHSjLjSetJmp()
12526 MIB = BuildMI(*thisMBB, MI, DL, TII->get(PPC::B)).addMBB(sinkMBB); in emitEHSjLjSetJmp()
12528 thisMBB->addSuccessor(mainMBB, BranchProbability::getZero()); in emitEHSjLjSetJmp()
12529 thisMBB->addSuccessor(sinkMBB, BranchProbability::getOne()); in emitEHSjLjSetJmp()
12558 .addReg(restoreDstReg).addMBB(thisMBB); in emitEHSjLjSetJmp()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34482 MachineBasicBlock *thisMBB = MBB; in emitXBegin() local
34512 BuildMI(thisMBB, MIMD, TII->get(X86::XBEGIN_4)).addMBB(fallMBB); in emitXBegin()
34513 thisMBB->addSuccessor(mainMBB); in emitXBegin()
34514 thisMBB->addSuccessor(fallMBB); in emitXBegin()
34608 MachineBasicBlock *thisMBB = MBB; in EmitVAARGWithCustomInserter() local
34624 overflowMBB = thisMBB; in EmitVAARGWithCustomInserter()
34625 endMBB = thisMBB; in EmitVAARGWithCustomInserter()
34656 endMBB->splice(endMBB->begin(), thisMBB, in EmitVAARGWithCustomInserter()
34657 std::next(MachineBasicBlock::iterator(MI)), thisMBB->end()); in EmitVAARGWithCustomInserter()
34658 endMBB->transferSuccessorsAndUpdatePHIs(thisMBB); in EmitVAARGWithCustomInserter()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12169 MachineBasicBlock *thisMBB = BB; in EmitInstrWithCustomInserter() local
12184 !checkAndUpdateCPSRKill(MI, thisMBB, TRI)) { in EmitInstrWithCustomInserter()
12218 .addMBB(thisMBB); in EmitInstrWithCustomInserter()