Searched refs:value1_matcher (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-test-utils.h | 85 const Matcher<Node*>& value1_matcher, 89 const Matcher<Node*>& value1_matcher, 93 const Matcher<Node*>& value1_matcher, 109 const Matcher<Node*>& value1_matcher, 114 const Matcher<Node*>& value1_matcher, 120 const Matcher<Node*>& value1_matcher, 127 const Matcher<Node*>& value1_matcher, 135 const Matcher<Node*>& value1_matcher, 144 const Matcher<Node*>& value0_matcher, const Matcher<Node*>& value1_matcher, 151 const Matcher<Node*>& value0_matcher, const Matcher<Node*>& value1_matcher, [all …]
|
D | node-test-utils.cc | 416 const Matcher<Node*>& value1_matcher, in IsSelectMatcher() argument 421 value1_matcher_(value1_matcher), in IsSelectMatcher() 462 const Matcher<Node*>& value1_matcher, in IsPhiMatcher() argument 467 value1_matcher_(value1_matcher), in IsPhiMatcher() 507 const Matcher<Node*>& value1_matcher, in IsPhi2Matcher() argument 513 value1_matcher_(value1_matcher), in IsPhi2Matcher() 1632 const Matcher<Node*>& value1_matcher, in IsSelect() argument 1635 value1_matcher, value2_matcher)); in IsSelect() 1641 const Matcher<Node*>& value1_matcher, in IsPhi() argument 1644 value1_matcher, merge_matcher)); in IsPhi() [all …]
|