Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp2695 Insn *splitAdd = nullptr; in FindValidSplitAddInsn() local
2729 splitAdd = cursor; in FindValidSplitAddInsn()
2734 splitAdd = cursor; in FindValidSplitAddInsn()
2738 return splitAdd; in FindValidSplitAddInsn()
2811 Insn *splitAdd = FindValidSplitAddInsn(combineInsn, *baseRegOpnd); in SplitOfstWithAddToCombine() local
2815 if (splitAdd == nullptr) { in SplitOfstWithAddToCombine()
2824 auto &newBaseReg = static_cast<RegOperand &>(splitAdd->GetOperand(kInsnFirstOpnd)); in SplitOfstWithAddToCombine()
2825 auto &addImmOpnd = static_cast<ImmOperand &>(splitAdd->GetOperand(kInsnThirdOpnd)); in SplitOfstWithAddToCombine()
2827 … if (static_cast<RegOperand &>(splitAdd->GetOperand(kInsnSecondOpnd)).GetRegisterNumber() == R16) { in SplitOfstWithAddToCombine()
2828 Insn *defInsn = splitAdd->GetPrev(); in SplitOfstWithAddToCombine()