Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.h601 struct MatcherState { struct
615 MatcherState(unsigned MaxRenderers); argument
654 bool executeMatchTable(TgtExecutor &Exec, MatcherState &State,
681 const MatcherState &State) const { in testMIPredicate_MI()
690 virtual bool runCustomAction(unsigned, const MatcherState &State, in runCustomAction()
H A DGIMatchTableExecutorImpl.h47 TgtExecutor &Exec, MatcherState &State, in executeMatchTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DGIMatchTableExecutor.cpp24 GIMatchTableExecutor::MatcherState::MatcherState(unsigned MaxRenderers) in MatcherState() function in GIMatchTableExecutor::MatcherState