Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.h261 bool IsStackSlot() const { in IsStackSlot() function
303 DCHECK(IsStackSlot() || IsDoubleStackSlot() || IsSIMDStackSlot()); in GetStackIndex()
575 DCHECK(output_.IsStackSlot() || output_.IsDoubleStackSlot() || output_.IsUnallocated()); in UpdateOut()
698 || 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.cc111 } else if (location.IsStackSlot() || location.IsDoubleStackSlot()) { in operator <<()
Dcode_generator_x86_64.cc1967 } else if (source.IsStackSlot()) { in Move()
1996 } else if (source.IsStackSlot()) { in Move()
2002 } else if (destination.IsStackSlot()) { in Move()
2014 DCHECK(source.IsStackSlot()) << source; in Move()
2186 DCHECK(right.IsStackSlot()); in GenerateCompareTest()
2607 } else if (rhs.IsStackSlot()) { in HandleCondition()
2781 } else if (right.IsStackSlot()) { in VisitCompare()
3196 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
3488 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
3512 } else if (in.IsStackSlot() || in.IsDoubleStackSlot()) { in VisitTypeConversion()
[all …]
Dcode_generator_x86.cc1621 DCHECK(source.IsStackSlot()); in Move32()
1630 DCHECK(source.IsStackSlot()); in Move32()
1634 DCHECK(destination.IsStackSlot()) << destination; in Move32()
1644 DCHECK(source.IsStackSlot()); in Move32()
2090 DCHECK(rhs.IsStackSlot()); in GenerateFPCompare()
2912 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
3333 } else if (in.IsStackSlot()) { in VisitTypeConversion()
3365 } else if (in.IsStackSlot()) { in VisitTypeConversion()
3507 if (!in.IsDoubleStackSlot() || !out.IsStackSlot()) { in VisitTypeConversion()
3515 if (out.IsStackSlot()) { in VisitTypeConversion()
[all …]
Dcode_generator.cc83 } else if (location.IsStackSlot()) { in CheckType()
467 if (out_location.IsStackSlot() || out_location.IsDoubleStackSlot()) { in PrepareCriticalNativeArgumentMoves()
486 if (operands->GetSource().IsStackSlot()) { in FinishCriticalNativeFrameSetup()
1232 DCHECK(location.IsStackSlot() || in RecordPcInfo()
1236 if (location.IsStackSlot() || location.IsDoubleStackSlot()) { in RecordPcInfo()
1611 DCHECK(dest.IsStackSlot() || dest.IsDoubleStackSlot() || dest.IsSIMDStackSlot()) << dest; in ClearSpillSlotsFromLoopPhisInStackMap()
Dregister_allocation_resolver.cc65 if (location.IsStackSlot()) { in Resolve()
503 || destination.IsStackSlot() in IsValidDestination()
Dcode_generator_riscv64.cc4888 if (location.IsStackSlot()) { in VisitParameterValue()
6124 if (source.IsStackSlot() || in MoveLocation()
6139 if (source.IsStackSlot() || source.IsDoubleStackSlot()) { in MoveLocation()
6216 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot()); in MoveLocation()
6220 dst_type = destination.IsStackSlot() ? DataType::Type::kInt32 : DataType::Type::kInt64; in MoveLocation()
6223 destination.IsStackSlot() ? DataType::Type::kFloat32 : DataType::Type::kFloat64; in MoveLocation()
6229 DCHECK_IMPLIES(DataType::IsFloatingPointType(dst_type) || destination.IsStackSlot(), in MoveLocation()
6253 if (destination.IsStackSlot()) { in MoveLocation()
6260 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot()); in MoveLocation()
6263 DCHECK_IMPLIES(destination.IsStackSlot(), source.IsStackSlot()); in MoveLocation()
[all …]
Dparallel_move_test.cc47 } else if (location.IsStackSlot()) { in DumpLocationForTest()
Dcode_generator_arm_vixl.cc2746 DCHECK(destination.IsStackSlot()) << destination; in Move32()
2755 DCHECK(source.IsStackSlot()) << source; in Move32()
3730 DCHECK(!receiver.IsStackSlot()); in VisitInvokeInterface()
3783 if (current_method.IsStackSlot()) { in VisitInvokeInterface()
5696 if (location.IsStackSlot()) { in VisitParameterValue()
7416 DCHECK(destination.IsStackSlot()); in EmitMove()
7422 } else if (source.IsStackSlot()) { in EmitMove()
7431 DCHECK(destination.IsStackSlot()); in EmitMove()
7442 DCHECK(destination.IsStackSlot()); in EmitMove()
7489 DCHECK(destination.IsStackSlot()); in EmitMove()
[all …]
Dcode_generator_arm64.cc1697 if (source.IsStackSlot() || in MoveLocation()
1714 if (source.IsStackSlot() || source.IsDoubleStackSlot()) { in MoveLocation()
1751 DCHECK(destination.IsStackSlot() || destination.IsDoubleStackSlot()); in MoveLocation()
1755 dst_type = destination.IsStackSlot() ? DataType::Type::kInt32 : DataType::Type::kInt64; in MoveLocation()
1758 destination.IsStackSlot() ? DataType::Type::kFloat32 : DataType::Type::kFloat64; in MoveLocation()
1789 DCHECK(source.IsStackSlot() || source.IsDoubleStackSlot()); in MoveLocation()
4748 if (receiver.IsStackSlot()) { in VisitInvokeInterface()
4782 if (interface_method.IsStackSlot()) { in VisitInvokeInterface()
6091 if (location.IsStackSlot()) { in VisitParameterValue()
Dgraph_visualizer.cc337 } else if (location.IsStackSlot()) { in DumpLocation()
Dintrinsics_x86_64.cc2886 DCHECK(src.IsStackSlot()); in GenBitCount()
2965 DCHECK(src.IsStackSlot()); in GenOneBit()
2993 DCHECK(src.IsStackSlot()); in GenOneBit()
3080 DCHECK(src.IsStackSlot()); in GenLeadingZeros()
3153 DCHECK(src.IsStackSlot()); in GenTrailingZeros()
Dregister_allocator_linear_scan.cc457 } else if (output.IsStackSlot() || output.IsDoubleStackSlot()) { in CheckForFixedOutput()
Dintrinsics_x86.cc560 DCHECK(src.IsStackSlot()); in GenLowestOneBit()
2804 DCHECK(src.IsStackSlot()); in GenBitCount()
2873 DCHECK(src.IsStackSlot()); in GenLeadingZeros()
2977 DCHECK(src.IsStackSlot()); in GenTrailingZeros()