Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp542 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSel16() local
544 F->insert(It, copy0MBB); in emitSel16()
553 BB->addSuccessor(copy0MBB); in emitSel16()
563 BB = copy0MBB; in emitSel16()
577 .addMBB(copy0MBB); in emitSel16()
605 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitSelT16() local
607 F->insert(It, copy0MBB); in emitSelT16()
616 BB->addSuccessor(copy0MBB); in emitSelT16()
627 BB = copy0MBB; in emitSelT16()
641 .addMBB(copy0MBB); in emitSelT16()
[all …]
DMipsISelLowering.cpp3986 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in emitPseudoSELECT() local
3988 F->insert(It, copy0MBB); in emitPseudoSELECT()
3997 BB->addSuccessor(copy0MBB); in emitPseudoSELECT()
4016 BB = copy0MBB; in emitPseudoSELECT()
4030 .addMBB(copy0MBB); in emitPseudoSELECT()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp832 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
835 F->insert(I, copy0MBB); in EmitInstrWithCustomInserter()
844 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()
852 BB = copy0MBB; in EmitInstrWithCustomInserter()
863 .addReg(MI->getOperand(2).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp1161 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1163 F->insert(I, copy0MBB); in EmitInstrWithCustomInserter()
1172 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()
1182 BB = copy0MBB; in EmitInstrWithCustomInserter()
1193 .addReg(MI->getOperand(2).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1306 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1308 F->insert(I, copy0MBB); in EmitInstrWithCustomInserter()
1316 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()
1326 BB = copy0MBB; in EmitInstrWithCustomInserter()
1337 .addMBB(copy0MBB) in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp1203 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1205 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()
1215 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()
1223 BB = copy0MBB; in EmitInstrWithCustomInserter()
1233 .addReg(MI->getOperand(2).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp1281 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1283 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()
1293 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()
1302 BB = copy0MBB; in EmitInstrWithCustomInserter()
1313 .addReg(MI->getOperand(3).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp737 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in ExpandCondMov() local
739 F->insert(It, copy0MBB); in ExpandCondMov()
749 BB->addSuccessor(copy0MBB); in ExpandCondMov()
762 BB = copy0MBB; in ExpandCondMov()
776 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB); in ExpandCondMov()
781 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB); in ExpandCondMov()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp1558 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
1560 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()
1569 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()
1579 BB = copy0MBB; in EmitInstrWithCustomInserter()
1590 .addMBB(copy0MBB) in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp3134 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in expandSelectCC() local
3136 F->insert(It, copy0MBB); in expandSelectCC()
3146 BB->addSuccessor(copy0MBB); in expandSelectCC()
3154 BB = copy0MBB; in expandSelectCC()
3165 .addMBB(copy0MBB) in expandSelectCC()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp4873 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
4877 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()
4887 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()
4896 BB = copy0MBB; in EmitInstrWithCustomInserter()
4907 .addReg(MI->getOperand(3).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp6142 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
6144 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()
6153 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()
6162 BB = copy0MBB; in EmitInstrWithCustomInserter()
6173 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB) in EmitInstrWithCustomInserter()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp11705 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitLoweredSelect() local
11707 F->insert(It, copy0MBB); in EmitLoweredSelect()
11713 copy0MBB->addLiveIn(X86::EFLAGS); in EmitLoweredSelect()
11724 BB->addSuccessor(copy0MBB); in EmitLoweredSelect()
11735 copy0MBB->addSuccessor(sinkMBB); in EmitLoweredSelect()
11742 .addReg(MI->getOperand(1).getReg()).addMBB(copy0MBB) in EmitLoweredSelect()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp8972 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8975 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()
8984 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()
9010 BB = copy0MBB; in EmitInstrWithCustomInserter()
9021 .addMBB(copy0MBB) in EmitInstrWithCustomInserter()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp8305 MachineBasicBlock *copy0MBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitInstrWithCustomInserter() local
8307 F->insert(It, copy0MBB); in EmitInstrWithCustomInserter()
8315 BB->addSuccessor(copy0MBB); in EmitInstrWithCustomInserter()
8326 BB = copy0MBB; in EmitInstrWithCustomInserter()
8337 .addMBB(copy0MBB) in EmitInstrWithCustomInserter()