Searched refs:CodegenFastPath (Results 1 – 3 of 3) sorted by relevance
98 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()
38 class CodegenFastPath : public Codegen {42 explicit CodegenFastPath(Graph *graph) : Codegen(graph) in CodegenFastPath() function
338 if (!graph->RunPass<compiler::CodegenFastPath>()) { in RunIrtocOptimizations()