Home
last modified time | relevance | path

Searched defs:vregType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/code_info/
Dvreg_info.h49 VRegInfo(uint32_t value, VRegInfo::Location location, Type type, VRegType vregType) in VRegInfo()
54 …VRegInfo(uint32_t value, VRegInfo::Location location, Type type, VRegType vregType, uint32_t index) in VRegInfo()
Dcode_info_builder.cpp162 void CodeInfoBuilder::AddConstant(uint64_t value, VRegInfo::Type type, VRegInfo::VRegType vregType) in AddConstant()
/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe_iterators.h222 uint32_t GetSlotsCountForType(VRegInfo::Type vregType) in GetSlotsCountForType()
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcode_info_producer.cpp191 auto vregType = static_cast<compiler::VRegInfo::Type>(typeVal); in BuildSingleRegMap() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp684 …SaveStateInst::AppendImmediate(uint64_t imm, uint16_t vreg, DataType::Type type, VRegType vregType) in AppendImmediate()
Dinst.h3799 VRegType vregType; member
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp164 const auto *const vregType = GetVRegType(vreg); in LoadAccumulator() local