Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.cc36 using UintNBinopMatcher = Uint32BinopMatcher;
463 Uint32BinopMatcher m(node); in Reduce()
489 Uint32BinopMatcher m(node); in Reduce()
1166 Uint32BinopMatcher m(node); in ReduceUint32Div()
1231 Uint32BinopMatcher m(node); in ReduceUint32Mod()
1271 Uint32BinopMatcher m(value); in ReduceStore()
1605 Uint32BinopMatcher m(node); in ReduceWord32Shr()
1612 Uint32BinopMatcher mleft(m.left().node()); in ReduceWord32Shr()
1811 Uint32BinopMatcher eq(node); in Detect()
1813 Uint32BinopMatcher mand(eq.left().node()); in Detect()
Dnode-matchers.h342 using Uint32BinopMatcher = BinopMatcher<Uint32Matcher, Uint32Matcher>; variable
Dsimplified-lowering.cc4818 Uint32BinopMatcher m(node); in Uint32Div()
4836 Uint32BinopMatcher m(node); in Uint32Mod()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc776 Uint32BinopMatcher m(node); in VisitWord32And()
814 Uint32BinopMatcher m(node); in VisitWord32Xor()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc2812 TestAndBranchMatcher<Uint32BinopMatcher> tbm(value, cont); in VisitWordCompareZero()