Lines Matching refs:Location

37 static void DumpLocationForTest(std::ostream& os, Location location) {  in DumpLocationForTest()
108 Location AllocateScratchLocationFor(Location::Kind kind) override { in AllocateScratchLocationFor()
109 if (kind == Location::kStackSlot || kind == Location::kFpuRegister || in AllocateScratchLocationFor()
110 kind == Location::kRegister) { in AllocateScratchLocationFor()
111 kind = Location::kRegister; in AllocateScratchLocationFor()
114 kind = Location::kRegisterPair; in AllocateScratchLocationFor()
116 Location scratch = GetScratchLocation(kind); in AllocateScratchLocationFor()
117 if (scratch.Equals(Location::NoLocation())) { in AllocateScratchLocationFor()
118 AddScratchLocation(Location::RegisterLocation(scratch_index_)); in AllocateScratchLocationFor()
119 AddScratchLocation(Location::RegisterLocation(scratch_index_ + 1)); in AllocateScratchLocationFor()
120 AddScratchLocation(Location::RegisterPairLocation(scratch_index_, scratch_index_ + 1)); in AllocateScratchLocationFor()
121 scratch = (kind == Location::kRegister) ? Location::RegisterLocation(scratch_index_) in AllocateScratchLocationFor()
122 : Location::RegisterPairLocation(scratch_index_, scratch_index_ + 1); in AllocateScratchLocationFor()
128 void FreeScratchLocation(Location loc ATTRIBUTE_UNUSED) override {} in FreeScratchLocation()
160 Location::RegisterLocation(operands[i][0]), in BuildParallelMove()
161 Location::RegisterLocation(operands[i][1]), in BuildParallelMove()
266 Location::ConstantLocation(new (&allocator) HIntConstant(0)), in TYPED_TEST()
267 Location::RegisterLocation(0), in TYPED_TEST()
271 Location::RegisterLocation(1), in TYPED_TEST()
272 Location::RegisterLocation(2), in TYPED_TEST()
287 Location::RegisterLocation(2), in TYPED_TEST()
288 Location::RegisterLocation(4), in TYPED_TEST()
292 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
293 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
304 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
305 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
309 Location::RegisterLocation(2), in TYPED_TEST()
310 Location::RegisterLocation(4), in TYPED_TEST()
321 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
322 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
326 Location::RegisterLocation(2), in TYPED_TEST()
327 Location::RegisterLocation(0), in TYPED_TEST()
341 Location::RegisterLocation(2), in TYPED_TEST()
342 Location::RegisterLocation(7), in TYPED_TEST()
346 Location::RegisterLocation(7), in TYPED_TEST()
347 Location::RegisterLocation(1), in TYPED_TEST()
351 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
352 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
367 Location::RegisterLocation(2), in TYPED_TEST()
368 Location::RegisterLocation(7), in TYPED_TEST()
372 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
373 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
377 Location::RegisterLocation(7), in TYPED_TEST()
378 Location::RegisterLocation(1), in TYPED_TEST()
393 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
394 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
398 Location::RegisterLocation(2), in TYPED_TEST()
399 Location::RegisterLocation(7), in TYPED_TEST()
403 Location::RegisterLocation(7), in TYPED_TEST()
404 Location::RegisterLocation(1), in TYPED_TEST()
418 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
419 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
423 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
424 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
438 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
439 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
443 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
444 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
475 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
476 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
480 Location::RegisterLocation(2), in TYPED_TEST()
481 Location::RegisterLocation(0), in TYPED_TEST()
485 Location::RegisterLocation(3), in TYPED_TEST()
486 Location::RegisterLocation(1), in TYPED_TEST()
501 Location::RegisterLocation(2), in TYPED_TEST()
502 Location::RegisterLocation(0), in TYPED_TEST()
506 Location::RegisterLocation(3), in TYPED_TEST()
507 Location::RegisterLocation(1), in TYPED_TEST()
511 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
512 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
529 Location::RegisterLocation(10), in TYPED_TEST()
530 Location::RegisterLocation(5), in TYPED_TEST()
534 Location::RegisterPairLocation(4, 5), in TYPED_TEST()
535 Location::DoubleStackSlot(32), in TYPED_TEST()
539 Location::DoubleStackSlot(32), in TYPED_TEST()
540 Location::RegisterPairLocation(10, 11), in TYPED_TEST()
562 Location::RegisterLocation(0), in TYPED_TEST()
563 Location::RegisterLocation(1), in TYPED_TEST()
567 Location::RegisterLocation(1), in TYPED_TEST()
568 Location::StackSlot(48), in TYPED_TEST()
572 Location::StackSlot(48), in TYPED_TEST()
573 Location::RegisterLocation(0), in TYPED_TEST()
589 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
590 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
594 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
595 Location::DoubleStackSlot(32), in TYPED_TEST()
599 Location::DoubleStackSlot(32), in TYPED_TEST()
600 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
621 Location::RegisterLocation(0), in TYPED_TEST()
622 Location::RegisterLocation(3), in TYPED_TEST()
626 Location::RegisterPairLocation(2, 3), in TYPED_TEST()
627 Location::RegisterPairLocation(0, 1), in TYPED_TEST()
631 Location::RegisterLocation(7), in TYPED_TEST()
632 Location::RegisterLocation(2), in TYPED_TEST()