Searched refs:loop1MBB (Results 1 – 5 of 5) sorted by relevance
1120 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicCmpSwap() local1125 MF->insert(It, loop1MBB); in EmitAtomicCmpSwap()1138 BB->addSuccessor(loop1MBB); in EmitAtomicCmpSwap()1139 loop1MBB->addSuccessor(exitMBB); in EmitAtomicCmpSwap()1140 loop1MBB->addSuccessor(loop2MBB); in EmitAtomicCmpSwap()1141 loop2MBB->addSuccessor(loop1MBB); in EmitAtomicCmpSwap()1147 BB = loop1MBB; in EmitAtomicCmpSwap()1159 .addReg(Success).addReg(Mips::ZERO).addMBB(loop1MBB); in EmitAtomicCmpSwap()1205 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicCmpSwapPartword() local1211 MF->insert(It, loop1MBB); in EmitAtomicCmpSwapPartword()[all …]
1437 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local1441 MF->insert(It, loop1MBB); in emitAtomicCmpSwap()1453 BB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()1454 loop1MBB->addSuccessor(exitMBB); in emitAtomicCmpSwap()1455 loop1MBB->addSuccessor(loop2MBB); in emitAtomicCmpSwap()1456 loop2MBB->addSuccessor(loop1MBB); in emitAtomicCmpSwap()1462 BB = loop1MBB; in emitAtomicCmpSwap()1474 .addReg(Success).addReg(ZERO).addMBB(loop1MBB); in emitAtomicCmpSwap()1531 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwapPartword() local1536 MF->insert(It, loop1MBB); in emitAtomicCmpSwapPartword()[all …]
4984 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local4988 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()5000 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()5013 BB = loop1MBB; in EmitInstrWithCustomInserter()5027 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB); in EmitInstrWithCustomInserter()5029 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()5055 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local5059 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()5091 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()5155 BB = loop1MBB; in EmitInstrWithCustomInserter()[all …]
9171 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local9175 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()9186 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()9199 BB = loop1MBB; in EmitInstrWithCustomInserter()9213 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB); in EmitInstrWithCustomInserter()9215 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()9241 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local9245 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()9275 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()9339 BB = loop1MBB; in EmitInstrWithCustomInserter()[all …]
5087 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicCmpSwap() local5090 MF->insert(It, loop1MBB); in EmitAtomicCmpSwap()5103 BB->addSuccessor(loop1MBB); in EmitAtomicCmpSwap()5109 BB = loop1MBB; in EmitAtomicCmpSwap()5133 .addMBB(loop1MBB).addImm(ARMCC::NE).addReg(ARM::CPSR); in EmitAtomicCmpSwap()5134 BB->addSuccessor(loop1MBB); in EmitAtomicCmpSwap()