Searched refs:CombineContiLoadAndStorePattern (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_peep.h | 926 class CombineContiLoadAndStorePattern : public CGPeepPattern { 928 CombineContiLoadAndStorePattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) in CombineContiLoadAndStorePattern() function 933 ~CombineContiLoadAndStorePattern() override in ~CombineContiLoadAndStorePattern()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_peep.cpp | 1921 manager->NormalPatternOpt<CombineContiLoadAndStorePattern>(cgFunc->IsAfterRegAlloc()); in DoNormalOptimize() 2564 bool CombineContiLoadAndStorePattern::IsRegNotSameMemUseInInsn(const Insn &insn, regno_t regNO, boo… in IsRegNotSameMemUseInInsn() 2639 std::vector<Insn *> CombineContiLoadAndStorePattern::FindPrevStrLdr(Insn &insn, regno_t destRegNO, … in FindPrevStrLdr() 2693 Insn *CombineContiLoadAndStorePattern::FindValidSplitAddInsn(Insn &curInsn, RegOperand &baseOpnd) c… in FindValidSplitAddInsn() 2741 bool CombineContiLoadAndStorePattern::PlaceSplitAddInsn(const Insn &curInsn, Insn &combineInsn, in PlaceSplitAddInsn() 2800 bool CombineContiLoadAndStorePattern::SplitOfstWithAddToCombine(const Insn &curInsn, Insn &combineI… in SplitOfstWithAddToCombine() 2850 bool CombineContiLoadAndStorePattern::CheckCondition(Insn &insn) in CheckCondition() 2864 void CombineContiLoadAndStorePattern::Run(BB &bb, Insn &insn) in Run() 2969 MOperator CombineContiLoadAndStorePattern::GetMopHigherByte(MOperator mop) const in GetMopHigherByte() 2986 void CombineContiLoadAndStorePattern::RemoveInsnAndKeepComment(BB &bb, Insn &insn, Insn &prevInsn) … in RemoveInsnAndKeepComment()
|