Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcInstrInfo.h86 bool isBranchOffsetInRange(unsigned BranchOpc, int64_t Offset) const override;
HDSparcInstrInfo.cpp401 bool SparcInstrInfo::isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function in SparcInstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRInstrInfo.h111 bool isBranchOffsetInRange(unsigned BranchOpc,
HDAVRInstrInfo.cpp534 bool AVRInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in llvm::AVRInstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNPreRALongBranchReg.cpp133 if (!TII->isBranchOffsetInRange(Last->getOpcode(), BlockDistance)) { in runOnMachineFunction()
HDSIInstrInfo.h328 bool isBranchOffsetInRange(unsigned BranchOpc,
HDSIInstrInfo.cpp2847 bool SIInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in SIInstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchInstrInfo.h64 bool isBranchOffsetInRange(unsigned BranchOpc,
HDLoongArchInstrInfo.cpp327 bool LoongArchInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in LoongArchInstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsInstrInfo.h89 bool isBranchOffsetInRange(unsigned BranchOpc,
HDMipsBranchExpansion.cpp663 if (STI->hasMips32r6() && TII->isBranchOffsetInRange(Mips::BC, I.Offset)) { in expandToLongBranch()
849 !TII->isBranchOffsetInRange(Br->getOpcode(), Offset)) { in handlePossibleLongBranch()
HDMipsInstrInfo.cpp292 bool MipsInstrInfo::isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function in MipsInstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDBranchRelaxation.cpp338 if (TII->isBranchOffsetInRange(MI.getOpcode(), in isBlockInRange()
547 assert(!TII->isBranchOffsetInRange( in fixupUnconditionalBranch()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfo.h143 bool isBranchOffsetInRange(unsigned BranchOpc,
HDRISCVInstrInfo.cpp1265 bool RISCVInstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in RISCVInstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.h370 bool isBranchOffsetInRange(unsigned BranchOpc,
HDAArch64InstrInfo.cpp231 bool AArch64InstrInfo::isBranchOffsetInRange(unsigned BranchOp, in isBranchOffsetInRange() function in AArch64InstrInfo
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetInstrInfo.h601 virtual bool isBranchOffsetInRange(unsigned BranchOpc, in isBranchOffsetInRange() function