Home
last modified time | relevance | path

Searched defs:destOpnd (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_phi_elimination.cpp25 Insn &AArch64PhiEliminate::CreateMov(RegOperand &destOpnd, RegOperand &fromOpnd) in CreateMov()
152 void AArch64PhiEliminate::MaintainRematInfo(RegOperand &destOpnd, RegOperand &fromOpnd, bool isCopy) in MaintainRematInfo()
Daarch64_args.cpp177 Insn &AArch64MoveRegArgs::CreateMoveArgsToVRegInsn(MOperator mOp, RegOperand &destOpnd, RegOperand … in CreateMoveArgsToVRegInsn()
Daarch64_prop.cpp88 Operand &destOpnd = curInsn->GetOperand(kInsnFirstOpnd); in DoOpt() local
283 Operand &destOpnd = useInsn->GetOperand(kInsnFirstOpnd); in MovConstReplace() local
388 Operand &destOpnd = useInsn->GetOperand(kInsnFirstOpnd); in ArithmeticConstFold() local
1653 Operand &destOpnd = insn.GetOperand(kInsnFirstOpnd); in CheckCondition() local
1755 RegOperand *destOpnd = nullptr; in CheckCondition() local
Daarch64_global.cpp426 auto &destOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in RemoveMopUxtwToMov() local
2318 Operand &destOpnd = insn.GetOperand(kInsnFirstOpnd); in Optimize() local
Daarch64_cgfunc.cpp5173 RegOperand &destOpnd = LoadIntoRegister(argOpnd, argType); in SelectAArch64ffs() local
7089 void AArch64CGFunc::SelectLibMemCopy(RegOperand &destOpnd, RegOperand &srcOpnd, uint32 structSize) in SelectLibMemCopy()
7099 void AArch64CGFunc::SelectInsnMemCopy(const MemOperand &destOpnd, const MemOperand &srcOpnd, uint32… in SelectInsnMemCopy()
7179 void AArch64CGFunc::SelectMemCopy(const MemOperand &destOpnd, const MemOperand &srcOpnd, uint32 siz… in SelectMemCopy()
7530 bool AArch64CGFunc::DoCallerEnsureValidParm(RegOperand &destOpnd, RegOperand &srcOpnd, PrimType for… in DoCallerEnsureValidParm()
10476 Operand *destOpnd = &value; in SaveReturnValueInLocal() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_standardize.cpp183 RegOperand &destOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in StdzShiftOp() local