Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-operator-reducer.cc56 Int32Matcher m(node->InputAt(0)); in Reduce()
78 Int32Matcher m(node->InputAt(0)); in Reduce()
Dnode-matchers.h138 typedef IntMatcher<int32_t, IrOpcode::kInt32Constant> Int32Matcher; typedef
143 typedef Int32Matcher IntPtrMatcher;
277 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher;
Dcommon-operator-reducer.cc25 Int32Matcher mcond(cond); in DecideCondition()
436 Int32Matcher mswitched(switched_value); in ReduceSwitch()
Dmemory-optimizer.cc178 Int32Matcher m(size); in VisitAllocateRaw()
Dmachine-operator-reducer.cc628 Int32Matcher m(node->InputAt(0)); in Reduce()
633 Int32Matcher m(node->InputAt(0)); in Reduce()
Dwasm-compiler.cc956 Int32Matcher m(node); in TrapIfEq32()
1040 Int32Matcher match(node); in MaskShiftCount32()
2233 Int32Matcher mr(right); in BuildI32AsmjsDivS()
2276 Int32Matcher mr(right); in BuildI32AsmjsRemS()
2705 Int32Matcher m(right); in BuildI32Rol()
Dint64-lowering.cc673 Int32Matcher m(shift); in LowerNode()
Dcode-assembler.cc326 Int32Matcher m(node); in ToInt32Constant()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc68 Int32Matcher m(node); in CanBeImmediate()
602 Int32Matcher m(node->InputAt(2)); in VisitWord32PairShift()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc30 Int32Matcher m(node); in CanBeImmediate()
1089 Int32Matcher m(node->InputAt(2)); in VisitWord32PairShift()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc806 Int32Matcher m(node->InputAt(2)); in VisitPairShift()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc1088 Int32Matcher m(node->InputAt(2)); in VisitPairShift()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1950 Int32Matcher m(node); in TryEmitCbzOrTbz()