Home
last modified time | relevance | path

Searched refs:Uint32BinopMatcher (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator-reducer.cc283 Uint32BinopMatcher m(node); in Reduce()
308 Uint32BinopMatcher m(node); in Reduce()
799 Uint32BinopMatcher m(node); in ReduceUint32Div()
866 Uint32BinopMatcher m(node); in ReduceUint32Mod()
915 Uint32BinopMatcher m(value); in ReduceStore()
1056 Uint32BinopMatcher m(node); in ReduceWord32Shr()
1062 Uint32BinopMatcher mleft(m.left().node()); in ReduceWord32Shr()
1154 Uint32BinopMatcher mleft(m.left().node()); in ReduceWord32And()
Dnode-matchers.h271 typedef BinopMatcher<Uint32Matcher, Uint32Matcher> Uint32BinopMatcher; typedef
Dsimplified-lowering.cc3178 Uint32BinopMatcher m(node); in Uint32Div()
3197 Uint32BinopMatcher m(node); in Uint32Mod()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc522 Uint32BinopMatcher m(node); in VisitWord32And()
550 Uint32BinopMatcher m(node); in VisitWord32Xor()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2493 if (TryEmitTestAndBranch<Uint32BinopMatcher, kArm64TestAndBranch32>( in VisitWordCompareZero()