Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_preg.h118 class MIRPregTable { class
120 explicit MIRPregTable(MapleAllocator *allocator) in MIRPregTable() function in maple::MIRPregTable
134 ~MIRPregTable();
H A Dmir_function.h711 MIRPregTable *GetPregTab() const in GetPregTab()
716 void SetPregTab(MIRPregTable *tab) in SetPregTab()
723 pregTab = module->GetMemPool()->New<MIRPregTable>(&module->GetMPAllocator()); in AllocPregTab()
1420 MIRPregTable *pregTab = nullptr;
H A Dmir_nodes.h44 class MIRPregTable; // circular dependency exists, no other choice
1785 void Dump(int32 indent, const MIRSymbolTable *theSymTab, MIRPregTable *thePregTab, bool withInfo, bool isFuncbody,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol_builder.cpp57 MIRPregTable *pregTab = func.GetPregTab(); in CreatePregFormalSymbol()
H A Dmir_function.cpp479 MIRPregTable *oldPregTable = GetPregTab(); in NewBody()
483 pregTab = module->GetMemPool()->New<MIRPregTable>(&module->GetMPAllocator()); in NewBody()
H A Dmir_nodes.cpp646 void BlockNode::Dump(int32 indent, const MIRSymbolTable *theSymTab, MIRPregTable *thePregTab, bool withInfo,
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_memlayout.cpp129 MIRPregTable *pregTab = cgFunc->GetFunction().GetPregTab(); in AssignSpillLocationsToPseudoRegisters()

Completed in 10 milliseconds