Home
last modified time | relevance | path

Searched refs:LoadMatcher (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h214 struct LoadMatcher : public NodeMatcher { struct
215 explicit LoadMatcher(Node* node) in LoadMatcher() function
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc155 LoadMatcher<ExternalReferenceMatcher> m(operand); in GetEffectiveAddressMemoryOperand()
1777 LoadMatcher<ExternalReferenceMatcher> mleft(m.left().node()); in VisitWord64Compare()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc1361 LoadMatcher<ExternalReferenceMatcher> mleft(m.left().node()); in VisitWordCompare()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc1469 LoadMatcher<ExternalReferenceMatcher> mleft(m.left().node()); in VisitWordCompare()