Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-unittest.cc339 IsProjectionMatcher(const Matcher<size_t>& index_matcher, in IsProjectionMatcher() argument
342 index_matcher_(index_matcher), in IsProjectionMatcher()
438 const Matcher<Node*>& index_matcher, in IsLoadMatcher() argument
443 index_matcher_(index_matcher), in IsLoadMatcher()
485 const Matcher<Node*>& index_matcher, in IsStoreMatcher() argument
493 index_matcher_(index_matcher), in IsStoreMatcher()
699 Matcher<Node*> IsProjection(const Matcher<size_t>& index_matcher, in IsProjection() argument
701 return MakeMatcher(new IsProjectionMatcher(index_matcher, base_matcher)); in IsProjection()
720 const Matcher<Node*>& index_matcher, in IsLoad() argument
722 return MakeMatcher(new IsLoadMatcher(rep_matcher, base_matcher, index_matcher, in IsLoad()
[all …]
Dgraph-unittest.h78 Matcher<Node*> IsProjection(const Matcher<size_t>& index_matcher,
93 const Matcher<Node*>& index_matcher,
98 const Matcher<Node*>& index_matcher,