Searched defs:vregsCount (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info_builder.cpp | 21 void CodeInfoBuilder::BeginMethod(uint32_t frameSize, uint32_t vregsCount) in BeginMethod() 123 …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 | 53 size_t vregsCount {0}; in PushRegs() local 78 size_t vregsCount {0}; in PopRegs() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 38 size_t vregsCount = GetGraph()->GetRuntime()->GetMethodRegistersCount(GetMethod()) + in RunImpl() local 95 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/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 851 size_t vregsCount = 0; in CreateStackMapRec() local 885 void Codegen::CreateVRegMap(SaveStateInst *saveState, size_t vregsCount, Inst *targetSite) in CreateVRegMap()
|