Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.h65 bool isBranchWithImm(unsigned Opc) const override;
H A DMipsInstrInfo.h129 virtual bool isBranchWithImm(unsigned Opc) const { in isBranchWithImm() function
H A DMipsBranchExpansion.cpp356 if (!TII->isBranchWithImm(Br->getOpcode())) in replaceBranch()
H A DMipsSEInstrInfo.cpp458 bool MipsSEInstrInfo::isBranchWithImm(unsigned Opc) const { in isBranchWithImm() function in MipsSEInstrInfo