Home
last modified time | relevance | path

Searched refs:MatchesAllButOneOp (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/Common/
HDAsmWriterInst.h92 unsigned MatchesAllButOneOp(const AsmWriterInst &Other) const;
HDAsmWriterInst.cpp195 unsigned AsmWriterInst::MatchesAllButOneOp(const AsmWriterInst &Other) const { in MatchesAllButOneOp() function in AsmWriterInst
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
HDAsmWriterEmitter.cpp118 unsigned DiffOp = Insts[i - 1].MatchesAllButOneOp(FirstInst); in EmitInstructions()