Home
last modified time | relevance | path

Searched refs:lhs_matcher (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dgraph-unittest.h88 Matcher<Node*> IsNumberLessThan(const Matcher<Node*>& lhs_matcher,
102 Matcher<Node*> IsWord32And(const Matcher<Node*>& lhs_matcher,
104 Matcher<Node*> IsWord32Sar(const Matcher<Node*>& lhs_matcher,
106 Matcher<Node*> IsWord32Shl(const Matcher<Node*>& lhs_matcher,
108 Matcher<Node*> IsWord32Ror(const Matcher<Node*>& lhs_matcher,
110 Matcher<Node*> IsWord32Equal(const Matcher<Node*>& lhs_matcher,
112 Matcher<Node*> IsWord64And(const Matcher<Node*>& lhs_matcher,
114 Matcher<Node*> IsWord64Shl(const Matcher<Node*>& lhs_matcher,
116 Matcher<Node*> IsWord64Sar(const Matcher<Node*>& lhs_matcher,
118 Matcher<Node*> IsWord64Equal(const Matcher<Node*>& lhs_matcher,
[all …]
Dchange-lowering-unittest.cc98 Matcher<Node*> IsWordEqual(const Matcher<Node*>& lhs_matcher, in IsWordEqual() argument
100 return Is32() ? IsWord32Equal(lhs_matcher, rhs_matcher) in IsWordEqual()
101 : IsWord64Equal(lhs_matcher, rhs_matcher); in IsWordEqual()
Dgraph-unittest.cc551 IsBinopMatcher(IrOpcode::Value opcode, const Matcher<Node*>& lhs_matcher, in IsBinopMatcher() argument
554 lhs_matcher_(lhs_matcher), in IsBinopMatcher()
741 Matcher<Node*> Is##Name(const Matcher<Node*>& lhs_matcher, \
744 new IsBinopMatcher(IrOpcode::k##Name, lhs_matcher, rhs_matcher)); \