Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h854 class RemoveIdenticalLoadAndStorePattern : public CGPeepPattern {
856 RemoveIdenticalLoadAndStorePattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) in RemoveIdenticalLoadAndStorePattern() function
860 ~RemoveIdenticalLoadAndStorePattern() override in ~RemoveIdenticalLoadAndStorePattern()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp1923 … manager->NormalPatternOpt<RemoveIdenticalLoadAndStorePattern>(cgFunc->IsAfterRegAlloc()); in DoNormalOptimize()
2227 bool RemoveIdenticalLoadAndStorePattern::CheckCondition(Insn &insn) in CheckCondition()
2236 void RemoveIdenticalLoadAndStorePattern::Run(BB &bb, Insn &insn) in Run()
2254 bool RemoveIdenticalLoadAndStorePattern::IsMemOperandsIdentical(const Insn &insn1, const Insn &insn… in IsMemOperandsIdentical()