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()
825 Uint32BinopMatcher m(node); in ReduceUint32Div()
891 Uint32BinopMatcher m(node); in ReduceUint32Mod()
937 Uint32BinopMatcher m(value); in ReduceStore()
1078 Uint32BinopMatcher m(node); in ReduceWord32Shr()
1084 Uint32BinopMatcher mleft(m.left().node()); in ReduceWord32Shr()
1176 Uint32BinopMatcher mleft(m.left().node()); in ReduceWord32And()
Dnode-matchers.h278 typedef BinopMatcher<Uint32Matcher, Uint32Matcher> Uint32BinopMatcher; typedef
Dsimplified-lowering.cc3730 Uint32BinopMatcher m(node); in Uint32Div()
3748 Uint32BinopMatcher m(node); in Uint32Mod()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc490 Uint32BinopMatcher m(node); in VisitWord32And()
517 Uint32BinopMatcher m(node); in VisitWord32Xor()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc2275 TestAndBranchMatcher<Uint32BinopMatcher> tbm(value, cont); in VisitWordCompareZero()