Home
last modified time | relevance | path

Searched defs:opnds (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Debo.cpp676 …mplifyInsn(Insn &insn, bool &insnReplaced, bool opndsConstant, const MapleVector<Operand *> &opnds, in SimplifyInsn()
725 …ndantInsns(BB &bb, Insn *&insn, const Insn *prev, bool insnReplaced, MapleVector<Operand *> &opnds, in FindRedundantInsns()
793 MapleVector<Operand *> opnds(eboAllocator.Adapter()); in BuildAllInfo() local
Dcg_irbuilder.cpp60 Insn &InsnBuilder::BuildInsn(MOperator opCode, std::vector<Operand *> &opnds) in BuildInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ebo.cpp566 bool AArch64Ebo::Csel2Cset(Insn &insn, const MapleVector<Operand *> &opnds) in Csel2Cset()
630 bool AArch64Ebo::SimplifyConstOperand(Insn &insn, const MapleVector<Operand *> &opnds, in SimplifyConstOperand()
Daarch64_cgfunc.cpp8723 MapleList<RegOperand *> &opnds = srcOpnds.GetOperands(); in IntrinsifyGetAndAddInt() local
8755 MapleList<RegOperand *> &opnds = srcOpnds.GetOperands(); in IntrinsifyGetAndSetInt() local
8786 MapleList<RegOperand *> &opnds = srcOpnds.GetOperands(); in IntrinsifyCompareAndSwapInt() local
8937 MapleList<RegOperand *> &opnds = srcOpnds.GetOperands(); in IntrinsifyStringIndexOf() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h681 MapleVector<Operand *> opnds; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Ddebug_info.h148 MapleVector<uint64> opnds; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp554 MapleVector<BaseNode *> opnds(icall->GetNopnd().begin() + 1, icall->GetNopnd().end(), in ReplaceIcallToCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h612 MapleVector<ScalarMeExpr *> opnds; variable