Searched refs:type_matcher (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | node-test-utils.cc | 414 IsSelectMatcher(const Matcher<MachineRepresentation>& type_matcher, in IsSelectMatcher() argument 419 type_matcher_(type_matcher), in IsSelectMatcher() 460 IsPhiMatcher(const Matcher<MachineRepresentation>& type_matcher, in IsPhiMatcher() argument 465 type_matcher_(type_matcher), in IsPhiMatcher() 505 IsPhi2Matcher(const Matcher<MachineRepresentation>& type_matcher, in IsPhi2Matcher() argument 511 type_matcher_(type_matcher), in IsPhi2Matcher() 801 IsReferenceEqualMatcher(const Matcher<Type*>& type_matcher, in IsReferenceEqualMatcher() argument 805 type_matcher_(type_matcher), in IsReferenceEqualMatcher() 1630 Matcher<Node*> IsSelect(const Matcher<MachineRepresentation>& type_matcher, in IsSelect() argument 1634 return MakeMatcher(new IsSelectMatcher(type_matcher, value0_matcher, in IsSelect() [all …]
|
D | node-test-utils.h | 83 Matcher<Node*> IsSelect(const Matcher<MachineRepresentation>& type_matcher, 87 Matcher<Node*> IsPhi(const Matcher<MachineRepresentation>& type_matcher, 91 Matcher<Node*> IsPhi(const Matcher<MachineRepresentation>& type_matcher, 196 Matcher<Node*> IsReferenceEqual(const Matcher<Type*>& type_matcher,
|