Searched refs:ToLow (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | locations.h | 220 Location ToLow() const { in ToLow() function 321 return ToLow().Equals(other) || ToHigh().Equals(other); in Contains() 333 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 | 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 | 814 index = index_.ToLow(); in EmitNativeCode() 1450 move.AddMove(src.ToLow(), dst.ToLow(), DataType::Type::kInt32, nullptr); in MoveLocation() 4495 loc.ToLow(), in GenerateShlLong() 4499 loc.ToLow(), in GenerateShlLong() 4563 loc.ToLow(), in GenerateUShrLong() 8622 parallel_move.AddMove(return_loc.ToLow(), target.ToLow(), DataType::Type::kInt32, nullptr); in MoveFromReturnRegister()
|
D | code_generator_arm_vixl.cc | 838 index = index_.ToLow(); in EmitNativeCode()
|