Home
last modified time | relevance | path

Searched defs:destOpnd (Results 1 – 7 of 7) 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_prop.cpp88 Operand &destOpnd = curInsn->GetOperand(kInsnFirstOpnd); in DoOpt() local
282 Operand &destOpnd = useInsn->GetOperand(kInsnFirstOpnd); in MovConstReplace() local
382 Operand &destOpnd = useInsn->GetOperand(kInsnFirstOpnd); in ArithmeticConstFold() local
1640 Operand &destOpnd = insn.GetOperand(kInsnFirstOpnd); in CheckCondition() local
1741 RegOperand *destOpnd = nullptr; in CheckCondition() local
Daarch64_global.cpp426 auto &destOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in RemoveMopUxtwToMov() local
2307 Operand &destOpnd = insn.GetOperand(kInsnFirstOpnd); in Optimize() local
Daarch64_ebo.cpp489 Operand &destOpnd = insn.GetOperand(idx); in DoConstProp() local
Daarch64_peep.cpp2710 auto &destOpnd = static_cast<RegOperand &>(cursor->GetOperand(kInsnFirstOpnd)); in FindValidSplitAddInsn() local
2871 auto &destOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in Run() local
Daarch64_cgfunc.cpp5754 RegOperand &destOpnd = LoadIntoRegister(argOpnd, argType); in SelectAArch64ffs() local
11541 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