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

1 2

  /art/compiler/optimizing/
emit_swap_mips_test.cc 116 moves_->AddMove(
121 moves_->AddMove(
134 moves_->AddMove(
139 moves_->AddMove(
155 moves_->AddMove(
160 moves_->AddMove(
173 moves_->AddMove(
178 moves_->AddMove(
191 moves_->AddMove(
196 moves_->AddMove(
    [all...]
parallel_move_test.cc 158 moves->AddMove(
264 moves->AddMove(
269 moves->AddMove(
285 moves->AddMove(
290 moves->AddMove(
302 moves->AddMove(
307 moves->AddMove(
319 moves->AddMove(
324 moves->AddMove(
339 moves->AddMove(
    [all...]
register_allocation_resolver.h 87 void AddMove(HParallelMove* move,
register_allocation_resolver.cc 506 void RegisterAllocationResolver::AddMove(HParallelMove* move,
515 move->AddMove(source.ToLow(), destination.ToLow(), Primitive::kPrimInt, instruction);
516 move->AddMove(source.ToHigh(), destination.ToHigh(), Primitive::kPrimInt, nullptr);
518 move->AddMove(source, destination, type, instruction);
542 AddMove(move, source, destination, nullptr, input->GetType());
622 AddMove(move, source, destination, instruction, instruction->GetType());
652 AddMove(move, source, destination, instruction, instruction->GetType());
672 AddMove(move, source, destination, instruction, instruction->GetType());
696 AddMove(move, source, destination, instruction, instruction->GetType());
codegen_test.cc 731 move->AddMove(Location::StackSlot(0), Location::StackSlot(8192), Primitive::kPrimInt, nullptr);
732 move->AddMove(Location::StackSlot(8192), Location::StackSlot(0), Primitive::kPrimInt, nullptr);
779 move->AddMove(Location::DoubleStackSlot(0),
783 move->AddMove(Location::DoubleStackSlot(257),
807 move->AddMove(Location::SIMDStackSlot(0),
811 move->AddMove(Location::SIMDStackSlot(257),
815 move->AddMove(Location::FpuRegisterLocation(0),
819 move->AddMove(Location::FpuRegisterLocation(1),
intrinsics.h 110 parallel_move.AddMove(actual_loc, cc_loc, input->GetType(), nullptr);
code_generator_x86.cc 415 parallel_move.AddMove(
420 parallel_move.AddMove(
425 parallel_move.AddMove(
    [all...]
code_generator.cc     [all...]
code_generator_arm64.cc 618 parallel_move.AddMove(
623 parallel_move.AddMove(
628 parallel_move.AddMove(
    [all...]
code_generator_mips64.cc 506 parallel_move.AddMove(
511 parallel_move.AddMove(
516 parallel_move.AddMove(
    [all...]
code_generator_arm_vixl.cc 709 parallel_move.AddMove(
714 parallel_move.AddMove(
719 parallel_move.AddMove(
    [all...]
code_generator_x86_64.cc 428 parallel_move.AddMove(
433 parallel_move.AddMove(
438 parallel_move.AddMove(
    [all...]
code_generator_mips.cc 556 parallel_move.AddMove(
561 parallel_move.AddMove(
566 parallel_move.AddMove(
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.h 36 void AddMove(LMoveOperands move);
lithium-gap-resolver-ia32.cc 58 if (!move.IsRedundant()) AddMove(move);
129 void LGapResolver::AddMove(LMoveOperands move) {
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.h 36 void AddMove(LMoveOperands move);
lithium-gap-resolver-x87.cc 59 if (!move.IsRedundant()) AddMove(move);
130 void LGapResolver::AddMove(LMoveOperands move) {
  /external/v8/src/compiler/
move-optimizer.cc 280 to_move.AddMove(move->source(), move->destination(), code_zone());
488 moves->AddMove(move->source(), move->destination());
554 slot_1->AddMove(group_begin->destination(), load->destination());
gap-resolver.cc 77 moves->AddMove(AllocatedOperand(src_kind, smaller_rep, src_index),
instruction.h 740 MoveOperands* AddMove(const InstructionOperand& from,
743 return AddMove(from, to, zone);
746 MoveOperands* AddMove(const InstructionOperand& from,
    [all...]
register-allocator.cc 893 move->AddMove(*to_spill->operand, op);
    [all...]
  /external/skia/gm/
degeneratesegments.cpp 38 static SkPoint AddMove(SkPath& path, SkPoint& startPt) {
213 AddMove,
  /external/v8/src/crankshaft/
lithium-allocator.cc 744 move->AddMove(cur.source(), to, chunk()->zone());
750 move->AddMove(from, to, chunk()->zone());
814 move->AddMove(first_output, range->GetSpillOperand(),
    [all...]
lithium.cc 387 LGap::START, zone())->AddMove(from, to, zone());
lithium.h 352 void AddMove(LOperand* from, LOperand* to, Zone* zone) {

Completed in 889 milliseconds

1 2