Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h171 using Uint32Matcher = IntMatcher<uint32_t, IrOpcode::kInt32Constant>; variable
178 using UintPtrMatcher = Uint32Matcher;
342 using Uint32BinopMatcher = BinopMatcher<Uint32Matcher, Uint32Matcher>;
Dsimplified-operator-reducer.cc129 Uint32Matcher m(node->InputAt(0)); in Reduce()
Dmachine-operator-reducer.cc854 Uint32Matcher m(node->InputAt(0)); in Reduce()
860 Uint32Matcher m(node->InputAt(0)); in Reduce()
2095 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertLowWord32()
2108 Uint32Matcher mrhs(node->InputAt(1)); in ReduceFloat64InsertHighWord32()
Deffect-control-linearizer.cc2344 Uint32Matcher m(rhs); in LowerCheckedUint32Div()
Dwasm-compiler.cc3456 Uint32Matcher matcher(node); in BuildChangeUint32ToUintPtr()