Searched defs:vregType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | vreg_info.h | 49 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()
|
| D | code_info_builder.cpp | 162 void CodeInfoBuilder::AddConstant(uint64_t value, VRegInfo::Type type, VRegInfo::VRegType vregType) in AddConstant()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | cframe_iterators.h | 222 uint32_t GetSlotsCountForType(VRegInfo::Type vregType) in GetSlotsCountForType()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | code_info_producer.cpp | 191 auto vregType = static_cast<compiler::VRegInfo::Type>(typeVal); in BuildSingleRegMap() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.cpp | 684 …SaveStateInst::AppendImmediate(uint64_t imm, uint16_t vreg, DataType::Type type, VRegType vregType) in AppendImmediate()
|
| D | inst.h | 3799 VRegType vregType; member
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 164 const auto *const vregType = GetVRegType(vreg); in LoadAccumulator() local
|