/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 542 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 …]
|
D | MipsISelLowering.cpp | 3986 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/ |
D | SystemZISelLowering.cpp | 832 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/ |
D | MSP430ISelLowering.cpp | 1161 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/ |
D | MSP430ISelLowering.cpp | 1306 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/ |
D | SparcISelLowering.cpp | 1203 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/ |
D | XCoreISelLowering.cpp | 1281 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/ |
D | MipsISelLowering.cpp | 737 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/ |
D | XCoreISelLowering.cpp | 1558 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/ |
D | SparcISelLowering.cpp | 3134 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/ |
D | PPCISelLowering.cpp | 4873 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/ |
D | ARMISelLowering.cpp | 6142 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/ |
D | X86ISelLowering.cpp | 11705 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/ |
D | PPCISelLowering.cpp | 8972 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/ |
D | ARMISelLowering.cpp | 8305 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()
|