Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dparallel_move_resolver.cc32 moves_.push_back(move); in BuildInitialMoveList()
38 DCHECK(moves_.empty()); in EmitNativeCode()
68 MoveOperands* move = moves_[i]; in EmitNativeCode()
77 moves_.clear(); in EmitNativeCode()
127 MoveOperands* move = moves_[index]; in PerformMove()
244 for (MoveOperands* move : moves_) { in IsScratchLocation()
250 for (MoveOperands* move : moves_) { in IsScratchLocation()
304 DCHECK(moves_.empty()); in EmitNativeCode()
327 MoveOperands* move = moves_[i]; in EmitNativeCode()
347 MoveOperands* move = moves_[i]; in EmitNativeCode()
[all …]
H A Dparallel_move_resolver.h35 : moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)) { in ParallelMoveResolver()
36 moves_.reserve(32); in ParallelMoveResolver()
47 ArenaVector<MoveOperands*> moves_; variable
H A Dparallel_move_test.cc60 MoveOperands* move = moves_[index]; in EmitMove()
72 MoveOperands* move = moves_[index]; in EmitSwap()
131 MoveOperands* move = moves_[index]; in EmitMove()
H A Dnodes.h8224 moves_(allocator->Adapter(kArenaAllocMoveOperands)) {
8225 moves_.reserve(kDefaultNumberOfMoves);
8236 for (const MoveOperands& move : moves_) {
8252 for (const MoveOperands& move : moves_) {
8259 moves_.emplace_back(source, destination, type, instruction);
8263 return &moves_[index];
8266 size_t NumMoves() const { return moves_.size(); }
8274 ArenaVector<MoveOperands> moves_;
H A Dcode_generator_x86_64.cc5939 MoveOperands* move = moves_[index]; in EmitMove()
6124 MoveOperands* move = moves_[index]; in EmitSwap()
H A Dcode_generator_arm_vixl.cc7131 MoveOperands* move = moves_[index]; in EmitMove()
7290 MoveOperands* move = moves_[index]; in EmitSwap()
H A Dcode_generator_x86.cc6783 MoveOperands* move = moves_[index]; in EmitMove()
7001 MoveOperands* move = moves_[index]; in EmitSwap()
H A Dcode_generator_arm64.cc1108 MoveOperands* move = moves_[index]; in EmitMove()