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

1 2

  /art/compiler/optimizing/
emit_swap_mips_test.cc 37 moves_ = new (allocator_.get()) HParallelMove(allocator_.get());
107 HParallelMove* moves_; member in class:art::EmitSwapMipsTest
116 moves_->AddMove(
121 moves_->AddMove(
130 DriverWrapper(moves_, expected, "TwoRegisters");
134 moves_->AddMove(
139 moves_->AddMove(
151 DriverWrapper(moves_, expected, "TwoRegisterPairs");
155 moves_->AddMove(
160 moves_->AddMove
    [all...]
parallel_move_resolver.cc 32 moves_.push_back(move);
38 DCHECK(moves_.empty());
43 for (size_t i = 0; i < moves_.size(); ++i) {
44 const MoveOperands& move = *moves_[i];
56 for (size_t i = 0; i < moves_.size(); ++i) {
57 const MoveOperands& move = *moves_[i];
67 for (size_t i = 0; i < moves_.size(); ++i) {
68 MoveOperands* move = moves_[i];
77 moves_.clear();
127 MoveOperands* move = moves_[index]
    [all...]
parallel_move_resolver.h 35 : moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)) {
36 moves_.reserve(32);
47 ArenaVector<MoveOperands*> moves_; member in class:art::ParallelMoveResolver
100 // Perform the move at the moves_ index in question (possibly requiring
174 // Perform the move at the given index in `moves_` (possibly requiring other moves to satisfy
parallel_move_test.cc 59 MoveOperands* move = moves_[index];
71 MoveOperands* move = moves_[index];
130 MoveOperands* move = moves_[index];
nodes.h     [all...]
code_generator_mips.cc     [all...]
code_generator_mips64.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-gap-resolver-x64.cc 16 : cgen_(owner), moves_(32, owner->zone()) {}
20 DCHECK(moves_.is_empty());
24 for (int i = 0; i < moves_.length(); ++i) {
25 LMoveOperands move = moves_[i];
35 for (int i = 0; i < moves_.length(); ++i) {
36 if (!moves_[i].IsEliminated()) {
37 DCHECK(moves_[i].source()->IsConstantOperand());
42 moves_.Rewind(0);
54 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
68 DCHECK(!moves_[index].IsPending())
    [all...]
lithium-gap-resolver-x64.h 27 // Perform the move at the moves_ index in question (possibly requiring
44 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/arm/
lithium-gap-resolver-arm.cc 22 : cgen_(owner), moves_(32, owner->zone()), root_index_(0), in_cycle_(false),
30 DCHECK(moves_.is_empty());
34 for (int i = 0; i < moves_.length(); ++i) {
35 LMoveOperands move = moves_[i];
49 for (int i = 0; i < moves_.length(); ++i) {
50 if (!moves_[i].IsEliminated()) {
51 DCHECK(moves_[i].source()->IsConstantOperand());
62 moves_.Rewind(0);
74 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
95 DCHECK(!moves_[index].IsPending())
    [all...]
lithium-gap-resolver-arm.h 27 // Perform the move at the moves_ index in question (possibly requiring
49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/mips/
lithium-gap-resolver-mips.cc 14 moves_(32, owner->zone()),
21 DCHECK(moves_.is_empty());
25 for (int i = 0; i < moves_.length(); ++i) {
26 LMoveOperands move = moves_[i];
40 for (int i = 0; i < moves_.length(); ++i) {
41 if (!moves_[i].IsEliminated()) {
42 DCHECK(moves_[i].source()->IsConstantOperand());
47 moves_.Rewind(0);
59 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
80 DCHECK(!moves_[index].IsPending())
    [all...]
lithium-gap-resolver-mips.h 27 // Perform the move at the moves_ index in question (possibly requiring
49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/mips64/
lithium-gap-resolver-mips64.cc 14 moves_(32, owner->zone()),
21 DCHECK(moves_.is_empty());
25 for (int i = 0; i < moves_.length(); ++i) {
26 LMoveOperands move = moves_[i];
40 for (int i = 0; i < moves_.length(); ++i) {
41 if (!moves_[i].IsEliminated()) {
42 DCHECK(moves_[i].source()->IsConstantOperand());
47 moves_.Rewind(0);
59 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
80 DCHECK(!moves_[index].IsPending())
    [all...]
lithium-gap-resolver-mips64.h 27 // Perform the move at the moves_ index in question (possibly requiring
49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/ppc/
lithium-gap-resolver-ppc.cc 16 moves_(32, owner->zone()),
23 DCHECK(moves_.is_empty());
27 for (int i = 0; i < moves_.length(); ++i) {
28 LMoveOperands move = moves_[i];
42 for (int i = 0; i < moves_.length(); ++i) {
43 if (!moves_[i].IsEliminated()) {
44 DCHECK(moves_[i].source()->IsConstantOperand());
49 moves_.Rewind(0);
61 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
82 DCHECK(!moves_[index].IsPending())
    [all...]
lithium-gap-resolver-ppc.h 27 // Perform the move at the moves_ index in question (possibly requiring
49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/s390/
lithium-gap-resolver-s390.cc 16 moves_(32, owner->zone()),
22 DCHECK(moves_.is_empty());
26 for (int i = 0; i < moves_.length(); ++i) {
27 LMoveOperands move = moves_[i];
41 for (int i = 0; i < moves_.length(); ++i) {
42 if (!moves_[i].IsEliminated()) {
43 DCHECK(moves_[i].source()->IsConstantOperand());
48 moves_.Rewind(0);
59 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
79 DCHECK(!moves_[index].IsPending())
    [all...]
lithium-gap-resolver-s390.h 27 // Perform the move at the moves_ index in question (possibly requiring
49 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/x87/
lithium-gap-resolver-x87.cc 17 moves_(32, owner->zone()),
28 for (int i = 0; i < moves_.length(); ++i) {
29 LMoveOperands move = moves_[i];
39 for (int i = 0; i < moves_.length(); ++i) {
40 if (!moves_[i].IsEliminated()) {
41 DCHECK(moves_[i].source()->IsConstantOperand());
73 DCHECK(!moves_[index].IsPending());
74 DCHECK(!moves_[index].IsRedundant());
78 DCHECK(moves_[index].source() != NULL); // Or else it will look eliminated.
79 LOperand* destination = moves_[index].destination()
    [all...]
lithium-gap-resolver-x87.h 27 // Perform the move at the moves_ index in question (possibly requiring
72 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/arm64/
lithium-gap-resolver-arm64.cc 27 : cgen_(owner), masm_(owner, owner->masm()), moves_(32, owner->zone()),
33 DCHECK(moves_.is_empty());
39 for (int i = 0; i < moves_.length(); ++i) {
40 LMoveOperands move = moves_[i];
53 for (int i = 0; i < moves_.length(); ++i) {
54 LMoveOperands move = moves_[i];
64 moves_.Rewind(0);
76 if (!move.IsRedundant()) moves_.Add(move, cgen_->zone());
87 LMoveOperands& current_move = moves_[index];
103 for (int i = 0; i < moves_.length(); ++i)
    [all...]
lithium-gap-resolver-arm64.h 43 // Perform the move at the moves_ index in question (possibly requiring
61 masm_.StackSlotMove(moves_[index].source(), moves_[index].destination());
90 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/crankshaft/ia32/
lithium-gap-resolver-ia32.cc 16 moves_(32, owner->zone()),
27 for (int i = 0; i < moves_.length(); ++i) {
28 LMoveOperands move = moves_[i];
38 for (int i = 0; i < moves_.length(); ++i) {
39 if (!moves_[i].IsEliminated()) {
40 DCHECK(moves_[i].source()->IsConstantOperand());
72 DCHECK(!moves_[index].IsPending());
73 DCHECK(!moves_[index].IsRedundant());
77 DCHECK(moves_[index].source() != NULL); // Or else it will look eliminated.
78 LOperand* destination = moves_[index].destination()
    [all...]
lithium-gap-resolver-ia32.h 27 // Perform the move at the moves_ index in question (possibly requiring
72 ZoneList<LMoveOperands> moves_; member in class:v8::internal::BASE_EMBEDDED

Completed in 558 milliseconds

1 2