Searched refs:ToLow (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | locations.h | 225 Location ToLow() const { in ToLow() function 326 return ToLow().Equals(other) || ToHigh().Equals(other); in Contains() 338 DCHECK(!Contains(other.ToLow())); in OverlapsWith()
|
D | register_allocation_resolver.cc | 255 locations->AddLiveRegister(source.ToLow()); in UpdateSafepointLiveRegisters() 517 move->AddMove(source.ToLow(), destination.ToLow(), DataType::Type::kInt32, instruction); in AddMove()
|
D | register_allocator_linear_scan.cc | 359 BlockRegister(input.ToLow(), position, position + 1); in CheckForFixedInputs() 426 BlockRegister(output.ToLow(), position, position + 1); in CheckForFixedOutput()
|
D | register_allocator_graph_color.cc | 895 BlockRegister(input.ToLow(), position, position + 1); in CheckForFixedInputs() 897 codegen_->AddAllocatedRegister(input.ToLow()); in CheckForFixedInputs() 923 codegen_->AddAllocatedRegister(out.ToLow()); in CheckForFixedOutput()
|
D | code_generator_x86.cc | 849 index = index_.ToLow(); in EmitNativeCode() 1802 move.AddMove(src.ToLow(), dst.ToLow(), DataType::Type::kInt32, nullptr); in MoveLocation() 4840 loc.ToLow(), in GenerateShlLong() 4844 loc.ToLow(), in GenerateShlLong() 4908 loc.ToLow(), in GenerateUShrLong() 9008 parallel_move.AddMove(return_loc.ToLow(), target.ToLow(), DataType::Type::kInt32, nullptr); in MoveFromReturnRegister()
|