Home
last modified time | relevance | path

Searched refs:moves_ (Results 1 – 11 of 11) sorted by relevance

/art/compiler/optimizing/
Demit_swap_mips_test.cc37 moves_ = new (GetAllocator()) HParallelMove(GetAllocator()); in SetUp()
111 HParallelMove* moves_; member in art::EmitSwapMipsTest
118 moves_->AddMove( in TEST_F()
123 moves_->AddMove( in TEST_F()
132 DriverWrapper(moves_, expected, "TwoRegisters"); in TEST_F()
136 moves_->AddMove( in TEST_F()
141 moves_->AddMove( in TEST_F()
153 DriverWrapper(moves_, expected, "TwoRegisterPairs"); in TEST_F()
157 moves_->AddMove( in TEST_F()
162 moves_->AddMove( in TEST_F()
[all …]
Dparallel_move_resolver.cc32 moves_.push_back(move); in BuildInitialMoveList()
38 DCHECK(moves_.empty()); in EmitNativeCode()
43 for (size_t i = 0; i < moves_.size(); ++i) { in EmitNativeCode()
44 const MoveOperands& move = *moves_[i]; in EmitNativeCode()
56 for (size_t i = 0; i < moves_.size(); ++i) { in EmitNativeCode()
57 const MoveOperands& move = *moves_[i]; in EmitNativeCode()
67 for (size_t i = 0; i < moves_.size(); ++i) { in EmitNativeCode()
68 MoveOperands* move = moves_[i]; in EmitNativeCode()
77 moves_.clear(); in EmitNativeCode()
127 MoveOperands* move = moves_[index]; in PerformMove()
[all …]
Dparallel_move_resolver.h35 : moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)) { in ParallelMoveResolver()
36 moves_.reserve(32); in ParallelMoveResolver()
47 ArenaVector<MoveOperands*> moves_; variable
Dparallel_move_test.cc60 MoveOperands* move = moves_[index]; in EmitMove()
72 MoveOperands* move = moves_[index]; in EmitSwap()
131 MoveOperands* move = moves_[index]; in EmitMove()
Dnodes.h7696 moves_(allocator->Adapter(kArenaAllocMoveOperands)) { in HExpression()
7697 moves_.reserve(kDefaultNumberOfMoves); in HExpression()
7708 for (const MoveOperands& move : moves_) { in AddMove()
7724 for (const MoveOperands& move : moves_) { in AddMove()
7731 moves_.emplace_back(source, destination, type, instruction); in AddMove()
7735 return &moves_[index]; in MoveOperandsAt()
7738 size_t NumMoves() const { return moves_.size(); } in NumMoves()
7746 ArenaVector<MoveOperands> moves_;
Dcode_generator_mips.cc1083 DCHECK_LT(index, moves_.size()); in EmitMove()
1084 MoveOperands* move = moves_[index]; in EmitMove()
1089 DCHECK_LT(index, moves_.size()); in EmitSwap()
1090 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_mips64.cc1029 MoveOperands* move = moves_[index]; in EmitMove()
1034 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_x86_64.cc5584 MoveOperands* move = moves_[index]; in EmitMove()
5769 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_x86.cc6216 MoveOperands* move = moves_[index]; in EmitMove()
6413 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_arm_vixl.cc6673 MoveOperands* move = moves_[index]; in EmitMove()
6832 MoveOperands* move = moves_[index]; in EmitSwap()
Dcode_generator_arm64.cc1058 MoveOperands* move = moves_[index]; in EmitMove()