Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp9037 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
9040 F->insert(It, readMBB); in EmitInstrWithCustomInserter()
9048 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()
9049 BB = readMBB; in EmitInstrWithCustomInserter()
9065 .addImm(PPC::PRED_NE).addReg(CmpReg).addMBB(readMBB); in EmitInstrWithCustomInserter()
9067 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10369 MachineBasicBlock *readMBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
10372 F->insert(It, readMBB); in EmitInstrWithCustomInserter()
10380 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()
10381 BB = readMBB; in EmitInstrWithCustomInserter()
10397 .addImm(PPC::PRED_NE).addReg(CmpReg).addMBB(readMBB); in EmitInstrWithCustomInserter()
10399 BB->addSuccessor(readMBB); in EmitInstrWithCustomInserter()