Searched defs:GetMatcher (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp106 Matcher *GetMatcher() const { return TheMatcher; } function in class:__anon9906::MatcherGen
956 return Gen.GetMatcher();
/external/openfst/src/include/fst/
H A Dlookahead-filter.h109 M *GetMatcher() const { function in class:fst::LookAheadSelector
143 M2 *GetMatcher() const { return lmatcher_; } function in class:fst::LookAheadSelector
175 M1 *GetMatcher() const { return lmatcher_; } function in class:fst::LookAheadSelector
227 selector_.GetMatcher()->InitLookAheadFst(selector_.GetFst());
237 selector_.GetMatcher()->InitLookAheadFst(selector_.GetFst(), true);
304 selector_.GetMatcher()->SetState(arca->nextstate);
306 return selector_.GetMatcher()->LookAheadFst(selector_.GetFst(),
374 Selector().GetMatcher()->LookAheadWeight() : Weight::One();
560 Selector().GetMatcher()->SetState(arca->nextstate);
561 if (Selector().GetMatcher()
[all...]

Completed in 35 milliseconds