Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph-unittest.cc293 IsPhiMatcher(const Matcher<MachineType>& type_matcher, in IsPhiMatcher() argument
298 type_matcher_(type_matcher), in IsPhiMatcher()
482 IsStoreMatcher(const Matcher<MachineType>& type_matcher, in IsStoreMatcher() argument
490 type_matcher_(type_matcher), in IsStoreMatcher()
690 Matcher<Node*> IsPhi(const Matcher<MachineType>& type_matcher, in IsPhi() argument
694 return MakeMatcher(new IsPhiMatcher(type_matcher, value0_matcher, in IsPhi()
727 Matcher<Node*> IsStore(const Matcher<MachineType>& type_matcher, in IsStore() argument
735 type_matcher, write_barrier_matcher, base_matcher, index_matcher, in IsStore()
Dgraph-unittest.h74 Matcher<Node*> IsPhi(const Matcher<MachineType>& type_matcher,
95 Matcher<Node*> IsStore(const Matcher<MachineType>& type_matcher,