Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp754 InstructionMatcher &Matcher = insnmatchers_front(); in hasFirstCondition()
768 InstructionMatcher &Matcher = insnmatchers_front(); in getFirstCondition()
786 InstructionMatcher &Matcher = insnmatchers_front(); in popFirstCondition()
H A DGlobalISelMatchTable.h685 InstructionMatcher &insnmatchers_front() const { return *Matchers.front(); } in insnmatchers_front() function