Searched refs:copy0MBB (Results 1 – 8 of 8) sorted by relevance
544 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16() local546 F->insert(It, copy0MBB); in emitSel16()555 BB->addSuccessor(copy0MBB); in emitSel16()564 BB = copy0MBB; in emitSel16()577 .addReg(MI->getOperand(2).getReg()).addMBB(copy0MBB); in emitSel16()606 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16() local608 F->insert(It, copy0MBB); in emitSelT16()617 BB->addSuccessor(copy0MBB); in emitSelT16()627 BB = copy0MBB; in emitSelT16()640 .addReg(MI->getOperand(2).getReg()).addMBB(copy0MBB); in emitSelT16()[all …]
3874 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitPseudoSELECT() local3876 F->insert(It, copy0MBB); in emitPseudoSELECT()3885 BB->addSuccessor(copy0MBB); in emitPseudoSELECT()3904 BB = copy0MBB; in emitPseudoSELECT()3917 .addReg(MI->getOperand(3).getReg()).addMBB(copy0MBB); in emitPseudoSELECT()
1334 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local1336 F->insert(I, copy0MBB); in EmitInstrWithCustomInserter()1344 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()1354 BB = copy0MBB; in EmitInstrWithCustomInserter()1365 .addReg(MI->getOperand(2).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
1581 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local1583 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()1592 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()1601 BB = copy0MBB; in EmitInstrWithCustomInserter()1612 .addReg(MI->getOperand(3).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
2934 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local2936 F->insert(It, copy0MBB); in expandSelectCC()2946 BB->addSuccessor(copy0MBB); in expandSelectCC()2954 BB = copy0MBB; in expandSelectCC()2964 .addReg(MI->getOperand(2).getReg()).addMBB(copy0MBB) in expandSelectCC()
8619 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local8622 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()8631 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()8656 BB = copy0MBB; in EmitInstrWithCustomInserter()8667 .addReg(MI->getOperand(3).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
7657 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local7659 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()7667 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()7676 BB = copy0MBB; in EmitInstrWithCustomInserter()7687 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
19911 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect() local19913 F->insert(It, copy0MBB); in EmitLoweredSelect()19923 copy0MBB->addLiveIn(X86::EFLAGS); in EmitLoweredSelect()19939 jcc1MBB->addSuccessor(copy0MBB); in EmitLoweredSelect()19942 BB->addSuccessor(copy0MBB); in EmitLoweredSelect()19962 copy0MBB->addSuccessor(sinkMBB); in EmitLoweredSelect()19970 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB) in EmitLoweredSelect()