Searched defs:newOpnd (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_global.cpp | 239 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
|
| D | aarch64_prop.cpp | 500 Operand &newOpnd = cgFunc->CreateImmOperand(PTY_i64, static_cast<int64>(val)); in BitInsertReplace() local
|
| D | aarch64_peep.cpp | 2018 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
|
| D | aarch64_cgfunc.cpp | 5921 for (auto &newOpnd : std::as_const(tempRegStore)) { in ReplaceOpndInInsn() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 941 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
|