Searched refs:ValueMatcher (Results 1 – 3 of 3) sorted by relevance
52 struct ValueMatcher : public NodeMatcher { struct55 explicit ValueMatcher(Node* node) in ValueMatcher() argument75 inline ValueMatcher<uint32_t, IrOpcode::kInt32Constant>::ValueMatcher( in ValueMatcher() function87 inline ValueMatcher<int64_t, IrOpcode::kInt64Constant>::ValueMatcher(Node* node) in ValueMatcher() function100 inline ValueMatcher<uint64_t, IrOpcode::kInt64Constant>::ValueMatcher( in ValueMatcher() function115 struct IntMatcher final : public ValueMatcher<T, kOpcode> {116 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher()153 struct FloatMatcher final : public ValueMatcher<T, kOpcode> {154 explicit FloatMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in FloatMatcher()190 : public ValueMatcher<Handle<HeapObject>, IrOpcode::kHeapConstant> {[all …]
3233 template <typename ValueMatcher>3236 explicit OptionalMatcher(const ValueMatcher& value_matcher)3249 explicit Impl(const ValueMatcher& value_matcher)3283 const ValueMatcher value_matcher_;4522 template <typename ValueMatcher>4523 inline internal::OptionalMatcher<ValueMatcher> Optional(4524 const ValueMatcher& value_matcher) {4525 return internal::OptionalMatcher<ValueMatcher>(value_matcher);
META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...