Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DAsmWriterInst.h92 unsigned MatchesAllButOneOp(const AsmWriterInst &Other) const;
H A DAsmWriterInst.cpp195 unsigned AsmWriterInst::MatchesAllButOneOp(const AsmWriterInst &Other) const { in MatchesAllButOneOp() function in AsmWriterInst
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp118 unsigned DiffOp = Insts[i - 1].MatchesAllButOneOp(FirstInst); in EmitInstructions()