Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1331 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local
1336 MF->insert(It, loop1MBB); in emitAtomicCmpSwap()
1348 BB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()
1349 loop1MBB->addSuccessor(exitMBB); in emitAtomicCmpSwap()
1350 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()
1351 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()
1357 BB = loop1MBB; in emitAtomicCmpSwap()
1369 .addReg(Success).addReg(ZERO).addMBB(loop1MBB); in emitAtomicCmpSwap()
1414 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword() local
1420 MF->insert(It, loop1MBB); in emitAtomicCmpSwapPartword()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8585 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8589 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
8600 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
8613 BB = loop1MBB; in EmitInstrWithCustomInserter()
8627 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB); in EmitInstrWithCustomInserter()
8629 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
8655 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8659 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
8689 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
8753 BB = loop1MBB; in EmitInstrWithCustomInserter()
[all …]