/external/llvm/lib/CodeGen/GlobalISel/ |
D | MachineIRBuilder.cpp | 31 void MachineIRBuilder::setMBB(MachineBasicBlock &MBB, bool Beginning) { in setMBB() function in MachineIRBuilder 40 setMBB(*MI.getParent()); in setInstr()
|
D | IRTranslator.cpp | 136 MIRBuilder.setMBB(MBB); in runOnMachineFunction() 149 MIRBuilder.setMBB(MBB); in runOnMachineFunction()
|
/external/llvm/include/llvm/CodeGen/GlobalISel/ |
D | MachineIRBuilder.h | 77 void setMBB(MachineBasicBlock &MBB, bool Beginning = false);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonCFGOptimizer.cpp | 103 MI.getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCFGOptimizer.cpp | 98 MI.getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonCFGOptimizer.cpp | 104 MI.getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64BranchRelaxation.cpp | 398 BMI->getOperand(0).setMBB(DestBB); in fixupConditionalBranch() 405 MI->getOperand(OpNum).setMBB(NewDest); in fixupConditionalBranch()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 532 void setMBB(MachineBasicBlock *MBB) { in setMBB() function 634 Op.setMBB(MBB);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 687 void setMBB(MachineBasicBlock *MBB) { in setMBB() function 807 Op.setMBB(MBB);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 687 void setMBB(MachineBasicBlock *MBB) { in setMBB() function 817 Op.setMBB(MBB);
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 253 Op.setMBB(Map[Op.getMBB()]); in VisitLoop()
|
/external/llvm/lib/CodeGen/ |
D | MachineBasicBlock.cpp | 657 MO.setMBB(this); in transferSuccessorsAndUpdatePHIs() 835 i->getOperand(ni+1).setMBB(NMBB); in SplitCriticalEdge() 1060 I->getOperand(i).setMBB(New); in ReplaceUsesOfBlockWith()
|
D | TailDuplicator.cpp | 478 II->getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs() 490 II->getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegBankSelect.cpp | 684 MIRBuilder.setMBB(*MBB); in runOnMachineFunction() 709 MIRBuilder.setMBB(*MBB); in runOnMachineFunction()
|
D | IRTranslator.cpp | 513 MIB.setMBB(*MBB); in emitJumpTable() 527 MIB.setMBB(*HeaderBB); in emitJumpTableHeader() 574 MIB.setMBB(*CB.ThisBB); in emitSwitchCase() 2294 EntryBuilder->setMBB(*EntryBB); in runOnMachineFunction() 2359 CurBuilder->setMBB(MBB); in runOnMachineFunction()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | RegBankSelect.cpp | 684 MIRBuilder.setMBB(*MBB); in runOnMachineFunction() 718 MIRBuilder.setMBB(*MBB); in runOnMachineFunction()
|
D | IRTranslator.cpp | 749 MIB.setMBB(*MBB); in emitJumpTable() 763 MIB.setMBB(*HeaderBB); in emitJumpTableHeader() 810 MIB.setMBB(*CB.ThisBB); in emitSwitchCase() 993 MIB.setMBB(*SwitchBB); in emitBitTestHeader() 1046 MIB.setMBB(*SwitchBB); in emitBitTestCase() 3011 EntryBuilder->setMBB(*EntryBB); in runOnMachineFunction() 3085 CurBuilder->setMBB(MBB); in runOnMachineFunction()
|
/external/llvm-project/llvm/tools/llvm-exegesis/lib/ |
D | Assembler.cpp | 130 MIB.setMBB(*MBB); in addReturn()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 468 Op.setMBB(Map[{Op.getMBB(), PredInLoop}]); in makeSingleEntryLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 456 Op.setMBB(Map[std::make_pair(PredInLoop, Op.getMBB())]); in makeSingleEntryLoop()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TailDuplicator.cpp | 521 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs() 533 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TailDuplicator.cpp | 523 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs() 535 MI.getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 411 MO.setMBB(TargetMBB); in moveAndUpdatePHIs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCBranchCoalescing.cpp | 406 MO.setMBB(TargetMBB); in moveAndUpdatePHIs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CallLowering.cpp | 373 MIRBuilder.setMBB(MBB); in lowerFormalArguments()
|