Home
last modified time | relevance | path

Searched refs:IsStackArgument (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dlocations.h109 bool IsStackArgument() const in IsStackArgument() function in panda::compiler::Location
121 return IsStack() || IsStackArgument() || IsStackParameter(); in IsAnyStack()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dlocations.h110 bool IsStackArgument() const in IsStackArgument() function in ark::compiler::Location
122 return IsStack() || IsStackArgument() || IsStackParameter(); in IsAnyStack()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlocations_builder.cpp91 if (param.IsStackArgument()) { in LOCATIONS_BUILDER()
122 if (param.IsStackArgument()) { in LOCATIONS_BUILDER()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dspill_fill_encoder.cpp235 if (sf.GetDst().IsStackArgument()) { // register -> stack_arg in EncodeRegisterToX()
H A Dcodegen-inl.h400 if (dst.IsStackArgument()) { in FillCallParamsHandleOperands()

Completed in 5 milliseconds