Home
last modified time | relevance | path

Searched refs:copy0MBB (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/lib/Target/Mips/
HDMips16ISelLowering.cpp544 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16() local
546 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() local
608 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 …]
HDMipsISelLowering.cpp3874 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitPseudoSELECT() local
3876 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()
/NextBSD/contrib/llvm/lib/Target/MSP430/
HDMSP430ISelLowering.cpp1334 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1336 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()
/NextBSD/contrib/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp1581 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1583 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()
/NextBSD/contrib/llvm/lib/Target/Sparc/
HDSparcISelLowering.cpp2934 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local
2936 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()
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp8619 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8622 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()
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.cpp7657 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
7659 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()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp19911 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect() local
19913 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()