HomeSort by relevance Sort by last modified time
    Searched refs:NodeMatcher (Results 1 - 7 of 7) sorted by null

  /external/v8/src/compiler/
node-matchers.cc 11 bool NodeMatcher::IsComparison() const {
17 : NodeMatcher(branch), if_true_(nullptr), if_false_(nullptr) {
32 : NodeMatcher(merge),
node-matchers.h 23 struct NodeMatcher {
24 explicit NodeMatcher(Node* node) : node_(node) {}
51 struct ValueMatcher : public NodeMatcher {
55 : NodeMatcher(node), value_(), has_value_(opcode() == kOpcode) {
76 : NodeMatcher(node),
87 : NodeMatcher(node), value_(), has_value_(false) {
101 : NodeMatcher(node), value_(), has_value_(false) {
214 struct LoadMatcher : public NodeMatcher {
216 : NodeMatcher(node), object_(InputAt(0)), index_(InputAt(1)) {}
233 struct BinopMatcher : public NodeMatcher {
    [all...]
simplified-operator-reducer.cc 143 NodeMatcher m(node->InputAt(0));
159 NodeMatcher m(node->InputAt(0));
172 NodeMatcher m(input);
185 NodeMatcher m(input);
machine-operator-reducer.cc     [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc 262 NodeMatcher m(node);
565 NodeMatcher mright(right);
713 NodeMatcher m(value);
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 279 NodeMatcher nm(right_node);
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc     [all...]

Completed in 534 milliseconds