Searched refs:ToLow (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | locations.h | 220 Location ToLow() const { in ToLow() function 308 return ToLow().Equals(other) || ToHigh().Equals(other); in Contains() 320 DCHECK(!Contains(other.ToLow())); in OverlapsWith()
|
D | register_allocation_resolver.cc | 255 locations->AddLiveRegister(source.ToLow()); in UpdateSafepointLiveRegisters() 518 move->AddMove(source.ToLow(), destination.ToLow(), DataType::Type::kInt32, instruction); in AddMove()
|
D | register_allocator_linear_scan.cc | 295 BlockRegister(input.ToLow(), position, position + 1); in ProcessInstruction() 368 BlockRegister(output.ToLow(), position, position + 1); in ProcessInstruction()
|
D | register_allocator_graph_color.cc | 886 BlockRegister(input.ToLow(), position, position + 1); in CheckForFixedInputs() 888 codegen_->AddAllocatedRegister(input.ToLow()); in CheckForFixedInputs() 914 codegen_->AddAllocatedRegister(out.ToLow()); in CheckForFixedOutput()
|
D | code_generator_x86.cc | 813 index = index_.ToLow(); in EmitNativeCode() 1422 move.AddMove(src.ToLow(), dst.ToLow(), DataType::Type::kInt32, nullptr); in MoveLocation() 4444 loc.ToLow(), in GenerateShlLong() 4448 loc.ToLow(), in GenerateShlLong() 4512 loc.ToLow(), in GenerateUShrLong() 8505 parallel_move.AddMove(return_loc.ToLow(), target.ToLow(), DataType::Type::kInt32, nullptr); in MoveFromReturnRegister()
|
D | code_generator_arm_vixl.cc | 837 index = index_.ToLow(); in EmitNativeCode()
|