Home
last modified time | relevance | path

Searched refs:loop1MBB (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/Mips/
HDMipsISelLowering.cpp1356 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local
1361 MF->insert(It, loop1MBB); in emitAtomicCmpSwap()
1373 BB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()
1374 loop1MBB->addSuccessor(exitMBB); in emitAtomicCmpSwap()
1375 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()
1376 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()
1382 BB = loop1MBB; in emitAtomicCmpSwap()
1394 .addReg(Success).addReg(ZERO).addMBB(loop1MBB); in emitAtomicCmpSwap()
1439 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword() local
1445 MF->insert(It, loop1MBB); in emitAtomicCmpSwapPartword()
[all …]
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp8817 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8821 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
8832 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
8845 BB = loop1MBB; in EmitInstrWithCustomInserter()
8859 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB); in EmitInstrWithCustomInserter()
8861 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
8887 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8891 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
8921 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
8985 BB = loop1MBB; in EmitInstrWithCustomInserter()
[all …]