Home
last modified time | relevance | path

Searched refs:Float64Matcher (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dnode-matchers.h94 typedef FloatMatcher<double, IrOpcode::kFloat64Constant> Float64Matcher; typedef
140 typedef BinopMatcher<Float64Matcher, Float64Matcher> Float64BinopMatcher;
Dmachine-operator-reducer.cc397 Float64Matcher m(node->InputAt(0)); in Reduce()
403 Float64Matcher m(node->InputAt(0)); in Reduce()
429 Float64Matcher m(node->InputAt(0)); in Reduce()
441 Float64Matcher m(node->InputAt(0)); in Reduce()
Dsimplified-operator-reducer.cc50 Float64Matcher m(node->InputAt(0)); in Reduce()