Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-unittest.cc436 IsLoadMatcher(const Matcher<LoadRepresentation>& rep_matcher, in IsLoadMatcher() argument
441 rep_matcher_(rep_matcher), in IsLoadMatcher()
718 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher, in IsLoad() argument
722 return MakeMatcher(new IsLoadMatcher(rep_matcher, base_matcher, index_matcher, in IsLoad()
Dgraph-unittest.h91 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,