Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h139 typedef IntMatcher<uint32_t, IrOpcode::kInt32Constant> Uint32Matcher; typedef
144 typedef Uint32Matcher UintPtrMatcher;
278 typedef BinopMatcher<Uint32Matcher, Uint32Matcher> Uint32BinopMatcher;
Dsimplified-operator-reducer.cc122 Uint32Matcher m(node->InputAt(0)); in Reduce()
Dmachine-operator-reducer.cc638 Uint32Matcher m(node->InputAt(0)); in Reduce()
643 Uint32Matcher m(node->InputAt(0)); in Reduce()
1339 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertLowWord32()
1352 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertHighWord32()
Dwasm-compiler.cc3338 Uint32Matcher matcher(node); in Uint32ToUintptr()