Home
last modified time | relevance | path

Searched refs:Uint32Matcher (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dnode-matchers.h138 typedef IntMatcher<uint32_t, IrOpcode::kInt32Constant> Uint32Matcher; typedef
143 typedef Uint32Matcher UintPtrMatcher;
271 typedef BinopMatcher<Uint32Matcher, Uint32Matcher> Uint32BinopMatcher;
Dsimplified-operator-reducer.cc116 Uint32Matcher m(node->InputAt(0)); in Reduce()
Dmachine-operator-reducer.cc622 Uint32Matcher m(node->InputAt(0)); in Reduce()
627 Uint32Matcher m(node->InputAt(0)); in Reduce()
1316 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertLowWord32()
1329 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertHighWord32()
Dwasm-compiler.cc2931 Uint32Matcher m(index); in BoundsCheckMem()