Searched defs:vregsCount (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info_builder.cpp | 22 void CodeInfoBuilder::BeginMethod(uint32_t frameSize, uint32_t vregsCount) in BeginMethod() 127 …odeInfoBuilder::BeginInlineInfo(void *method, uint32_t methodId, uint32_t bpc, uint32_t vregsCount) in BeginInlineInfo()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | callconv.cpp | 63 size_t vregsCount {0}; in PushRegs() local 88 size_t vregsCount {0}; in PopRegs() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 43 size_t vregsCount = GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) + in RunImpl() local 73 bool IrBuilder::BuildIr(size_t vregsCount) in BuildIr() 119 bool IrBuilder::CheckMethodLimitations(const BytecodeInstructions &instructions, size_t vregsCount) in CheckMethodLimitations()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | spill_fills_resolver.cpp | 26 …sResolver::SpillFillsResolver(Graph *graph, Register resolver, size_t regsCount, size_t vregsCount) in SpillFillsResolver()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| D | code_info_producer.cpp | 174 … int32_t methodIdIndex, int32_t vregsCount, uint64_t stackSize) const in BuildSingleRegMap()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 912 size_t vregsCount = 0; in CreateStackMapRec() local 946 void Codegen::CreateVRegMap(SaveStateInst *saveState, size_t vregsCount, Inst *targetSite) in CreateVRegMap()
|