Home
last modified time | relevance | path

Searched refs:isBranchOffsetInRange (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.h86 bool isBranchOffsetInRange(unsigned BranchOpc, int64_t Offset) const override;
H A DSparcInstrInfo.cpp399 bool SparcInstrInfo::isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function in SparcInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h111 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DAVRInstrInfo.cpp531 bool AVRInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in llvm::AVRInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNPreRALongBranchReg.cpp146 if (!TII->isBranchOffsetInRange(Last->getOpcode(), BlockDistance)) { in run()
H A DSIInstrInfo.h338 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DSIInstrInfo.cpp2910 bool SIInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in SIInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.h64 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DLoongArchInstrInfo.cpp358 bool LoongArchInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in LoongArchInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaInstrInfo.h83 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DXtensaInstrInfo.cpp311 bool XtensaInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in XtensaInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h91 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DMipsBranchExpansion.cpp663 if (STI->hasMips32r6() && TII->isBranchOffsetInRange(Mips::BC, I.Offset)) { in expandToLongBranch()
911 !TII->isBranchOffsetInRange(Br->getOpcode(), Offset)) { in handlePossibleLongBranch()
H A DMipsInstrInfo.cpp301 bool MipsInstrInfo::isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function in MipsInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp356 if (TII->isBranchOffsetInRange(MI.getOpcode(), in isBlockInRange()
568 assert(!TII->isBranchOffsetInRange( in fixupUnconditionalBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h147 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DRISCVInstrInfo.cpp1600 bool RISCVInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h376 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DAArch64InstrInfo.cpp266 bool AArch64InstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h624 virtual bool isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function