Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_peep.h35 class RemoveMovingtoSameRegPattern : public CGPeepPattern {
37RemoveMovingtoSameRegPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, c… in RemoveMovingtoSameRegPattern() function
40 ~RemoveMovingtoSameRegPattern() override = default;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_peep.cpp44 bool RemoveMovingtoSameRegPattern::CheckCondition(Insn &insn) in CheckCondition()
57 void RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run()
74 manager->NormalPatternOpt<RemoveMovingtoSameRegPattern>(true); in DoNormalOptimize()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h900 class RemoveMovingtoSameRegPattern : public CGPeepPattern {
902RemoveMovingtoSameRegPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, c… in RemoveMovingtoSameRegPattern() function
905 ~RemoveMovingtoSameRegPattern() override = default;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp1904 manager->NormalPatternOpt<RemoveMovingtoSameRegPattern>(cgFunc->IsAfterRegAlloc()); in DoNormalOptimize()
2345 bool RemoveMovingtoSameRegPattern::CheckCondition(Insn &insn) in CheckCondition()
2358 void RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run()