Searched refs:ToLow (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | locations.h | 213 Location ToLow() const { in ToLow() function 289 return ToLow().Equals(other) || ToHigh().Equals(other); in Contains() 301 DCHECK(!Contains(other.ToLow())); in OverlapsWith()
|
D | register_allocator.cc | 313 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()
|
D | code_generator_x86.cc | 580 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()
|
D | code_generator_arm.cc | 563 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()
|
D | code_generator_arm64.cc | 736 index = index_.ToLow(); in EmitNativeCode()
|