Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h1324 class CombineContiLoadAndStorePattern : public CGPeepPattern {
1326 CombineContiLoadAndStorePattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) in CombineContiLoadAndStorePattern() function
1331 ~CombineContiLoadAndStorePattern() override = default;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp2958 manager->NormalPatternOpt<CombineContiLoadAndStorePattern>(cgFunc->IsAfterRegAlloc()); in DoNormalOptimize()
3785 bool CombineContiLoadAndStorePattern::IsRegNotSameMemUseInInsn(const Insn &checkInsn, const Insn &c… in IsRegNotSameMemUseInInsn()
3856 std::vector<Insn *> CombineContiLoadAndStorePattern::FindPrevStrLdr(Insn &insn, regno_t destRegNO, … in FindPrevStrLdr()
3922 bool CombineContiLoadAndStorePattern::CheckCondition(Insn &insn) in CheckCondition()
3937 void CombineContiLoadAndStorePattern::Run(BB &bb, Insn &insn) in Run()
4010 bool CombineContiLoadAndStorePattern::FindUseX16AfterInsn(const Insn &curInsn) const in FindUseX16AfterInsn()
4038 Insn *CombineContiLoadAndStorePattern::GenerateMemPairInsn(MOperator newMop, RegOperand &curDestOpn… in GenerateMemPairInsn()
4055 bool CombineContiLoadAndStorePattern::IsValidNormalLoadOrStorePattern(const Insn &insn, const Insn … in IsValidNormalLoadOrStorePattern()
4105 bool CombineContiLoadAndStorePattern::IsValidStackArgLoadOrStorePattern(const Insn &curInsn, const … in IsValidStackArgLoadOrStorePattern()
4129 void CombineContiLoadAndStorePattern::RemoveInsnAndKeepComment(BB &bb, Insn &insn, Insn &prevInsn) … in RemoveInsnAndKeepComment()