Home
last modified time | relevance | path

Searched refs:copy0MBB (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp526 // 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 DMipsISelLowering.cpp4632 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 DMSP430ISelLowering.cpp1578 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 DXCoreISelLowering.cpp1448 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 DPPCISelLowering.cpp12959 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 DARMISelLowering.cpp12171 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()