Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp98 void CodegenFastPath::GeneratePrologue() in GeneratePrologue()
129 RegMask CodegenFastPath::GetCallerRegistersToRestore() const in GetCallerRegistersToRestore()
144 void CodegenFastPath::GenerateEpilogue() in GenerateEpilogue()
166 void CodegenFastPath::CreateFrameInfo() in CreateFrameInfo()
187 void CodegenFastPath::IntrinsicSlowPathEntry(IntrinsicInst *inst) in IntrinsicSlowPathEntry()
192 void CodegenFastPath::IntrinsicSaveRegisters([[maybe_unused]] IntrinsicInst *inst) in IntrinsicSaveRegisters()
209 void CodegenFastPath::IntrinsicRestoreRegisters([[maybe_unused]] IntrinsicInst *inst) in IntrinsicRestoreRegisters()
225 void CodegenFastPath::IntrinsicTailCall(IntrinsicInst *inst) in IntrinsicTailCall()
230 void CodegenFastPath::CreateTailCall(IntrinsicInst *inst, bool isFastpath) in CreateTailCall()
Dcodegen_fastpath.h38 class CodegenFastPath : public Codegen {
42 explicit CodegenFastPath(Graph *graph) : Codegen(graph) in CodegenFastPath() function
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dfunction.cpp338 if (!graph->RunPass<compiler::CodegenFastPath>()) { in RunIrtocOptimizations()