Searched refs:spiller (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | regAllocator.cpp | 72 RegAllocatorBase::RegAllocatorBase(CodeGen *const cg, RegSpiller *const spiller) noexcept 73 : AllocatorBase(cg), spiller_(spiller) in spiller_() 143 RegAllocator::RegAllocator(CodeGen *const cg, RegSpiller *const spiller) noexcept : RegAllocatorBase(cg, spiller) {} in RegAllocatorBase() 207 RangeRegAllocator::RangeRegAllocator(CodeGen *const cg, RegSpiller *const spiller) noexcept 208 : RegAllocatorBase(cg, spiller) in RegAllocatorBase()
|
H A D | regAllocator.h | 80 explicit RegAllocatorBase(CodeGen *cg, RegSpiller *spiller) noexcept; 99 explicit RegAllocator(CodeGen *cg, RegSpiller *spiller) noexcept; 117 explicit RangeRegAllocator(CodeGen *cg, RegSpiller *spiller) noexcept;
|
H A D | codeGen.h | 72 explicit CodeGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context, 86 ra_(this, spiller), 87 rra_(this, spiller) in rra_()
|
H A D | pandagen.h | 51 explicit PandaGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context,
|
H A D | pandagen.cpp | 259 PandaGen::PandaGen(ArenaAllocator *const allocator, RegSpiller *const spiller, public_lib::Context *const context, in PandaGen() argument 261 : CodeGen(allocator, spiller, context, toCompile) in PandaGen()
|
H A D | ETSGen.cpp | 55 ETSGen::ETSGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context, 57 : CodeGen(allocator, spiller, context, toCompile),
|
H A D | ETSGen.h | 31 explicit ETSGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context,
|
Completed in 11 milliseconds