Home
last modified time | relevance | path

Searched refs:ToLow (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dlocations.h225 Location ToLow() const { in ToLow() function
326 return ToLow().Equals(other) || ToHigh().Equals(other); in Contains()
338 DCHECK(!Contains(other.ToLow())); in OverlapsWith()
Dregister_allocation_resolver.cc255 locations->AddLiveRegister(source.ToLow()); in UpdateSafepointLiveRegisters()
517 move->AddMove(source.ToLow(), destination.ToLow(), DataType::Type::kInt32, instruction); in AddMove()
Dregister_allocator_linear_scan.cc359 BlockRegister(input.ToLow(), position, position + 1); in CheckForFixedInputs()
426 BlockRegister(output.ToLow(), position, position + 1); in CheckForFixedOutput()
Dregister_allocator_graph_color.cc895 BlockRegister(input.ToLow(), position, position + 1); in CheckForFixedInputs()
897 codegen_->AddAllocatedRegister(input.ToLow()); in CheckForFixedInputs()
923 codegen_->AddAllocatedRegister(out.ToLow()); in CheckForFixedOutput()
Dcode_generator_x86.cc849 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()