HomeSort by relevance Sort by last modified time
    Searched refs:IsStackSlot (Results 1 - 25 of 32) sorted by null

1 2

  /art/compiler/optimizing/
locations.cc 104 } else if (location.IsStackSlot() || location.IsDoubleStackSlot()) {
locations.h 256 bool IsStackSlot() const {
285 DCHECK(IsStackSlot() || IsDoubleStackSlot() || IsSIMDStackSlot());
538 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated());
655 || input.IsStackSlot()
parallel_move_resolver.cc 50 if ((move.GetSource().IsStackSlot() || move.GetSource().IsDoubleStackSlot()) &&
51 (move.GetDestination().IsStackSlot() || move.GetDestination().IsDoubleStackSlot())) {
329 if (!move->IsEliminated() && !destination.IsStackSlot() && !destination.IsDoubleStackSlot()) {
code_generator_x86_64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator.cc 84 } else if (location.IsStackSlot()) {
    [all...]
register_allocation_resolver.cc 65 if (location.IsStackSlot()) {
504 || destination.IsStackSlot()
code_generator_mips64.cc     [all...]
intrinsics_x86.cc 624 DCHECK(src.IsStackSlot());
    [all...]
parallel_move_test.cc 46 } else if (location.IsStackSlot()) {
intrinsics_x86_64.cc     [all...]
code_generator_arm64.cc     [all...]
graph_visualizer.cc 305 } else if (location.IsStackSlot()) {
    [all...]
  /external/v8/src/compiler/
register-allocator-verifier.cc 251 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_);
255 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_);
260 CHECK_WITH_MSG(op->IsRegister() || op->IsStackSlot(), caller_info_);
266 CHECK_WITH_MSG(op->IsRegister() || op->IsStackSlot() || op->IsConstant(),
gap-resolver.cc 208 if (source.IsStackSlot() || source.IsFPStackSlot()) {
code-generator.cc 439 if (operand.IsStackSlot()) {
491 if (source.IsStackSlot() &&
517 if (source.IsStackSlot() &&
529 if (destination.IsStackSlot() &&
    [all...]
instruction.cc 102 if (IsRegister() || IsStackSlot()) {
103 return op->IsRegister() || op->IsStackSlot();
181 if (op.IsStackSlot()) {
397 if (op.IsStackSlot() && LocationOperand::cast(op).index() < 0) return;
    [all...]
instruction.h 87 inline bool IsStackSlot() const;
440 DCHECK(IsStackSlot() || IsFPStackSlot());
608 bool InstructionOperand::IsStackSlot() const {
    [all...]
move-optimizer.cc 506 return op.IsStackSlot() || op.IsFPStackSlot();
register-allocator.cc 337 DCHECK(op.IsStackSlot() || op.IsFPStackSlot());
709 DCHECK(spill_op.IsStackSlot() || spill_op.IsFPStackSlot());
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 107 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
154 return instr->InputAt(index)->IsStackSlot() ||
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 106 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 121 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 124 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 55 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
604 if (source.IsStackSlot()) {
    [all...]

Completed in 710 milliseconds

1 2