Searched refs:loop1MBB (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsExpandPseudo.cpp | 115 MachineBasicBlock *loop1MBB = MF->CreateMachineBasicBlock(LLVM_BB); in expandAtomicCmpSwapSubword() local 120 MF->insert(It, loop1MBB); in expandAtomicCmpSwapSubword() 133 BB.addSuccessor(loop1MBB, BranchProbability::getOne()); in expandAtomicCmpSwapSubword() 134 loop1MBB->addSuccessor(sinkMBB); in expandAtomicCmpSwapSubword() 135 loop1MBB->addSuccessor(loop2MBB); in expandAtomicCmpSwapSubword() 136 loop1MBB->normalizeSuccProbs(); in expandAtomicCmpSwapSubword() 137 loop2MBB->addSuccessor(loop1MBB); in expandAtomicCmpSwapSubword() 146 BuildMI(loop1MBB, DL, TII->get(LL), Scratch).addReg(Ptr).addImm(0); in expandAtomicCmpSwapSubword() 147 BuildMI(loop1MBB, DL, TII->get(Mips::AND), Scratch2) in expandAtomicCmpSwapSubword() 150 BuildMI(loop1MBB, DL, TII->get(BNE)) in expandAtomicCmpSwapSubword() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1120 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/ |
D | MipsISelLowering.cpp | 1437 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/ |
D | PPCISelLowering.cpp | 4984 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/ |
D | PPCISelLowering.cpp | 9171 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-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 10538 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local 10542 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter() 10553 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter() 10566 BB = loop1MBB; in EmitInstrWithCustomInserter() 10580 .addImm(PPC::PRED_NE).addReg(PPC::CR0).addMBB(loop1MBB); in EmitInstrWithCustomInserter() 10582 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter() 10609 MachineBasicBlock *loop1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local 10613 F->insert(It, loop1MBB); in EmitInstrWithCustomInserter() 10644 BB->addSuccessor(loop1MBB); in EmitInstrWithCustomInserter() 10709 BB = loop1MBB; in EmitInstrWithCustomInserter() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5087 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()
|