Home
last modified time | relevance | path

Searched refs:setMBB (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp31 void MachineIRBuilder::setMBB(MachineBasicBlock &MBB, bool Beginning) { in setMBB() function in MachineIRBuilder
40 setMBB(*MI.getParent()); in setInstr()
DIRTranslator.cpp136 MIRBuilder.setMBB(MBB); in runOnMachineFunction()
149 MIRBuilder.setMBB(MBB); in runOnMachineFunction()
DRegBankSelect.cpp552 MIRBuilder.setMBB(*MBB); in runOnMachineFunction()
/external/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h77 void setMBB(MachineBasicBlock &MBB, bool Beginning = false);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineOperand.h442 void setMBB(MachineBasicBlock *MBB) { in setMBB() function
512 Op.setMBB(MBB);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineBasicBlock.cpp443 MO.setMBB(this); in transferSuccessorsAndUpdatePHIs()
572 i->getOperand(ni+1).setMBB(NMBB); in SplitCriticalEdge()
686 I->getOperand(i).setMBB(New); in ReplaceUsesOfBlockWith()
DTailDuplication.cpp496 II->getOperand(Idx+1).setMBB(SrcBB); in UpdateSuccessorsPHIs()
509 II->getOperand(Idx+1).setMBB(SrcBB); in UpdateSuccessorsPHIs()
DTargetInstrInfoImpl.cpp156 MO.setMBB(Pred[j].getMBB()); in PredicateInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp398 BMI->getOperand(0).setMBB(DestBB); in fixupConditionalBranch()
405 MI->getOperand(OpNum).setMBB(NewDest); in fixupConditionalBranch()
/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp98 MI.getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
DHexagonEarlyIfConv.cpp984 MO->setMBB(NewB); in replacePhiEdges()
DHexagonInstrInfo.cpp607 Loop->getOperand(0).setMBB(TBB); in InsertBranch()
647 Loop->getOperand(0).setMBB(TBB); in InsertBranch()
4238 MI->getOperand(TargetPos).setMBB(NewTarget); in invertAndChangeJumpTarget()
DHexagonHardwareLoops.cpp1916 MO.setMBB(NewPH); in createPreheaderForLoop()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h532 void setMBB(MachineBasicBlock *MBB) { in setMBB() function
634 Op.setMBB(MBB);
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFixIrreducibleControlFlow.cpp253 Op.setMBB(Map[Op.getMBB()]); in VisitLoop()
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp657 MO.setMBB(this); in transferSuccessorsAndUpdatePHIs()
835 i->getOperand(ni+1).setMBB(NMBB); in SplitCriticalEdge()
1060 I->getOperand(i).setMBB(New); in ReplaceUsesOfBlockWith()
DTailDuplicator.cpp478 II->getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
490 II->getOperand(Idx + 1).setMBB(SrcBB); in updateSuccessorsPHIs()
DEarlyIfConversion.cpp501 PI.PHI->getOperand(i-1).setMBB(Head); in rewritePHIOperands()
DTargetInstrInfo.cpp297 MO.setMBB(Pred[j].getMBB()); in PredicateInstruction()
DMachinePipeliner.cpp2422 MO.setMBB(PredBB); in generateEpilog()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp1613 BMI->getOperand(BMITargetOperand).setMBB(DestBB); in fixupConditionalBr()
1614 MI->getOperand(TargetOperand).setMBB(NewDest); in fixupConditionalBr()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantIslandPass.cpp1492 BMI->getOperand(0).setMBB(DestBB); in FixUpConditionalBr()
1493 MI->getOperand(0).setMBB(NewDest); in FixUpConditionalBr()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1753 BMI->getOperand(0).setMBB(DestBB); in fixupConditionalBr()
1754 MI->getOperand(0).setMBB(NewDest); in fixupConditionalBr()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp557 MI->getOperand(0).setMBB(MBB); in setTrueBranch()
DSIISelLowering.cpp1112 FromBB.setMBB(SplitBB); in splitKillBlock()

12