Home
last modified time | relevance | path

Searched refs:implicitlyDefineInsnVar (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h600 unsigned implicitlyDefineInsnVar(InstructionMatcher &Matcher);
1717 InsnVarID = Rule.implicitlyDefineInsnVar(*this); in Rule()
H A DGlobalISelMatchTable.cpp853 unsigned RuleMatcher::implicitlyDefineInsnVar(InstructionMatcher &Matcher) { in implicitlyDefineInsnVar() function in llvm::gi::RuleMatcher