Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h957 Insn *FindValidSplitAddInsn(Insn &curInsn, RegOperand &baseOpnd) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp2693 Insn *CombineContiLoadAndStorePattern::FindValidSplitAddInsn(Insn &curInsn, RegOperand &baseOpnd) c… in FindValidSplitAddInsn() function in maplebe::CombineContiLoadAndStorePattern
2811 Insn *splitAdd = FindValidSplitAddInsn(combineInsn, *baseRegOpnd); in SplitOfstWithAddToCombine()