Home
last modified time | relevance | path

Searched refs:MakeStackArgument (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlocations_builder.cpp130 locations->SetLocation(i, Location::MakeStackArgument(stackArgs++)); in LOCATIONS_BUILDER()
199 auto param = Location::MakeStackArgument(i + CallConvDynInfo::FIXED_SLOT_COUNT); in LOCATIONS_BUILDER()
318 locations->SetLocation(i, Location::MakeStackArgument(i - 1)); in LOCATIONS_BUILDER()
334 locations->SetLocation(i, Location::MakeStackArgument(i - 1)); in LOCATIONS_BUILDER()
352 locations->SetLocation(i, Location::MakeStackArgument(i - 2U)); in LOCATIONS_BUILDER()
370 locations->SetLocation(i, Location::MakeStackArgument(i - 2U)); in LOCATIONS_BUILDER()
390 locations->SetLocation(i, Location::MakeStackArgument(i - 3U)); in LOCATIONS_BUILDER()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp127 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()
132 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dlocations.h188 static Location MakeStackArgument(size_t id) in MakeStackArgument() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dlocations.h189 static Location MakeStackArgument(size_t id) in MakeStackArgument() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp121 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()
126 return Location::MakeStackArgument(currentStackOffset_++); in GetNextLocation()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp261 return Location::MakeStackArgument(std::get<uint8_t>(res)); in GetNextLocation()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1802 auto paramFuncObjLoc = Location::MakeStackArgument(CallConvDynInfo::SLOT_CALLEE); in EmitCallDynamic()