Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dnode-matchers.h134 typedef IntMatcher<uint32_t, IrOpcode::kInt32Constant> Uint32Matcher; typedef
139 typedef Uint32Matcher UintPtrMatcher;
248 typedef BinopMatcher<Uint32Matcher, Uint32Matcher> Uint32BinopMatcher;
Dsimplified-operator-reducer.cc88 Uint32Matcher m(node->InputAt(0)); in Reduce()
Dmachine-operator-reducer.cc413 Uint32Matcher m(node->InputAt(0)); in Reduce()
418 Uint32Matcher m(node->InputAt(0)); in Reduce()
997 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertLowWord32()
1010 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertHighWord32()
/external/v8/test/cctest/compiler/
Dtest-representation-change.cc50 Uint32Matcher m(n); in CheckUint32Constant()