Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp109 void CodegenFastPath::GeneratePrologue() in GeneratePrologue()
141 RegMask CodegenFastPath::GetCallerRegistersToRestore() const in GetCallerRegistersToRestore()
156 void CodegenFastPath::GenerateEpilogue() in GenerateEpilogue()
178 void CodegenFastPath::CreateFrameInfo() in CreateFrameInfo()
203 void CodegenFastPath::CreateTailCall(IntrinsicInst *inst, bool isFastpath) in CreateTailCall()
256 void CodegenFastPath::EmitSimdIntrinsic(IntrinsicInst *inst, Reg dst, SRCREGS src) in EmitSimdIntrinsic()
280 void CodegenFastPath::EmitReverseIntrinsic(IntrinsicInst *inst, Reg dst, SRCREGS src) in EmitReverseIntrinsic()
293 void CodegenFastPath::EmitMarkWordIntrinsic(IntrinsicInst *inst, Reg dst, SRCREGS src) in EmitMarkWordIntrinsic()
307 void CodegenFastPath::EmitDataMemoryBarrierFullIntrinsic([[maybe_unused]] IntrinsicInst *inst, [[ma… in EmitDataMemoryBarrierFullIntrinsic()
317 void CodegenFastPath::EmitWriteTlabStatsSafeIntrinsic([[maybe_unused]] IntrinsicInst *inst, [[maybe… in EmitWriteTlabStatsSafeIntrinsic()
[all …]
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.cpp330 if (!graph->RunPass<compiler::CodegenFastPath>()) { in RunIrtocOptimizations()
/arkcompiler/runtime_core/static_core/docs/
Dintrinsics-yaml.md81 This allows overriding the method in classes inherited from ```Codegen``` (e.g. ```CodegenFastPath`…