Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp389 BMI->getOperand(0).setMBB(DestBB); in fixupConditionalBranch()
396 MI->getOperand(OpNum).setMBB(NewDest); in fixupConditionalBranch()
/external/llvm/lib/Target/Hexagon/
DHexagonCFGOptimizer.cpp96 MI->getOperand(1).setMBB(NewTarget); in InvertAndChangeJumpTarget()
DHexagonHardwareLoops.cpp1503 MO.setMBB(NewPH); in createPreheaderForLoop()
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h527 void setMBB(MachineBasicBlock *MBB) { in setMBB() function
614 Op.setMBB(MBB);
/external/llvm/lib/CodeGen/
DMachineBasicBlock.cpp607 MO.setMBB(this); in transferSuccessorsAndUpdatePHIs()
810 i->getOperand(ni+1).setMBB(NMBB); in SplitCriticalEdge()
1002 I->getOperand(i).setMBB(New); in ReplaceUsesOfBlockWith()
DTailDuplication.cpp518 II->getOperand(Idx+1).setMBB(SrcBB); in UpdateSuccessorsPHIs()
530 II->getOperand(Idx+1).setMBB(SrcBB); in UpdateSuccessorsPHIs()
DEarlyIfConversion.cpp492 PI.PHI->getOperand(i-1).setMBB(Head); in rewritePHIOperands()
DTargetInstrInfo.cpp236 MO.setMBB(Pred[j].getMBB()); in PredicateInstruction()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp1631 BMI->getOperand(BMITargetOperand).setMBB(DestBB); in fixupConditionalBr()
1632 MI->getOperand(TargetOperand).setMBB(NewDest); in fixupConditionalBr()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1621 BMI->getOperand(0).setMBB(DestBB); in fixupConditionalBr()
1622 MI->getOperand(0).setMBB(NewDest); in fixupConditionalBr()
/external/llvm/lib/Target/R600/
DAMDILCFGStructurizer.cpp584 MI->getOperand(0).setMBB(MBB); in setTrueBranch()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp2863 instr->getOperand(0).setMBB(blk); in setTrueBranch()