Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1258 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local
1263 MF->insert(It, loop1MBB); in emitAtomicCmpSwap()
1275 BB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()
1276 loop1MBB->addSuccessor(exitMBB); in emitAtomicCmpSwap()
1277 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()
1278 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()
1284 BB = loop1MBB; in emitAtomicCmpSwap()
1296 .addReg(Success).addReg(ZERO).addMBB(loop1MBB); in emitAtomicCmpSwap()
1341 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword() local
1347 MF->insert(It, loop1MBB); in emitAtomicCmpSwapPartword()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6873 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
6877 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
6888 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
6901 BB = loop1MBB; in EmitInstrWithCustomInserter()
6915 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB); in EmitInstrWithCustomInserter()
6917 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
6943 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
6947 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
6978 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
7042 BB = loop1MBB; in EmitInstrWithCustomInserter()
[all …]