Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp833 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
836 F->insert(I, copy1MBB); in EmitInstrWithCustomInserter()
839 copy1MBB->splice(copy1MBB->begin(), BB, in EmitInstrWithCustomInserter()
842 copy1MBB->transferSuccessorsAndUpdatePHIs(BB); in EmitInstrWithCustomInserter()
845 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
847 BuildMI(BB, dl, TII.getBrCond(CC)).addMBB(copy1MBB); in EmitInstrWithCustomInserter()
855 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
860 BB = copy1MBB; in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp1162 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1164 F->insert(I, copy1MBB); in EmitInstrWithCustomInserter()
1167 copy1MBB->splice(copy1MBB->begin(), BB, in EmitInstrWithCustomInserter()
1170 copy1MBB->transferSuccessorsAndUpdatePHIs(BB); in EmitInstrWithCustomInserter()
1173 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
1176 .addMBB(copy1MBB) in EmitInstrWithCustomInserter()
1185 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
1190 BB = copy1MBB; in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1307 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1309 F->insert(I, copy1MBB); in EmitInstrWithCustomInserter()
1312 copy1MBB->splice(copy1MBB->begin(), BB, in EmitInstrWithCustomInserter()
1314 copy1MBB->transferSuccessorsAndUpdatePHIs(BB); in EmitInstrWithCustomInserter()
1317 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
1320 .addMBB(copy1MBB) in EmitInstrWithCustomInserter()
1329 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
1334 BB = copy1MBB; in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1529 MachineBasicBlock *copy1MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1531 F->insert(I, copy1MBB); in EmitInstrWithCustomInserter()
1534 copy1MBB->splice(copy1MBB->begin(), BB, in EmitInstrWithCustomInserter()
1536 copy1MBB->transferSuccessorsAndUpdatePHIs(BB); in EmitInstrWithCustomInserter()
1539 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
1542 .addMBB(copy1MBB) in EmitInstrWithCustomInserter()
1551 BB->addSuccessor(copy1MBB); in EmitInstrWithCustomInserter()
1556 BB = copy1MBB; in EmitInstrWithCustomInserter()