Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h226 DCHECK(IsDoubleStackSlot()); in ToLow()
237 DCHECK(IsDoubleStackSlot()); in ToHigh()
268 bool IsDoubleStackSlot() const { in IsDoubleStackSlot() function
298 DCHECK(IsStackSlot() || IsDoubleStackSlot() || IsSIMDStackSlot()); in GetStackIndex()
304 DCHECK(IsDoubleStackSlot()); in GetHighStackIndex()
320 } else if (IsPair() || IsDoubleStackSlot()) { in Contains()
332 if ((IsPair() && other.IsPair()) || (IsDoubleStackSlot() && other.IsDoubleStackSlot())) { in OverlapsWith()
551 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated()); in UpdateOut()
669 || input.IsDoubleStackSlot(); in IsFixedInput()
Dparallel_move_resolver.cc50 if ((move.GetSource().IsStackSlot() || move.GetSource().IsDoubleStackSlot()) && in EmitNativeCode()
51 (move.GetDestination().IsStackSlot() || move.GetDestination().IsDoubleStackSlot())) { in EmitNativeCode()
85 } else if (location.IsDoubleStackSlot()) { in LowOf()
97 } else if (location.IsDoubleStackSlot()) { in HighOf()
329 if (!move->IsEliminated() && !destination.IsStackSlot() && !destination.IsDoubleStackSlot()) { in EmitNativeCode()
Dlocations.cc104 } else if (location.IsStackSlot() || location.IsDoubleStackSlot()) { in operator <<()
Dcode_generator_x86_64.cc1560 DCHECK(source.IsDoubleStackSlot()); in Move()
1580 DCHECK(source.IsDoubleStackSlot()); in Move()
1600 DCHECK(destination.IsDoubleStackSlot()); in Move()
1613 DCHECK(source.IsDoubleStackSlot()); in Move()
1743 DCHECK(right.IsDoubleStackSlot()); in GenerateCompareTest()
2125 } else if (rhs.IsDoubleStackSlot()) { in HandleCondition()
2300 } else if (right.IsDoubleStackSlot()) { in VisitCompare()
2999 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
3023 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
3046 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
[all …]
Dcode_generator_x86.cc1390 DCHECK(source.IsDoubleStackSlot()); in Move64()
1398 } else if (source.IsDoubleStackSlot()) { in Move64()
1414 DCHECK(destination.IsDoubleStackSlot()) << destination; in Move64()
1430 DCHECK(source.IsDoubleStackSlot()) << source; in Move64()
1611 DCHECK(right.IsDoubleStackSlot()); in GenerateLongComparesAndJumps()
1644 DCHECK(rhs.IsDoubleStackSlot()); in GenerateFPCompare()
2877 } else if (in.IsDoubleStackSlot()) { in VisitTypeConversion()
2909 } else if (in.IsDoubleStackSlot()) { in VisitTypeConversion()
2929 } else if (in.IsDoubleStackSlot()) { in VisitTypeConversion()
3040 if (!in.IsDoubleStackSlot() || !out.IsStackSlot()) { in VisitTypeConversion()
[all …]
Dcode_generator.cc82 } else if (location.IsDoubleStackSlot()) { in CheckType()
538 if (out_location.IsStackSlot() || out_location.IsDoubleStackSlot()) { in PrepareCriticalNativeArgumentMoves()
559 } else if (operands->GetSource().IsDoubleStackSlot()) { in FinishCriticalNativeFrameSetup()
1266 location.IsDoubleStackSlot() || in RecordPcInfo()
1269 if (location.IsStackSlot() || location.IsDoubleStackSlot()) { in RecordPcInfo()
1594 DCHECK(dest.IsStackSlot() || dest.IsDoubleStackSlot() || dest.IsSIMDStackSlot()) << dest; in ClearSpillSlotsFromLoopPhisInStackMap()
Dregister_allocation_resolver.cc69 } else if (location.IsDoubleStackSlot()) { in Resolve()
504 || destination.IsDoubleStackSlot() in IsValidDestination()
Dintrinsics_x86_64.cc2301 DCHECK(src.IsDoubleStackSlot()); in GenBitCount()
2380 DCHECK(src.IsDoubleStackSlot()); in GenOneBit()
2408 DCHECK(src.IsDoubleStackSlot()); in GenOneBit()
2495 DCHECK(src.IsDoubleStackSlot()); in GenLeadingZeros()
2568 DCHECK(src.IsDoubleStackSlot()); in GenTrailingZeros()
Dparallel_move_test.cc49 DCHECK(location.IsDoubleStackSlot())<< location; in DumpLocationForTest()
Dcode_generator_arm64.cc1496 if (source.IsStackSlot() || source.IsDoubleStackSlot()) { in MoveLocation()
1497 DCHECK(dst.Is64Bits() == source.IsDoubleStackSlot()); in MoveLocation()
1533 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot()); in MoveLocation()
1543 DCHECK((destination.IsDoubleStackSlot() == DataType::Is64BitType(dst_type)) && in MoveLocation()
1571 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot()); in MoveLocation()
1572 DCHECK(source.IsDoubleStackSlot() == destination.IsDoubleStackSlot()); in MoveLocation()
1592 (destination.IsDoubleStackSlot() ? kXRegSize : kWRegSize)); in MoveLocation()
5564 } else if (location.IsDoubleStackSlot()) { in VisitParameterValue()
Dgraph_visualizer.cc323 } else if (location.IsDoubleStackSlot()) { in DumpLocation()
Dcode_generator_arm_vixl.cc3854 } else if (in.IsDoubleStackSlot()) { in VisitTypeConversion()
5414 } else if (location.IsDoubleStackSlot()) { in VisitParameterValue()
7081 } else if (source.IsDoubleStackSlot()) { in EmitMove()
7082 if (destination.IsDoubleStackSlot()) { in EmitMove()
7101 DCHECK(destination.IsDoubleStackSlot()) << destination; in EmitMove()
7114 DCHECK(destination.IsDoubleStackSlot()) << destination; in EmitMove()
7136 DCHECK(destination.IsDoubleStackSlot()) << destination; in EmitMove()
7151 DCHECK(destination.IsDoubleStackSlot()) << destination; in EmitMove()
7267 } else if (source.IsDoubleStackSlot() && destination.IsDoubleStackSlot()) { in EmitSwap()
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()
Dintrinsics_x86.cc2224 DCHECK(src.IsDoubleStackSlot()); in GenBitCount()