Home
last modified time | relevance | path

Searched refs:spiller (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregAllocator.cpp72 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 DregAllocator.h80 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 DcodeGen.h72 explicit CodeGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context,
86 ra_(this, spiller),
87 rra_(this, spiller) in rra_()
H A Dpandagen.h51 explicit PandaGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context,
H A Dpandagen.cpp259 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 DETSGen.cpp55 ETSGen::ETSGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context,
57 : CodeGen(allocator, spiller, context, toCompile),
H A DETSGen.h31 explicit ETSGen(ArenaAllocator *allocator, RegSpiller *spiller, public_lib::Context *context,

Completed in 11 milliseconds