Home
last modified time | relevance | path

Searched refs:RemoveMovingtoSameRegPattern (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1268 class RemoveMovingtoSameRegPattern : public CGPeepPattern {
1270RemoveMovingtoSameRegPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, c… in RemoveMovingtoSameRegPattern() function
1273 ~RemoveMovingtoSameRegPattern() override = default;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp2938 manager->NormalPatternOpt<RemoveMovingtoSameRegPattern>(cgFunc->IsAfterRegAlloc()); in DoNormalOptimize()
3509 bool RemoveMovingtoSameRegPattern::CheckCondition(Insn &insn) in CheckCondition()
3522 void RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run()