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.cpp108 void CodegenFastPath::GeneratePrologue() in GeneratePrologue()
140 RegMask CodegenFastPath::GetCallerRegistersToRestore() const in GetCallerRegistersToRestore()
155 void CodegenFastPath::GenerateEpilogue() in GenerateEpilogue()
177 void CodegenFastPath::CreateFrameInfo() in CreateFrameInfo()
198 void CodegenFastPath::IntrinsicSlowPathEntry(IntrinsicInst *inst) in IntrinsicSlowPathEntry()
206 void CodegenFastPath::IntrinsicSaveTlabStatsSafe([[maybe_unused]] IntrinsicInst *inst, Reg src1, Re… in IntrinsicSaveTlabStatsSafe()
226 void CodegenFastPath::IntrinsicSaveRegisters([[maybe_unused]] IntrinsicInst *inst) in IntrinsicSaveRegisters()
245 void CodegenFastPath::IntrinsicRestoreRegisters([[maybe_unused]] IntrinsicInst *inst) in IntrinsicRestoreRegisters()
264 void CodegenFastPath::IntrinsicTailCall(IntrinsicInst *inst) in IntrinsicTailCall()
269 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.cpp323 if (!graph->RunPass<compiler::CodegenFastPath>()) { in RunIrtocOptimizations()