Home
last modified time | relevance | path

Searched refs:NewDest (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/ARM/
DThumb2InstrInfo.h37 MachineBasicBlock *NewDest) const override;
DThumb2InstrInfo.cpp51 MachineBasicBlock *NewDest) const { in ReplaceTailWithBranchTo()
55 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest); in ReplaceTailWithBranchTo()
69 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest); in ReplaceTailWithBranchTo()
DARMConstantIslandPass.cpp1604 MachineBasicBlock *NewDest = BMI->getOperand(0).getMBB(); in fixupConditionalBr() local
1605 if (isBBInRange(MI, NewDest, Br.MaxDisp)) { in fixupConditionalBr()
1609 MI->getOperand(0).setMBB(NewDest); in fixupConditionalBr()
/external/llvm/lib/Target/AArch64/
DAArch64BranchRelaxation.cpp383 MachineBasicBlock *NewDest = BMI->getOperand(0).getMBB(); in fixupConditionalBranch() local
384 if (isBlockInRange(MI, NewDest, in fixupConditionalBranch()
395 MI->getOperand(OpNum).setMBB(NewDest); in fixupConditionalBranch()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp102 MachineBasicBlock *NewDest) const { in ReplaceTailWithBranchTo()
113 if (++MachineFunction::iterator(MBB) != MachineFunction::iterator(NewDest)) in ReplaceTailWithBranchTo()
114 InsertBranch(*MBB, NewDest, nullptr, SmallVector<MachineOperand, 0>(), in ReplaceTailWithBranchTo()
116 MBB->addSuccessor(NewDest); in ReplaceTailWithBranchTo()
DBranchFolding.h101 MachineBasicBlock *NewDest);
DBranchFolding.cpp402 MachineBasicBlock *NewDest) { in ReplaceTailWithBranchTo() argument
405 TII->ReplaceTailWithBranchTo(OldInst, NewDest); in ReplaceTailWithBranchTo()
408 MaintainLiveIns(CurMBB, NewDest); in ReplaceTailWithBranchTo()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp1629 MachineBasicBlock *NewDest = in fixupConditionalBr() local
1631 if (isBBInRange(MI, NewDest, Br.MaxDisp)) { in fixupConditionalBr()
1636 MI->getOperand(TargetOperand).setMBB(NewDest); in fixupConditionalBr()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h333 MachineBasicBlock *NewDest) const;