Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtail-call-optimization.cc30 DCHECK_EQ(0, Int32Matcher(NodeProperties::GetValueInput(node, 0)).Value()); in Reduce()
Dnode-matchers.h137 typedef IntMatcher<int32_t, IrOpcode::kInt32Constant> Int32Matcher; typedef
142 typedef Int32Matcher IntPtrMatcher;
270 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher;
Dsimplified-operator-reducer.cc52 Int32Matcher m(node->InputAt(0)); in Reduce()
72 Int32Matcher m(node->InputAt(0)); in Reduce()
Dcommon-operator-reducer.cc25 Int32Matcher mcond(cond); in DecideCondition()
Dmemory-optimizer.cc163 Int32Matcher m(size); in VisitAllocate()
Dmachine-operator-reducer.cc632 Int32Matcher m(node->InputAt(0)); in Reduce()
637 Int32Matcher m(node->InputAt(0)); in Reduce()
Dwasm-compiler.cc145 Int32Matcher m(node); in TrapIfEq32()
1145 Int32Matcher match(node); in MaskShiftCount32()
1937 Int32Matcher mr(right); in BuildI32AsmjsDivS()
1980 Int32Matcher mr(right); in BuildI32AsmjsRemS()
2350 Int32Matcher m(right); in BuildI32Rol()
Dint64-lowering.cc616 Int32Matcher m(shift); in LowerNode()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc777 Int32Matcher m(length); in VisitCheckedLoad()
832 Int32Matcher m(length); in VisitCheckedStore()
2007 Int32Matcher m(node); in TryEmitCbzOrTbz()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc68 Int32Matcher m(node); in CanBeImmediate()
587 Int32Matcher m(node->InputAt(2)); in VisitWord32PairShift()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc412 Int32Matcher mlength(length); in VisitCheckedLoad()
494 Int32Matcher mlength(length); in VisitCheckedStore()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc424 Int32Matcher mlength(length); in VisitCheckedLoad()
484 Int32Matcher mlength(length); in VisitCheckedStore()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc30 Int32Matcher m(node); in CanBeImmediate()
1082 Int32Matcher m(node->InputAt(2)); in VisitWord32PairShift()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc1876 Int32Matcher m(length); in VisitCheckedLoad()
1940 Int32Matcher m(length); in VisitCheckedStore()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc897 Int32Matcher m(node->InputAt(2)); in VisitPairShift()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1172 Int32Matcher m(node->InputAt(2)); in VisitPairShift()