Searched refs:NodeMatcher (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | node-matchers.h | 23 struct NodeMatcher { struct 24 explicit NodeMatcher(Node* node) : node_(node) {} in NodeMatcher() function 51 struct ValueMatcher : public NodeMatcher { argument 55 : NodeMatcher(node), value_(), has_value_(opcode() == kOpcode) { in ValueMatcher() 76 : NodeMatcher(node), in ValueMatcher() 87 : NodeMatcher(node), value_(), has_value_(false) { in ValueMatcher() 101 : NodeMatcher(node), value_(), has_value_(false) { in ValueMatcher() 214 struct LoadMatcher : public NodeMatcher { 216 : NodeMatcher(node), object_(InputAt(0)), index_(InputAt(1)) {} in LoadMatcher() 233 struct BinopMatcher : public NodeMatcher { [all …]
|
D | node-matchers.cc | 11 bool NodeMatcher::IsComparison() const { in IsComparison() 17 : NodeMatcher(branch), if_true_(nullptr), if_false_(nullptr) { in BranchMatcher() 32 : NodeMatcher(merge), in DiamondMatcher()
|
D | simplified-operator-reducer.cc | 134 NodeMatcher m(node->InputAt(0)); in Reduce() 150 NodeMatcher m(node->InputAt(0)); in Reduce() 163 NodeMatcher m(input); in Reduce() 176 NodeMatcher m(input); in Reduce()
|
D | machine-operator-reducer.cc | 896 NodeMatcher nm(node); in ReduceStore()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 384 NodeMatcher m(value); in VisitStore() 1008 NodeMatcher input(node->InputAt(0)); in VisitWord32ReverseBytes()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 279 NodeMatcher nm(right_node); in TryMatchAnyExtend()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 2034 NodeMatcher m(n); in IsNodeUnsigned()
|