Searched refs:NewDest (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.h | 37 MachineBasicBlock *NewDest) const override;
|
D | Thumb2InstrInfo.cpp | 51 MachineBasicBlock *NewDest) const { in ReplaceTailWithBranchTo() 55 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest); in ReplaceTailWithBranchTo() 69 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest); in ReplaceTailWithBranchTo()
|
D | ARMConstantIslandPass.cpp | 1604 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/ |
D | AArch64BranchRelaxation.cpp | 383 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/ |
D | TargetInstrInfo.cpp | 102 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()
|
D | BranchFolding.h | 101 MachineBasicBlock *NewDest);
|
D | BranchFolding.cpp | 402 MachineBasicBlock *NewDest) { in ReplaceTailWithBranchTo() argument 405 TII->ReplaceTailWithBranchTo(OldInst, NewDest); in ReplaceTailWithBranchTo() 408 MaintainLiveIns(CurMBB, NewDest); in ReplaceTailWithBranchTo()
|
/external/llvm/lib/Target/Mips/ |
D | MipsConstantIslandPass.cpp | 1629 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/ |
D | TargetInstrInfo.h | 333 MachineBasicBlock *NewDest) const;
|