Searched defs:SLOT (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/code_info/ | ||
H A D | vreg_info.h | 25 enum class Location : int8_t { NONE, SLOT, REGISTER, FP_REGISTER, CONSTANT, COUNT = CONSTANT }; member in ark::compiler::final::Location |
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ | ||
H A D | codegen.cpp | 983 VRegInfo::Location::SLOT, IrTypeToMetainfoType(inst->GetType()), in CreateVreg() member in ark::compiler::VRegInfo::Location 992 codeBuilder_->AddVReg(VRegInfo(GetFrameLayout().GetFirstSpillSlot() + slot, VRegInfo::Location::SLOT, in CreateVreg() member in ark::compiler::VRegInfo::Location |
Completed in 6 milliseconds