Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h608 unsigned implicitlyDefineInsnVar(InstructionMatcher &Matcher);
1748 InsnVarID = Rule.implicitlyDefineInsnVar(*this); in Rule()
H A DGlobalISelMatchTable.cpp876 unsigned RuleMatcher::implicitlyDefineInsnVar(InstructionMatcher &Matcher) { in implicitlyDefineInsnVar() function in llvm::gi::RuleMatcher