Home
last modified time | relevance | path

Searched defs:pregTab (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol_builder.cpp111 MIRPregTable *pregTab = func.GetPregTab(); in CreatePregFormalSymbol() local
Dbin_mpl_import.cpp1023 MIRPregTable *pregTab = func->GetPregTab(); in InSymbol() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_memlayout.cpp229 MIRPregTable *pregTab = cgFunc->GetFunction().GetPregTab(); in AssignSpillLocationsToPseudoRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp483 MIRPregTable *pregTab = cgFunc->GetFunction().GetPregTab(); in AssignSpillLocationsToPseudoRegisters() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h1555 MIRPregTable *pregTab = nullptr; variable