Home
last modified time | relevance | path

Searched refs:loop2MBB (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1154 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local
1159 MF->insert(It, loop2MBB); in emitAtomicCmpSwap()
1172 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()
1173 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()
1174 loop2MBB->addSuccessor(exitMBB); in emitAtomicCmpSwap()
1187 BB = loop2MBB; in emitAtomicCmpSwap()
1238 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword() local
1244 MF->insert(It, loop2MBB); in emitAtomicCmpSwapPartword()
1255 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwapPartword()
1256 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwapPartword()
[all …]
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp6499 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
6503 F->insert(It, loop2MBB); in EmitInstrWithCustomInserter()
6534 BB->addSuccessor(loop2MBB); in EmitInstrWithCustomInserter()
6537 BB = loop2MBB; in EmitInstrWithCustomInserter()
6570 MachineBasicBlock *loop2MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
6574 F->insert(It, loop2MBB); in EmitInstrWithCustomInserter()
6678 BB->addSuccessor(loop2MBB); in EmitInstrWithCustomInserter()
6681 BB = loop2MBB; in EmitInstrWithCustomInserter()
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp632 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local
635 MF->insert(It, loop2MBB); in emitAtomicCmpSwap()
662 BB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()
668 BB = loop2MBB; in emitAtomicCmpSwap()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.cpp6243 MachineBasicBlock *loop2MBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicCmpSwap() local
6246 MF->insert(It, loop2MBB); in EmitAtomicCmpSwap()
6273 BB->addSuccessor(loop2MBB); in EmitAtomicCmpSwap()
6280 BB = loop2MBB; in EmitAtomicCmpSwap()