Searched refs:copy0MBB (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.cpp | 526 // fallthrough --> copy0MBB in emitSel16() 529 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16() local 531 F->insert(It, copy0MBB); in emitSel16() 540 BB->addSuccessor(copy0MBB); in emitSel16() 547 // copy0MBB: in emitSel16() 550 BB = copy0MBB; in emitSel16() 556 // %Result = phi [ %TrueValue, thisMBB ], [ %FalseValue, copy0MBB ] in emitSel16() 564 .addMBB(copy0MBB); in emitSel16() 589 // fallthrough --> copy0MBB in emitSelT16() 592 MachineBasicBlock *copy0MBB in emitSelT16() local 658 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); emitSeliT16() local [all...] |
H A D | MipsISelLowering.cpp | 4632 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitPseudoSELECT() local 4634 F->insert(It, copy0MBB); in emitPseudoSELECT() 4643 BB->addSuccessor(copy0MBB); in emitPseudoSELECT() 4662 BB = copy0MBB; in emitPseudoSELECT() 4676 .addMBB(copy0MBB); in emitPseudoSELECT() 4709 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitPseudoD_SELECT() local 4711 F->insert(It, copy0MBB); in emitPseudoD_SELECT() 4720 BB->addSuccessor(copy0MBB); in emitPseudoD_SELECT() 4732 BB = copy0MBB; in emitPseudoD_SELECT() 4747 .addMBB(copy0MBB); in emitPseudoD_SELECT() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.cpp | 1578 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local 1580 F->insert(I, copy0MBB); in EmitInstrWithCustomInserter() 1588 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter() 1598 BB = copy0MBB; in EmitInstrWithCustomInserter() 1609 .addMBB(copy0MBB) in EmitInstrWithCustomInserter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 1448 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local 1450 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter() 1459 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter() 1469 BB = copy0MBB; in EmitInstrWithCustomInserter() 1480 .addMBB(copy0MBB) in EmitInstrWithCustomInserter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 12959 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local 12962 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter() 12968 copy0MBB->setCallFrameSize(CallFrameSize); in EmitInstrWithCustomInserter() 12977 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter() 12995 BB = copy0MBB; in EmitInstrWithCustomInserter() 13006 .addMBB(copy0MBB) in EmitInstrWithCustomInserter()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 12171 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local 12173 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter() 12178 copy0MBB->setCallFrameSize(CallFrameSize); in EmitInstrWithCustomInserter() 12185 copy0MBB->addLiveIn(ARM::CPSR); in EmitInstrWithCustomInserter() 12194 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter() 12205 BB = copy0MBB; in EmitInstrWithCustomInserter() 12216 .addMBB(copy0MBB) in EmitInstrWithCustomInserter()
|