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.h627 struct MatcherState { struct
641 LLVM_ABI MatcherState(unsigned MaxRenderers); argument
684 bool executeMatchTable(TgtExecutor &Exec, MatcherState &State,
711 const MatcherState &State) const { in testMIPredicate_MI()
717 const MatcherState &State) const { in testMOPredicate_MO()
726 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