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/include/cg/aarch64/
Daarch64_mop_valid.h137 inline bool MOP_wmovri32Valid(const MapleVector<Operand *> &opnds) in MOP_wmovri32Valid()
145 inline bool MOP_xmovri64Valid(const MapleVector<Operand *> &opnds) in MOP_xmovri64Valid()
153 inline bool MOP_xaddrrrsValid(const MapleVector<Operand *> &opnds) in MOP_xaddrrrsValid()
161 inline bool MOP_xaddsrrrsValid(const MapleVector<Operand *> &opnds) in MOP_xaddsrrrsValid()
169 inline bool MOP_xxwaddrrreValid(const MapleVector<Operand *> &opnds) in MOP_xxwaddrrreValid()
177 inline bool MOP_xaddrri24Valid(const MapleVector<Operand *> &opnds) in MOP_xaddrri24Valid()
188 inline bool MOP_xaddrri12Valid(const MapleVector<Operand *> &opnds) in MOP_xaddrri12Valid()
196 inline bool MOP_xaddsrri12Valid(const MapleVector<Operand *> &opnds) in MOP_xaddsrri12Valid()
204 inline bool MOP_waddrrrsValid(const MapleVector<Operand *> &opnds) in MOP_waddrrrsValid()
212 inline bool MOP_waddsrrrsValid(const MapleVector<Operand *> &opnds) in MOP_waddsrrrsValid()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_irbuilder.cpp61 Insn &InsnBuilder::BuildInsn(MOperator opCode, std::vector<Operand *> &opnds) in BuildInsn()
Debo.cpp585 …ndantInsns(BB &bb, Insn *&insn, const Insn *prev, bool insnReplaced, MapleVector<Operand *> &opnds, in FindRedundantInsns()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dcall_graph.cpp441 MapleVector<BaseNode *> opnds(icall->GetNopnd().begin() + 1, icall->GetNopnd().end(), in ReplaceIcallToCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Ddebug_info.h148 MapleVector<uint64> opnds; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h784 MapleVector<Operand *> opnds; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h612 MapleVector<ScalarMeExpr *> opnds; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp7715 MapleList<RegOperand *> &opnds = srcOpnds.GetOperands(); in IntrinsifyGetAndAddInt() local
7747 MapleList<RegOperand *> &opnds = srcOpnds.GetOperands(); in IntrinsifyGetAndSetInt() local
7778 MapleList<RegOperand *> &opnds = srcOpnds.GetOperands(); in IntrinsifyCompareAndSwapInt() local