Searched refs:CodegenFastPath (Results 1 – 4 of 4) sorted by relevance
109 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 …]
38 class CodegenFastPath : public Codegen {42 explicit CodegenFastPath(Graph *graph) : Codegen(graph) in CodegenFastPath() function
330 if (!graph->RunPass<compiler::CodegenFastPath>()) { in RunIrtocOptimizations()
81 This allows overriding the method in classes inherited from ```Codegen``` (e.g. ```CodegenFastPath`…