Home
last modified time | relevance | path

Searched refs:isBranchWithImm (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSEInstrInfo.h65 bool isBranchWithImm(unsigned Opc) const override;
HDMipsInstrInfo.h129 virtual bool isBranchWithImm(unsigned Opc) const { in isBranchWithImm() function
HDMipsBranchExpansion.cpp356 if (!TII->isBranchWithImm(Br->getOpcode())) in replaceBranch()
HDMipsSEInstrInfo.cpp458 bool MipsSEInstrInfo::isBranchWithImm(unsigned Opc) const { in isBranchWithImm() function in MipsSEInstrInfo