Searched refs:copy0MBB (Results 1 – 8 of 8) sorted by relevance
543 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16() local545 F->insert(It, copy0MBB); in emitSel16()554 BB->addSuccessor(copy0MBB); in emitSel16()563 BB = copy0MBB; in emitSel16()576 .addReg(MI->getOperand(2).getReg()).addMBB(copy0MBB); in emitSel16()604 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16() local606 F->insert(It, copy0MBB); in emitSelT16()615 BB->addSuccessor(copy0MBB); in emitSelT16()625 BB = copy0MBB; in emitSelT16()638 .addReg(MI->getOperand(2).getReg()).addMBB(copy0MBB); in emitSelT16()[all …]
3907 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitPseudoSELECT() local3909 F->insert(It, copy0MBB); in emitPseudoSELECT()3918 BB->addSuccessor(copy0MBB); in emitPseudoSELECT()3937 BB = copy0MBB; in emitPseudoSELECT()3950 .addReg(MI->getOperand(3).getReg()).addMBB(copy0MBB); in emitPseudoSELECT()
1329 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local1331 F->insert(I, copy0MBB); in EmitInstrWithCustomInserter()1339 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()1349 BB = copy0MBB; in EmitInstrWithCustomInserter()1360 .addReg(MI->getOperand(2).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
1576 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local1578 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()1587 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()1596 BB = copy0MBB; in EmitInstrWithCustomInserter()1607 .addReg(MI->getOperand(3).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
3063 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local3065 F->insert(It, copy0MBB); in expandSelectCC()3075 BB->addSuccessor(copy0MBB); in expandSelectCC()3083 BB = copy0MBB; in expandSelectCC()3093 .addReg(MI->getOperand(2).getReg()).addMBB(copy0MBB) in expandSelectCC()
8678 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local8681 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()8690 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()8715 BB = copy0MBB; in EmitInstrWithCustomInserter()8726 .addReg(MI->getOperand(3).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
7963 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local7965 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()7973 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()7982 BB = copy0MBB; in EmitInstrWithCustomInserter()7993 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
21570 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect() local21572 F->insert(It, copy0MBB); in EmitLoweredSelect()21582 copy0MBB->addLiveIn(X86::EFLAGS); in EmitLoweredSelect()21598 jcc1MBB->addSuccessor(copy0MBB); in EmitLoweredSelect()21601 BB->addSuccessor(copy0MBB); in EmitLoweredSelect()21620 copy0MBB->addSuccessor(sinkMBB); in EmitLoweredSelect()21658 .addReg(Op1Reg).addMBB(copy0MBB) in EmitLoweredSelect()