Searched refs:NodeMatcher (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/compiler/ |
D | node-matchers.h | 24 struct NodeMatcher { struct 25 explicit NodeMatcher(Node* node) : node_(node) {} in NodeMatcher() function 52 struct ValueMatcher : public NodeMatcher { argument 56 : NodeMatcher(node), value_(), has_value_(opcode() == kOpcode) { in ValueMatcher() 77 : NodeMatcher(node), in ValueMatcher() 88 : NodeMatcher(node), value_(), has_value_(false) { in ValueMatcher() 102 : NodeMatcher(node), value_(), has_value_(false) { in ValueMatcher() 218 struct LoadMatcher : public NodeMatcher { 220 : NodeMatcher(node), object_(InputAt(0)), index_(InputAt(1)) {} in LoadMatcher() 237 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 | 149 NodeMatcher m(node->InputAt(0)); in Reduce() 165 NodeMatcher m(node->InputAt(0)); in Reduce() 178 NodeMatcher m(input); in Reduce() 191 NodeMatcher m(input); in Reduce()
|
D | machine-operator-reducer.cc | 921 NodeMatcher nm(node); in ReduceStore()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | node_matchers.cc | 106 struct NodeMatcher : public ::testing::MatcherInterface<const Node*> { struct 389 NodeMatcher* matcher = new NodeMatcher(); in NodeWith()
|
/external/v8/src/compiler/s390/ |
D | instruction-selector-s390.cc | 284 NodeMatcher m(node); in SelectLoadOpcode() 462 NodeMatcher mright(right); in GenerateRightOperands() 767 NodeMatcher m(value); in VisitStore() 1161 NodeMatcher input(node->InputAt(0)); in VisitWord32ReverseBytes()
|
/external/v8/src/compiler/mips64/ |
D | instruction-selector-mips64.cc | 1928 NodeMatcher m(n); in IsNodeUnsigned()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 304 NodeMatcher nm(right_node); in TryMatchAnyExtend()
|