Home
last modified time | relevance | path

Searched refs:IsStackSlot (Results 1 – 15 of 15) sorted by relevance

/art/compiler/optimizing/
Dlocations.h256 bool IsStackSlot() const { in IsStackSlot() function
298 DCHECK(IsStackSlot() || IsDoubleStackSlot() || IsSIMDStackSlot()); in GetStackIndex()
551 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated()); in UpdateOut()
668 || input.IsStackSlot() in IsFixedInput()
Dparallel_move_resolver.cc50 if ((move.GetSource().IsStackSlot() || move.GetSource().IsDoubleStackSlot()) && in EmitNativeCode()
51 (move.GetDestination().IsStackSlot() || move.GetDestination().IsDoubleStackSlot())) { in EmitNativeCode()
329 if (!move->IsEliminated() && !destination.IsStackSlot() && !destination.IsDoubleStackSlot()) { in EmitNativeCode()
Dlocations.cc104 } else if (location.IsStackSlot() || location.IsDoubleStackSlot()) { in operator <<()
Dcode_generator_x86_64.cc1550 } else if (source.IsStackSlot()) { in Move()
1577 } else if (source.IsStackSlot()) { in Move()
1583 } else if (destination.IsStackSlot()) { in Move()
1595 DCHECK(source.IsStackSlot()) << source; in Move()
1729 DCHECK(right.IsStackSlot()); in GenerateCompareTest()
2112 } else if (rhs.IsStackSlot()) { in HandleCondition()
2286 } else if (right.IsStackSlot()) { in VisitCompare()
2717 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
2999 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
3023 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
[all …]
Dcode_generator_x86.cc1340 DCHECK(source.IsStackSlot()); in Move32()
1349 DCHECK(source.IsStackSlot()); in Move32()
1353 DCHECK(destination.IsStackSlot()) << destination; in Move32()
1363 DCHECK(source.IsStackSlot()); in Move32()
1658 DCHECK(rhs.IsStackSlot()); in GenerateFPCompare()
2450 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
2866 } else if (in.IsStackSlot()) { in VisitTypeConversion()
2898 } else if (in.IsStackSlot()) { in VisitTypeConversion()
3040 if (!in.IsDoubleStackSlot() || !out.IsStackSlot()) { in VisitTypeConversion()
3048 if (out.IsStackSlot()) { in VisitTypeConversion()
[all …]
Dcode_generator.cc78 } else if (location.IsStackSlot()) { in CheckType()
538 if (out_location.IsStackSlot() || out_location.IsDoubleStackSlot()) { in PrepareCriticalNativeArgumentMoves()
557 if (operands->GetSource().IsStackSlot()) { in FinishCriticalNativeFrameSetup()
1265 DCHECK(location.IsStackSlot() || in RecordPcInfo()
1269 if (location.IsStackSlot() || location.IsDoubleStackSlot()) { in RecordPcInfo()
1594 DCHECK(dest.IsStackSlot() || dest.IsDoubleStackSlot() || dest.IsSIMDStackSlot()) << dest; in ClearSpillSlotsFromLoopPhisInStackMap()
Dregister_allocation_resolver.cc65 if (location.IsStackSlot()) { in Resolve()
503 || destination.IsStackSlot() in IsValidDestination()
Dintrinsics_x86.cc579 DCHECK(src.IsStackSlot()); in GenLowestOneBit()
2214 DCHECK(src.IsStackSlot()); in GenBitCount()
2283 DCHECK(src.IsStackSlot()); in GenLeadingZeros()
2387 DCHECK(src.IsStackSlot()); in GenTrailingZeros()
2606 if (length.IsStackSlot()) { in VisitSystemArrayCopy()
2679 DCHECK(length_arg.IsStackSlot()); in VisitSystemArrayCopy()
2807 if (length.IsStackSlot()) { in VisitSystemArrayCopy()
Dintrinsics_x86_64.cc2304 DCHECK(src.IsStackSlot()); in GenBitCount()
2383 DCHECK(src.IsStackSlot()); in GenOneBit()
2411 DCHECK(src.IsStackSlot()); in GenOneBit()
2498 DCHECK(src.IsStackSlot()); in GenLeadingZeros()
2571 DCHECK(src.IsStackSlot()); in GenTrailingZeros()
Dparallel_move_test.cc46 } else if (location.IsStackSlot()) { in DumpLocationForTest()
Dcode_generator_arm_vixl.cc2516 DCHECK(destination.IsStackSlot()) << destination; in Move32()
2525 DCHECK(source.IsStackSlot()) << source; in Move32()
3464 DCHECK(!receiver.IsStackSlot()); in VisitInvokeInterface()
5412 if (location.IsStackSlot()) { in VisitParameterValue()
7052 DCHECK(destination.IsStackSlot()); in EmitMove()
7058 } else if (source.IsStackSlot()) { in EmitMove()
7067 DCHECK(destination.IsStackSlot()); in EmitMove()
7078 DCHECK(destination.IsStackSlot()); in EmitMove()
7125 DCHECK(destination.IsStackSlot()); in EmitMove()
7168 DCHECK(destination.IsStackSlot()); in EmitMove()
[all …]
Dgraph_visualizer.cc311 } else if (location.IsStackSlot()) { in DumpLocation()
Dcode_generator_arm64.cc1479 if (source.IsStackSlot() || in MoveLocation()
1496 if (source.IsStackSlot() || source.IsDoubleStackSlot()) { in MoveLocation()
1533 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot()); in MoveLocation()
1537 dst_type = destination.IsStackSlot() ? DataType::Type::kInt32 : DataType::Type::kInt64; in MoveLocation()
1540 destination.IsStackSlot() ? DataType::Type::kFloat32 : DataType::Type::kFloat64; in MoveLocation()
1571 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot()); in MoveLocation()
4315 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
5562 if (location.IsStackSlot()) { in VisitParameterValue()
Dregister_allocator_linear_scan.cc370 } else if (output.IsStackSlot() || output.IsDoubleStackSlot()) { in ProcessInstruction()
Dregister_allocator_graph_color.cc917 } else if (out.IsStackSlot() || out.IsDoubleStackSlot()) { in CheckForFixedOutput()