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

  /external/v8/src/compiler/
instruction-selector-impl.h 42 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
106 return Use(node, UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
126 return Use(node, UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
180 return UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
192 return UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER, vreg);
196 return UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
202 UnallocatedOperand::MUST_HAVE_REGISTER,
304 return UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
register-allocator-verifier.cc 190 case UnallocatedOperand::MUST_HAVE_REGISTER:
instruction.h 179 MUST_HAVE_REGISTER,
247 extended_policy() == MUST_HAVE_REGISTER;
    [all...]
instruction.cc 135 case UnallocatedOperand::MUST_HAVE_REGISTER:
    [all...]
  /external/v8/src/crankshaft/
lithium.h 85 MUST_HAVE_REGISTER,
194 extended_policy() == MUST_HAVE_REGISTER);
lithium.cc 85 case LUnallocated::MUST_HAVE_REGISTER:
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 403 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
409 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
491 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
563 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 345 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
356 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
394 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
460 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 432 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
438 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
533 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
608 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 410 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
416 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
498 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
570 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 410 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
416 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
498 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
570 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 417 new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
422 return Use(value, new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
504 new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
575 new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 379 new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
383 return Use(value, new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
453 new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
516 new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 431 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
437 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
526 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
601 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 438 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
444 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
539 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
613 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]

Completed in 897 milliseconds