Searched refs:BlockRegister (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | register_allocator_linear_scan.cc | 129 void RegisterAllocatorLinearScan::BlockRegister(Location location, size_t start, size_t end) { in BlockRegister() function in art::RegisterAllocatorLinearScan 153 BlockRegister(Location::RegisterLocation(i), start, end); in BlockRegisters() 158 BlockRegister(Location::FpuRegisterLocation(i), start, end); in BlockRegisters() 232 BlockRegister(temp, position, position + 1); in ProcessInstruction() 291 BlockRegister(input, position, position + 1); in ProcessInstruction() 293 BlockRegister(input.ToLow(), position, position + 1); in ProcessInstruction() 294 BlockRegister(input.ToHigh(), position, position + 1); in ProcessInstruction() 359 BlockRegister(output, position, position + 1); in ProcessInstruction() 366 BlockRegister(output.ToLow(), position, position + 1); in ProcessInstruction() 367 BlockRegister(output.ToHigh(), position, position + 1); in ProcessInstruction()
|
D | register_allocator_graph_color.h | 138 void BlockRegister(Location location, size_t start, size_t end);
|
D | register_allocator_linear_scan.h | 80 void BlockRegister(Location location, size_t start, size_t end);
|
D | register_allocator_graph_color.cc | 859 BlockRegister(input, position, position + 1); in CheckForFixedInputs() 862 BlockRegister(input.ToLow(), position, position + 1); in CheckForFixedInputs() 863 BlockRegister(input.ToHigh(), position, position + 1); in CheckForFixedInputs() 932 BlockRegister(temp, position, position + 1); in CheckForTempLiveIntervals() 1035 void RegisterAllocatorGraphColor::BlockRegister(Location location, in BlockRegister() function in art::RegisterAllocatorGraphColor 1058 BlockRegister(Location::RegisterLocation(i), start, end); in BlockRegisters() 1063 BlockRegister(Location::FpuRegisterLocation(i), start, end); in BlockRegisters()
|