Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1120 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicCmpSwap() local
1125 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() local
1211 MF->insert(It, loop1MBB); in EmitAtomicCmpSwapPartword()
[all …]
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1437 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in emitAtomicCmpSwap() local
1441 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() local
1536 MF->insert(It, loop1MBB); in emitAtomicCmpSwapPartword()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp4984 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
4988 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() local
5059 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
5091 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
5155 BB = loop1MBB; in EmitInstrWithCustomInserter()
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9171 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
9175 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() local
9245 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter()
9275 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter()
9339 BB = loop1MBB; in EmitInstrWithCustomInserter()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp5087 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in EmitAtomicCmpSwap() local
5090 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()