Searched refs:NodeMatcher (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A 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()
|
H A D | node-matchers.h | 30 struct NodeMatcher { struct 31 explicit NodeMatcher(Node* node) : node_(node) {} in NodeMatcher() function 80 struct ValueMatcher : public NodeMatcher { 84 : NodeMatcher(node), resolved_value_(), has_resolved_value_(false) { in ValueMatcher() 106 : NodeMatcher(node), resolved_value_(), has_resolved_value_(false) { in ValueMatcher() 116 : NodeMatcher(node), resolved_value_(), has_resolved_value_(false) { in ValueMatcher() 130 : NodeMatcher(node), resolved_value_(), has_resolved_value_(false) { in ValueMatcher() 271 struct LoadMatcher : public NodeMatcher { 273 : NodeMatcher(node), object_(InputAt(0)), index_(InputAt(1)) {} in LoadMatcher() 290 struct BinopMatcher : public NodeMatcher { [all...] |
H A D | simplified-operator-reducer.cc | 160 NodeMatcher m(node->InputAt(0)); in Reduce() 176 NodeMatcher m(node->InputAt(0)); in Reduce() 189 NodeMatcher m(input); in Reduce() 202 NodeMatcher m(input); in Reduce()
|
H A D | machine-operator-reducer.cc | 909 NodeMatcher m(node->InputAt(0)); in Reduce() 1260 NodeMatcher nm(node); in ReduceStore() 1858 if (WordNAdapter::IsWordNAnd(NodeMatcher(node))) { in TryDetectShiftAndMaskOneBit() 2320 NodeMatcher condition(NodeProperties::GetValueInput(node, 0)); in ReduceConditional() 2337 NodeMatcher condition(NodeProperties::GetValueInput(node, 0)); in ReduceConditionalN() 2352 if (WordNAdapter::IsWordNAnd(NodeMatcher(lhs))) { in ReduceWord32EqualForConstantRhs()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 466 NodeMatcher mright(right); in GenerateRightOperands() 754 NodeMatcher m(value); in VisitGeneralStore() 1088 NodeMatcher input(node->InputAt(0)); in VisitWord64ReverseBytes() 1107 NodeMatcher input(node->InputAt(0)); in VisitWord32ReverseBytes() 1126 NodeMatcher input(node->InputAt(0)); in VisitSimd128ReverseBytes()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 325 NodeMatcher m(value); in VisitStoreCommon() 1000 NodeMatcher input(node->InputAt(0)); in VisitWord64ReverseBytes() 1020 NodeMatcher input(node->InputAt(0)); in VisitWord32ReverseBytes()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 332 NodeMatcher nm(right_node); in TryMatchAnyExtend() 3776 struct SimdAddOpMatcher : public NodeMatcher { 3778 : NodeMatcher(node), in SimdAddOpMatcher()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2049 NodeMatcher m(n); in IsNodeUnsigned()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 1988 NodeMatcher m(n); in IsNodeUnsigned()
|
Completed in 59 milliseconds