Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h213 Location ToLow() const { in ToLow() function
289 return ToLow().Equals(other) || ToHigh().Equals(other); in Contains()
301 DCHECK(!Contains(other.ToLow())); in OverlapsWith()
Dregister_allocator.cc313 BlockRegister(input.ToLow(), position, position + 1); in ProcessInstruction()
386 BlockRegister(output.ToLow(), position, position + 1); in ProcessInstruction()
1416 move->AddMove(source.ToLow(), destination.ToLow(), Primitive::kPrimInt, instruction); in AddMove()
1714 locations->AddLiveRegister(source.ToLow()); in ConnectSiblings()
Dcode_generator_x86.cc580 index = index_.ToLow(); in EmitNativeCode()
1106 move.AddMove(src.ToLow(), dst.ToLow(), Primitive::kPrimInt, nullptr); in MoveLocation()
3773 loc.ToLow(), in GenerateShlLong()
3777 loc.ToLow(), in GenerateShlLong()
3841 loc.ToLow(), in GenerateUShrLong()
7368 parallel_move.AddMove(return_loc.ToLow(), target.ToLow(), Primitive::kPrimInt, nullptr); in MoveFromReturnRegister()
Dcode_generator_arm.cc563 index = index_.ToLow(); in EmitNativeCode()
6748 parallel_move.AddMove(return_loc.ToLow(), trg.ToLow(), Primitive::kPrimInt, nullptr); in MoveFromReturnRegister()
6753 parallel_move.AddMove(return_loc.ToLow(), trg.ToLow(), Primitive::kPrimFloat, nullptr); in MoveFromReturnRegister()
Dcode_generator_arm64.cc736 index = index_.ToLow(); in EmitNativeCode()