Home
last modified time | relevance | path

Searched refs:NodeMatcher (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h24 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 …]
Dnode-matchers.cc11 bool NodeMatcher::IsComparison() const { in IsComparison()
17 : NodeMatcher(branch), if_true_(nullptr), if_false_(nullptr) { in BranchMatcher()
32 : NodeMatcher(merge), in DiamondMatcher()
Dsimplified-operator-reducer.cc149 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()
Dmachine-operator-reducer.cc921 NodeMatcher nm(node); in ReduceStore()
/external/tensorflow/tensorflow/compiler/jit/
Dnode_matchers.cc106 struct NodeMatcher : public ::testing::MatcherInterface<const Node*> { struct
389 NodeMatcher* matcher = new NodeMatcher(); in NodeWith()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc284 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/
Dinstruction-selector-mips64.cc1928 NodeMatcher m(n); in IsNodeUnsigned()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc304 NodeMatcher nm(right_node); in TryMatchAnyExtend()