Home
last modified time | relevance | path

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

/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.cpp97 MI->getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
DHexagonEarlyIfConv.cpp986 MO->setMBB(NewB); in replacePhiEdges()
DHexagonInstrInfo.cpp521 Loop->getOperand(0).setMBB(TBB); in InsertBranch()
561 Loop->getOperand(0).setMBB(TBB); in InsertBranch()
3772 MI->getOperand(TargetPos).setMBB(NewTarget); in invertAndChangeJumpTarget()
DHexagonHardwareLoops.cpp1914 MO.setMBB(NewPH); in createPreheaderForLoop()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h532 void setMBB(MachineBasicBlock *MBB) { in setMBB() function
625 Op.setMBB(MBB);
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp654 MO.setMBB(this); in transferSuccessorsAndUpdatePHIs()
857 i->getOperand(ni+1).setMBB(NMBB); in SplitCriticalEdge()
1046 I->getOperand(i).setMBB(New); in ReplaceUsesOfBlockWith()
DTailDuplication.cpp519 II->getOperand(Idx+1).setMBB(SrcBB); in UpdateSuccessorsPHIs()
531 II->getOperand(Idx+1).setMBB(SrcBB); in UpdateSuccessorsPHIs()
DEarlyIfConversion.cpp501 PI.PHI->getOperand(i-1).setMBB(Head); in rewritePHIOperands()
DTargetInstrInfo.cpp293 MO.setMBB(Pred[j].getMBB()); in PredicateInstruction()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp1628 BMI->getOperand(BMITargetOperand).setMBB(DestBB); in fixupConditionalBr()
1629 MI->getOperand(TargetOperand).setMBB(NewDest); in fixupConditionalBr()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1749 BMI->getOperand(0).setMBB(DestBB); in fixupConditionalBr()
1750 MI->getOperand(0).setMBB(NewDest); in fixupConditionalBr()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp584 MI->getOperand(0).setMBB(MBB); in setTrueBranch()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp2863 instr->getOperand(0).setMBB(blk); in setTrueBranch()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp21895 MI->getOperand(0).setMBB(RestoreMBB); in EmitLoweredCatchRet()