Home
last modified time | relevance | path

Searched defs:AddMatcher (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h349 struct AddMatcher : public BinopMatcher { struct
354 AddMatcher(Node* node, bool allow_input_swap) in AddMatcher() argument
360 explicit AddMatcher(Node* node) in AddMatcher() function
367 bool HasIndexInput() const { return scale_ != -1; } in HasIndexInput()
368 Node* IndexInput() const { in IndexInput()
372 int scale() const { in scale()
376 bool power_of_two_plus_one() const { return power_of_two_plus_one_; } in power_of_two_plus_one()
379 void Initialize(Node* node, bool allow_input_swap) { in Initialize()
411 typedef AddMatcher<Int32BinopMatcher, IrOpcode::kInt32Add, IrOpcode::kInt32Sub, argument
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelMatcherGen.cpp188 void MatcherGen::AddMatcher(Matcher *NewNode) { in AddMatcher() function in MatcherGen
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp187 void MatcherGen::AddMatcher(Matcher *NewNode) { in AddMatcher() function in MatcherGen
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp189 void MatcherGen::AddMatcher(Matcher *NewNode) { in AddMatcher() function in MatcherGen