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

  /external/v8/test/cctest/compiler/
test-instruction.cc 282 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER, vreg),
283 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER, vreg),
284 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER, vreg),
285 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER, vreg)};
288 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER, vreg),
289 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER, vreg),
290 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER, vreg),
291 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER, vreg)};
294 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER, vreg),
295 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER, vreg)
    [all...]
  /external/v8/src/compiler/
instruction-selector-impl.h 42 UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
96 return Use(node, UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
116 return Use(node, UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
164 return UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
171 UnallocatedOperand::MUST_HAVE_REGISTER,
259 return UnallocatedOperand(UnallocatedOperand::MUST_HAVE_REGISTER,
instruction.h 153 MUST_HAVE_REGISTER,
221 extended_policy() == MUST_HAVE_REGISTER;
    [all...]
instruction.cc 103 case UnallocatedOperand::MUST_HAVE_REGISTER:
register-allocator-verifier.cc 187 case UnallocatedOperand::MUST_HAVE_REGISTER:
  /external/v8/test/unittests/compiler/
instruction-sequence-unittest.cc 379 return Unallocated(op, UnallocatedOperand::MUST_HAVE_REGISTER);
381 return Unallocated(op, UnallocatedOperand::MUST_HAVE_REGISTER,
407 return Unallocated(op, UnallocatedOperand::MUST_HAVE_REGISTER);
  /external/v8/src/crankshaft/
lithium.h 84 MUST_HAVE_REGISTER,
193 extended_policy() == MUST_HAVE_REGISTER);
lithium.cc 79 case LUnallocated::MUST_HAVE_REGISTER:
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 450 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
456 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
538 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
615 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 392 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
403 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
441 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
507 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 486 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
492 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
587 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
666 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 457 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
463 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
545 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
622 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 457 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
463 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
545 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
622 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 464 new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
469 return Use(value, new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
551 new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
626 new (zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 476 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
482 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
571 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
650 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 492 return Use(value, new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
498 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER,
593 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER));
672 new(zone()) LUnallocated(LUnallocated::MUST_HAVE_REGISTER);
    [all...]

Completed in 252 milliseconds