Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dinterpreter-assembler-unittest.h32 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,
35 Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_matcher,
Dinterpreter-assembler-unittest.cc70 const Matcher<LoadRepresentation>& rep_matcher, in IsLoad() argument
72 return ::i::compiler::IsLoad(rep_matcher, base_matcher, index_matcher, _, _); in IsLoad()
77 const Matcher<StoreRepresentation>& rep_matcher, in IsStore() argument
80 return ::i::compiler::IsStore(rep_matcher, base_matcher, index_matcher, in IsStore()
Dnode-test-utils.cc1187 IsLoadMatcher(const Matcher<LoadRepresentation>& rep_matcher, in IsLoadMatcher() argument
1193 rep_matcher_(rep_matcher), in IsLoadMatcher()
1247 IsStoreMatcher(const Matcher<StoreRepresentation>& rep_matcher, in IsStoreMatcher() argument
1254 rep_matcher_(rep_matcher), in IsStoreMatcher()
1989 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher, in IsLoad() argument
1994 return MakeMatcher(new IsLoadMatcher(rep_matcher, base_matcher, index_matcher, in IsLoad()
1999 Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_matcher, in IsStore() argument
2005 return MakeMatcher(new IsStoreMatcher(rep_matcher, base_matcher, in IsStore()
Dnode-test-utils.h251 Matcher<Node*> IsLoad(const Matcher<LoadRepresentation>& rep_matcher,
256 Matcher<Node*> IsStore(const Matcher<StoreRepresentation>& rep_matcher,