Lines Matching refs:Location
36 static void DumpLocationForTest(std::ostream& os, Location location) { in DumpLocationForTest()
107 Location AllocateScratchLocationFor(Location::Kind kind) OVERRIDE { in AllocateScratchLocationFor()
108 if (kind == Location::kStackSlot || kind == Location::kFpuRegister || in AllocateScratchLocationFor()
109 kind == Location::kRegister) { in AllocateScratchLocationFor()
110 kind = Location::kRegister; in AllocateScratchLocationFor()
113 kind = Location::kRegisterPair; in AllocateScratchLocationFor()
115 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor()
116 if (scratch.Equals(Location::NoLocation())) { in AllocateScratchLocationFor()
117 AddScratchLocation(Location::RegisterLocation(scratch_index_)); in AllocateScratchLocationFor()
118 AddScratchLocation(Location::RegisterLocation(scratch_index_ + 1)); in AllocateScratchLocationFor()
119 AddScratchLocation(Location::RegisterPairLocation(scratch_index_, scratch_index_ + 1)); in AllocateScratchLocationFor()
120 scratch = (kind == Location::kRegister) ? Location::RegisterLocation(scratch_index_) in AllocateScratchLocationFor()
121 : Location::RegisterPairLocation(scratch_index_, scratch_index_ + 1); in AllocateScratchLocationFor()
127 void FreeScratchLocation(Location loc ATTRIBUTE_UNUSED) OVERRIDE {} in FreeScratchLocation()
159 Location::RegisterLocation(operands[i][0]), in BuildParallelMove()
160 Location::RegisterLocation(operands[i][1]), in BuildParallelMove()
265 Location::ConstantLocation(new (&allocator) HIntConstant(0)), in TYPED_TEST()
266 Location::RegisterLocation(0), in TYPED_TEST()
270 Location::RegisterLocation(1), in TYPED_TEST()
271 Location::RegisterLocation(2), in TYPED_TEST()
286 Location::RegisterLocation(2), in TYPED_TEST()
287 Location::RegisterLocation(4), in TYPED_TEST()
291 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
292 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
303 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
304 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
308 Location::RegisterLocation(2), in TYPED_TEST()
309 Location::RegisterLocation(4), in TYPED_TEST()
320 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
321 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
325 Location::RegisterLocation(2), in TYPED_TEST()
326 Location::RegisterLocation(0), in TYPED_TEST()
340 Location::RegisterLocation(2), in TYPED_TEST()
341 Location::RegisterLocation(7), in TYPED_TEST()
345 Location::RegisterLocation(7), in TYPED_TEST()
346 Location::RegisterLocation(1), in TYPED_TEST()
350 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
351 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
366 Location::RegisterLocation(2), in TYPED_TEST()
367 Location::RegisterLocation(7), in TYPED_TEST()
371 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
372 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
376 Location::RegisterLocation(7), in TYPED_TEST()
377 Location::RegisterLocation(1), in TYPED_TEST()
392 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
393 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
397 Location::RegisterLocation(2), in TYPED_TEST()
398 Location::RegisterLocation(7), in TYPED_TEST()
402 Location::RegisterLocation(7), in TYPED_TEST()
403 Location::RegisterLocation(1), in TYPED_TEST()
417 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
418 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
422 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
423 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
437 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
438 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
442 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
443 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
474 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
475 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
479 Location::RegisterLocation(2), in TYPED_TEST()
480 Location::RegisterLocation(0), in TYPED_TEST()
484 Location::RegisterLocation(3), in TYPED_TEST()
485 Location::RegisterLocation(1), in TYPED_TEST()
500 Location::RegisterLocation(2), in TYPED_TEST()
501 Location::RegisterLocation(0), in TYPED_TEST()
505 Location::RegisterLocation(3), in TYPED_TEST()
506 Location::RegisterLocation(1), in TYPED_TEST()
510 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
511 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
528 Location::RegisterLocation(10), in TYPED_TEST()
529 Location::RegisterLocation(5), in TYPED_TEST()
533 Location::RegisterPairLocation(4, 5), in TYPED_TEST()
534 Location::DoubleStackSlot(32), in TYPED_TEST()
538 Location::DoubleStackSlot(32), in TYPED_TEST()
539 Location::RegisterPairLocation(10, 11), in TYPED_TEST()
561 Location::RegisterLocation(0), in TYPED_TEST()
562 Location::RegisterLocation(1), in TYPED_TEST()
566 Location::RegisterLocation(1), in TYPED_TEST()
567 Location::StackSlot(48), in TYPED_TEST()
571 Location::StackSlot(48), in TYPED_TEST()
572 Location::RegisterLocation(0), in TYPED_TEST()
588 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
589 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
593 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
594 Location::DoubleStackSlot(32), in TYPED_TEST()
598 Location::DoubleStackSlot(32), in TYPED_TEST()
599 Location::RegisterPairLocation(0, 1), in TYPED_TEST()