Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dlocations.h220 Location ToLow() const { in ToLow() function
321 return ToLow().Equals(other) || ToHigh().Equals(other); in Contains()
333 DCHECK(!Contains(other.ToLow())); in OverlapsWith()
H A Dregister_allocation_resolver.cc255 locations->AddLiveRegister(source.ToLow()); in UpdateSafepointLiveRegisters()
517 move->AddMove(source.ToLow(), destination.ToLow(), DataType::Type::kInt32, instruction); in AddMove()
H A Dregister_allocator_linear_scan.cc295 BlockRegister(input.ToLow(), position, position + 1); in ProcessInstruction()
368 BlockRegister(output.ToLow(), position, position + 1); in ProcessInstruction()
H A Dregister_allocator_graph_color.cc886 BlockRegister(input.ToLow(), position, position + 1); in CheckForFixedInputs()
888 codegen_->AddAllocatedRegister(input.ToLow()); in CheckForFixedInputs()
914 codegen_->AddAllocatedRegister(out.ToLow()); in CheckForFixedOutput()
H A Dcode_generator_x86.cc831 index = index_.ToLow(); in EmitNativeCode()
1616 move.AddMove(src.ToLow(), dst.ToLow(), DataType::Type::kInt32, nullptr); in MoveLocation()
4681 loc.ToLow(), in GenerateShlLong()
4685 loc.ToLow(), in GenerateShlLong()
4749 loc.ToLow(), in GenerateUShrLong()
8960 parallel_move.AddMove(return_loc.ToLow(), target.ToLow(), DataType::Type::kInt32, nullptr); in MoveFromReturnRegister()