Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-reducer.cc284 Uint32BinopMatcher m(node); in Reduce()
309 Uint32BinopMatcher m(node); in Reduce()
828 Uint32BinopMatcher m(node); in ReduceUint32Div()
894 Uint32BinopMatcher m(node); in ReduceUint32Mod()
943 Uint32BinopMatcher m(value); in ReduceStore()
1084 Uint32BinopMatcher m(node); in ReduceWord32Shr()
1090 Uint32BinopMatcher mleft(m.left().node()); in ReduceWord32Shr()
1182 Uint32BinopMatcher mleft(m.left().node()); in ReduceWord32And()
Dnode-matchers.h271 typedef BinopMatcher<Uint32Matcher, Uint32Matcher> Uint32BinopMatcher; typedef
Dsimplified-lowering.cc3304 Uint32BinopMatcher m(node); in Uint32Div()
3323 Uint32BinopMatcher m(node); in Uint32Mod()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc574 Uint32BinopMatcher m(node); in VisitWord32And()
602 Uint32BinopMatcher m(node); in VisitWord32Xor()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2311 if (TryEmitTestAndBranch<Uint32BinopMatcher, kArm64TestAndBranch32>( in VisitWordCompareZero()