Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h80 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DRISCVInstrInfo.cpp409 bool RISCVInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in RISCVInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h108 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DAVRInstrInfo.cpp532 bool AVRInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in llvm::AVRInstrInfo
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp288 if (TII->isBranchOffsetInRange(MI.getOpcode(), DestOffset - BrOffset)) in isBlockInRange()
450 assert(!TII->isBranchOffsetInRange(MI.getOpcode(), DestOffset - SrcOffset)); in fixupUnconditionalBranch()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h90 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DMipsBranchExpansion.cpp651 if (STI->hasMips32r6() && TII->isBranchOffsetInRange(Mips::BC, I.Offset)) { in expandToLongBranch()
807 !TII->isBranchOffsetInRange(Br->getOpcode(), Offset)) { in handlePossibleLongBranch()
H A DMipsInstrInfo.cpp279 bool MipsInstrInfo::isBranchOffsetInRange(unsigned BranchOpc, int64_t BrOffset) const { in isBranchOffsetInRange() function in MipsInstrInfo
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h157 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DAArch64InstrInfo.cpp177 bool AArch64InstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in AArch64InstrInfo
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h517 virtual bool isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h243 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DSIInstrInfo.cpp1440 bool SIInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in SIInstrInfo