Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AVR/
DAVRInstrInfo.h107 bool isBranchOffsetInRange(unsigned BranchOpc,
DAVRInstrInfo.cpp532 bool AVRInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in llvm::AVRInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DBranchRelaxation.cpp280 if (TII->isBranchOffsetInRange(MI.getOpcode(), DestOffset - BrOffset)) in isBlockInRange()
442 assert(!TII->isBranchOffsetInRange(MI.getOpcode(), DestOffset - SrcOffset)); in fixupUnconditionalBranch()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsInstrInfo.h89 bool isBranchOffsetInRange(unsigned BranchOpc,
DMipsBranchExpansion.cpp659 if (STI->hasMips32r6() && TII->isBranchOffsetInRange(Mips::BC, I.Offset)) { in expandToLongBranch()
815 !TII->isBranchOffsetInRange(Br->getOpcode(), Offset)) { in handlePossibleLongBranch()
DMipsInstrInfo.cpp279 bool MipsInstrInfo::isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function in MipsInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfo.h84 bool isBranchOffsetInRange(unsigned BranchOpc,
DRISCVInstrInfo.cpp695 bool RISCVInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in RISCVInstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h193 bool isBranchOffsetInRange(unsigned BranchOpc,
DAArch64InstrInfo.cpp212 bool AArch64InstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in AArch64InstrInfo
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h575 virtual bool isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h269 bool isBranchOffsetInRange(unsigned BranchOpc,
DSIInstrInfo.cpp2184 bool SIInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in SIInstrInfo