Home
last modified time | relevance | path

Searched refs:Int32Matcher (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dnode-matchers.h79 typedef IntMatcher<int32_t, IrOpcode::kInt32Constant> Int32Matcher; typedef
136 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher;
Dsimplified-operator-reducer.cc32 Int32Matcher m(node->InputAt(0)); in Reduce()
55 Int32Matcher m(node->InputAt(0)); in Reduce()
Dmachine-operator-reducer.cc409 Int32Matcher m(node->InputAt(0)); in Reduce()
414 Int32Matcher m(node->InputAt(0)); in Reduce()
/external/chromium_org/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc75 if (Int32Matcher(index).Is(0)) { // load [#base + #0] in VisitLoad()
146 if (Int32Matcher(index).Is(0)) { // store [#base], %|#value in VisitStore()
/external/chromium_org/v8/test/cctest/compiler/
Dtest-representation-change.cc49 Int32Matcher m(n); in CheckInt32Constant()
Dtest-simplified-lowering.cc1272 Int32Matcher index = Int32Matcher(load_or_store->InputAt(1)); in CheckFieldAccessArithmetic()
/external/chromium_org/v8/src/compiler/arm/
Dinstruction-selector-arm.cc27 Int32Matcher m(node); in CanBeImmediate()