Home
last modified time | relevance | path

Searched refs:isBranchOffsetInRange (Results 1 – 18 of 18) 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.cpp401 bool SparcInstrInfo::isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function in SparcInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNPreRALongBranchReg.cpp133 if (!TII->isBranchOffsetInRange(Last->getOpcode(), BlockDistance)) { in runOnMachineFunction()
H A DSIInstrInfo.h328 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DSIInstrInfo.cpp2847 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.cpp327 bool LoongArchInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in LoongArchInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.h111 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DAVRInstrInfo.cpp534 bool AVRInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in llvm::AVRInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.h89 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DMipsBranchExpansion.cpp663 if (STI->hasMips32r6() && TII->isBranchOffsetInRange(Mips::BC, I.Offset)) { in expandToLongBranch()
849 !TII->isBranchOffsetInRange(Br->getOpcode(), Offset)) { in handlePossibleLongBranch()
H A DMipsInstrInfo.cpp292 bool MipsInstrInfo::isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function in MipsInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp338 if (TII->isBranchOffsetInRange(MI.getOpcode(), in fixupConditionalBranch()
547 assert(!TII->isBranchOffsetInRange( in relaxBranchInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h143 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DRISCVInstrInfo.cpp1265 bool RISCVInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in RISCVInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h370 bool isBranchOffsetInRange(unsigned BranchOpc,
H A DAArch64InstrInfo.cpp231 bool AArch64InstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in AArch64InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h601 virtual bool isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function