Home
last modified time | relevance | path

Searched refs:ToHigh (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dlocations.h231 Location ToHigh() const { in ToHigh() function
308 return ToLow().Equals(other) || ToHigh().Equals(other); in Contains()
321 DCHECK(!Contains(other.ToHigh())); in OverlapsWith()
Dregister_allocation_resolver.cc253 locations->AddLiveRegister(source.ToHigh()); in UpdateSafepointLiveRegisters()
515 move->AddMove(source.ToHigh(), destination.ToHigh(), Primitive::kPrimInt, nullptr); in AddMove()
Dregister_allocator_linear_scan.cc294 BlockRegister(input.ToHigh(), position, position + 1); in ProcessInstruction()
367 BlockRegister(output.ToHigh(), position, position + 1); in ProcessInstruction()
Dregister_allocator_graph_color.cc864 BlockRegister(input.ToHigh(), position, position + 1); in CheckForFixedInputs()
866 codegen_->AddAllocatedRegister(input.ToHigh()); in CheckForFixedInputs()
892 codegen_->AddAllocatedRegister(out.ToHigh()); in CheckForFixedOutput()
Dcode_generator_x86.cc1333 move.AddMove(src.ToHigh(), dst.ToHigh(), Primitive::kPrimInt, nullptr); in MoveLocation()
3991 loc.ToHigh(), in GenerateShlLong()
4057 loc.ToHigh(), in GenerateUShrLong()
4061 loc.ToHigh(), in GenerateUShrLong()
7812 parallel_move.AddMove(return_loc.ToHigh(), target.ToHigh(), Primitive::kPrimInt, nullptr); in MoveFromReturnRegister()
Dcode_generator_arm.cc8660 parallel_move.AddMove(return_loc.ToHigh(), trg.ToHigh(), Primitive::kPrimInt, nullptr); in MoveFromReturnRegister()
8665 parallel_move.AddMove(return_loc.ToHigh(), trg.ToHigh(), Primitive::kPrimFloat, nullptr); in MoveFromReturnRegister()