Home
last modified time | relevance | path

Searched defs:newOpnd (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_global.cpp239 void ReplaceAsmListReg(const Insn *insn, uint32 index, uint32 regNO, Operand *newOpnd) in ReplaceAsmListReg()
254 …zePattern::ReplaceAllUsedOpndWithNewOpnd(const InsnSet &useInsnSet, uint32 regNO, Operand &newOpnd, in ReplaceAllUsedOpndWithNewOpnd()
429 auto *newOpnd = static_cast<RegOperand *>(destOpnd.Clone(*cgFunc.GetMemoryPool())); in RemoveMopUxtwToMov() local
Daarch64_prop.cpp500 Operand &newOpnd = cgFunc->CreateImmOperand(PTY_i64, static_cast<int64>(val)); in BitInsertReplace() local
Daarch64_peep.cpp2018 auto &newOpnd = prevInsn->GetOperand(kInsnSecondOpnd); in Run() local
4537 RegOperand &newOpnd = in Run() local
6842 … ImmOperand &newOpnd = aarch64CGFunc->CreateImmOperand(iVal * (-1), immOpnd->GetSize(), false); in Run() local
Daarch64_cgfunc.cpp5921 for (auto &newOpnd : std::as_const(tempRegStore)) { in ReplaceOpndInInsn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp941 BaseNode *newOpnd = LowerExpr(callNode, *callNode.GetNopndAt(i), newBlk); in LowerCallStmt() local
1330 auto *newOpnd = LowerExpr(callNode, *callNode.GetNopndAt(i), newBlk); in LowerStructReturnInRegs() local
1339 auto *newOpnd = LowerExpr(icallNode, *icallNode.GetNopndAt(i), newBlk); in LowerStructReturnInRegs() local
1793 void CGLowerer::SplitCallArg(CallNode &callNode, BaseNode *newOpnd, size_t i, BlockNode &newBlk) in SplitCallArg()
2564 MapleVector<BaseNode *> newOpnd(mirModule.CurFuncCodeMemPoolAllocator()->Adapter()); in LowerIntrinsicopDassign() local