Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h23 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 …]
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.cc143 NodeMatcher m(node->InputAt(0)); in Reduce()
159 NodeMatcher m(node->InputAt(0)); in Reduce()
172 NodeMatcher m(input); in Reduce()
185 NodeMatcher m(input); in Reduce()
Dmachine-operator-reducer.cc924 NodeMatcher nm(node); in ReduceStore()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc262 NodeMatcher m(node); in SelectLoadOpcode()
565 NodeMatcher mright(right); in VisitBin32op()
713 NodeMatcher m(value); in VisitStore()
1280 NodeMatcher input(node->InputAt(0)); in VisitWord32ReverseBytes()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc279 NodeMatcher nm(right_node); in TryMatchAnyExtend()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc2081 NodeMatcher m(n); in IsNodeUnsigned()