Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp543 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16() local
545 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() local
606 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 …]
DMipsISelLowering.cpp3907 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitPseudoSELECT() local
3909 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()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1329 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1331 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()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1576 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1578 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()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp3063 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local
3065 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()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8678 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8681 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()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp7963 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
7965 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()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp21570 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect() local
21572 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()