Home
last modified time | relevance | path

Searched refs:getBranchDestBlock (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp436 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); in fixupUnconditionalBranch()
529 if (MachineBasicBlock *DestBB = TII->getBranchDestBlock(*Last)) { in relaxBranchInstructions()
553 MachineBasicBlock *DestBB = TII->getBranchDestBlock(MI); in relaxBranchInstructions()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.h74 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
H A DCSKYInstrInfo.cpp91 TBB = getBranchDestBlock(*I); in analyzeBranch()
105 FBB = getBranchDestBlock(*I); in analyzeBranch()
146 CSKYInstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in CSKYInstrInfo
H A DCSKYConstantIslandPass.cpp1242 MachineBasicBlock *DestBB = TII->getBranchDestBlock(*MI); in fixupImmediateBr()
1281 MachineBasicBlock *DestBB = TII->getBranchDestBlock(*MI); in fixupConditionalBr()
1314 MachineBasicBlock *NewDest = TII->getBranchDestBlock(*BMI); in fixupConditionalBr()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h105 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
H A DAVRInstrInfo.cpp514 AVRInstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in llvm::AVRInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h108 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
H A DRISCVInstrInfo.cpp861 TBB = getBranchDestBlock(*I); in analyzeBranch()
875 FBB = getBranchDestBlock(*I); in analyzeBranch()
1000 RISCVInstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in RISCVInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64CondBrTuning.cpp112 MachineBasicBlock *TargetMBB = TII->getBranchDestBlock(MI); in convertToCondBr()
H A DAArch64InstrInfo.h210 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
H A DAArch64InstrInfo.cpp211 AArch64InstrInfo::getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function in AArch64InstrInfo
296 MBB.isLayoutSuccessor(getBranchDestBlock(*LastInst))) { in analyzeBranch()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h591 virtual MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const { in getBranchDestBlock() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h278 MachineBasicBlock *getBranchDestBlock(const MachineInstr &MI) const override;
H A DSIInstrInfo.cpp2374 MachineBasicBlock *SIInstrInfo::getBranchDestBlock( in getBranchDestBlock() function in SIInstrInfo