HomeSort by relevance Sort by last modified time
    Searched refs:Int32Matcher (Results 1 - 16 of 16) sorted by null

  /external/v8/src/compiler/
tail-call-optimization.cc 30 DCHECK_EQ(0, Int32Matcher(NodeProperties::GetValueInput(node, 0)).Value());
node-matchers.h 137 typedef IntMatcher<int32_t, IrOpcode::kInt32Constant> Int32Matcher;
142 typedef Int32Matcher IntPtrMatcher;
270 typedef BinopMatcher<Int32Matcher, Int32Matcher> Int32BinopMatcher;
simplified-operator-reducer.cc 52 Int32Matcher m(node->InputAt(0));
72 Int32Matcher m(node->InputAt(0));
common-operator-reducer.cc 25 Int32Matcher mcond(cond);
memory-optimizer.cc 163 Int32Matcher m(size);
wasm-compiler.cc 145 Int32Matcher m(node);
    [all...]
machine-operator-reducer.cc 632 Int32Matcher m(node->InputAt(0));
637 Int32Matcher m(node->InputAt(0));
    [all...]
int64-lowering.cc 616 Int32Matcher m(shift);
    [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc 412 Int32Matcher mlength(length);
494 Int32Matcher mlength(length);
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 68 Int32Matcher m(node);
587 Int32Matcher m(node->InputAt(2));
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 777 Int32Matcher m(length);
832 Int32Matcher m(length);
    [all...]
  /external/v8/src/compiler/arm/
instruction-selector-arm.cc 30 Int32Matcher m(node);
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc     [all...]
  /external/v8/src/compiler/x64/
instruction-selector-x64.cc 424 Int32Matcher mlength(length);
484 Int32Matcher mlength(length);
    [all...]
  /external/v8/src/compiler/ppc/
instruction-selector-ppc.cc 897 Int32Matcher m(node->InputAt(2));
    [all...]
  /external/v8/src/compiler/s390/
instruction-selector-s390.cc     [all...]

Completed in 678 milliseconds