Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtail-call-optimization.cc30 DCHECK_EQ(0, Int32Matcher(NodeProperties::GetValueInput(node, 0)).Value()); in Reduce()
Dsimplified-operator-reducer.cc52 Int32Matcher m(node->InputAt(0)); in Reduce()
72 Int32Matcher m(node->InputAt(0)); in Reduce()
Dnode-matchers.h137 typedef IntMatcher<int32_t, IrOpcode::kInt32Constant> Int32Matcher; typedef
142 typedef Int32Matcher IntPtrMatcher;
270 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher;
Dcommon-operator-reducer.cc25 Int32Matcher mcond(cond); in DecideCondition()
Dmemory-optimizer.cc155 Int32Matcher m(size); in VisitAllocate()
Dwasm-compiler.cc126 Int32Matcher m(node); in TrapIfEq32()
1068 Int32Matcher match(node); in MaskShiftCount32()
1875 Int32Matcher mr(right); in BuildI32AsmjsDivS()
1916 Int32Matcher mr(right); in BuildI32AsmjsRemS()
2222 Int32Matcher m(right); in BuildI32Rol()
Dmachine-operator-reducer.cc612 Int32Matcher m(node->InputAt(0)); in Reduce()
617 Int32Matcher m(node->InputAt(0)); in Reduce()
Dint64-lowering.cc613 Int32Matcher m(shift); in LowerNode()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc756 Int32Matcher m(length); in VisitCheckedLoad()
808 Int32Matcher m(length); in VisitCheckedStore()
2189 Int32Matcher m(node); in TryEmitCbzOrTbz()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc68 Int32Matcher m(node); in CanBeImmediate()
572 Int32Matcher m(node->InputAt(2)); in VisitWord32PairShift()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc30 Int32Matcher m(node); in CanBeImmediate()
1037 Int32Matcher m(node->InputAt(2)); in VisitWord32PairShift()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc375 Int32Matcher mlength(length); in VisitCheckedLoad()
432 Int32Matcher mlength(length); in VisitCheckedStore()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc901 Int32Matcher m(node->InputAt(2)); in VisitPairShift()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc877 Int32Matcher m(node->InputAt(2)); in VisitPairShift()