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.h613 unsigned implicitlyDefineInsnVar(InstructionMatcher &Matcher);
1803 InsnVarID = Rule.implicitlyDefineInsnVar(*this); in Rule()
H A DGlobalISelMatchTable.cpp873 unsigned RuleMatcher::implicitlyDefineInsnVar(InstructionMatcher &Matcher) { in implicitlyDefineInsnVar() function in llvm::gi::RuleMatcher