Searched refs:GetSource (Results 1 – 11 of 11) sorted by relevance
/art/compiler/optimizing/ |
D | parallel_move_resolver.cc | 46 if (move.IsEliminated() || move.GetSource().IsConstant()) { in EmitNativeCode() 50 if ((move.GetSource().IsStackSlot() || move.GetSource().IsDoubleStackSlot()) && in EmitNativeCode() 61 if (!move.IsEliminated() && !move.GetSource().IsConstant()) { in EmitNativeCode() 70 DCHECK(move->GetSource().IsConstant()); in EmitNativeCode() 108 Location source = move->GetSource(); in UpdateSourceOf() 139 DCHECK(!move->GetSource().IsInvalid()); in PerformMove() 187 if (move->GetSource().Equals(destination)) { in PerformMove() 220 Location source = move->GetSource(); in PerformMove() 318 if (!move.IsEliminated() && !move.GetSource().IsConstant()) { in EmitNativeCode() 330 Location source = move->GetSource(); in EmitNativeCode() [all …]
|
D | parallel_move_test.cc | 64 DumpLocationForTest(message_, move->GetSource()); in EmitMove() 76 DumpLocationForTest(message_, move->GetSource()); in EmitSwap() 135 DumpLocationForTest(message_, move->GetSource()); in EmitMove()
|
D | graph_visualizer.cc | 338 DumpLocation(str, move->GetSource()); in VisitParallelMove()
|
D | code_generator_mips64.cc | 466 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), move->GetType()); in EmitMove() 471 codegen_->SwapLocations(move->GetDestination(), move->GetSource(), move->GetType()); in EmitSwap()
|
D | nodes.cc | 2549 << " source=" << rhs.GetSource() in operator <<()
|
D | nodes.h | 6210 Location GetSource() const { return source_; } in GetSource() function 6315 << move.GetSource() << " ==> " << move.GetDestination() << " and " in AddMove()
|
D | code_generator_mips.cc | 521 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), move->GetType()); in EmitMove() 529 Location loc2 = move->GetSource(); in EmitSwap()
|
D | code_generator_x86_64.cc | 5107 Location source = move->GetSource(); in EmitMove() 5261 Location source = move->GetSource(); in EmitSwap()
|
D | code_generator_arm.cc | 4853 Location source = move->GetSource(); in EmitMove() 4997 Location source = move->GetSource(); in EmitSwap()
|
D | code_generator_x86.cc | 5631 Location source = move->GetSource(); in EmitMove() 5805 Location source = move->GetSource(); in EmitSwap()
|
D | code_generator_arm64.cc | 994 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), Primitive::kPrimVoid); in EmitMove()
|