Searched refs:MIRPregTable (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_preg.h | 118 class MIRPregTable { class 120 explicit MIRPregTable(MapleAllocator *allocator) in MIRPregTable() function in maple::MIRPregTable 134 ~MIRPregTable();
|
H A D | mir_function.h | 711 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 D | mir_nodes.h | 44 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 D | mir_symbol_builder.cpp | 57 MIRPregTable *pregTab = func.GetPregTab(); in CreatePregFormalSymbol()
|
H A D | mir_function.cpp | 479 MIRPregTable *oldPregTable = GetPregTab(); in NewBody() 483 pregTab = module->GetMemPool()->New<MIRPregTable>(&module->GetMPAllocator()); in NewBody()
|
H A D | mir_nodes.cpp | 646 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 D | x64_memlayout.cpp | 129 MIRPregTable *pregTab = cgFunc->GetFunction().GetPregTab(); in AssignSpillLocationsToPseudoRegisters()
|
Completed in 10 milliseconds