Searched defs:opnds (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | ebo.cpp | 676 …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
|
| D | cg_irbuilder.cpp | 60 Insn &InsnBuilder::BuildInsn(MOperator opCode, std::vector<Operand *> &opnds) in BuildInsn()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_ebo.cpp | 566 bool AArch64Ebo::Csel2Cset(Insn &insn, const MapleVector<Operand *> &opnds) in Csel2Cset() 630 bool AArch64Ebo::SimplifyConstOperand(Insn &insn, const MapleVector<Operand *> &opnds, in SimplifyConstOperand()
|
| D | aarch64_cgfunc.cpp | 8723 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/ |
| D | insn.h | 681 MapleVector<Operand *> opnds; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | debug_info.h | 148 MapleVector<uint64> opnds; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | call_graph.cpp | 554 MapleVector<BaseNode *> opnds(icall->GetNopnd().begin() + 1, icall->GetNopnd().end(), in ReplaceIcallToCall() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ir.h | 612 MapleVector<ScalarMeExpr *> opnds; variable
|