Home
last modified time | relevance | path

Searched refs:CodegenFastPath (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp45 void CodegenFastPath::GeneratePrologue() in GeneratePrologue()
71 RegMask CodegenFastPath::GetCallerRegistersToRestore() const in GetCallerRegistersToRestore()
85 void CodegenFastPath::GenerateEpilogue() in GenerateEpilogue()
108 void CodegenFastPath::CreateFrameInfo() in CreateFrameInfo()
128 void CodegenFastPath::IntrinsicSlowPathEntry(IntrinsicInst *inst) in IntrinsicSlowPathEntry()
173 void CodegenFastPath::IntrinsicSaveRegisters([[maybe_unused]] IntrinsicInst *inst) in IntrinsicSaveRegisters()
197 void CodegenFastPath::IntrinsicRestoreRegisters([[maybe_unused]] IntrinsicInst *inst) in IntrinsicRestoreRegisters()
Dcodegen_fastpath.h38 class CodegenFastPath : public Codegen {
42 explicit CodegenFastPath(Graph *graph) : Codegen(graph) in CodegenFastPath() function
/arkcompiler/runtime_core/irtoc/backend/
Dcompilation_unit.cpp226 if (!graph->RunPass<compiler::CodegenFastPath>()) { in RunIrtocOptimizations()