| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_cgfunc.cpp | 70 void X64CGFunc::SelectDassign(DassignNode &stmt, Operand &opnd0) in SelectDassign() 74 void X64CGFunc::SelectDassignoff(DassignoffNode &stmt, Operand &opnd0) in SelectDassignoff() 78 void X64CGFunc::SelectRegassign(RegassignNode &stmt, Operand &opnd0) in SelectRegassign() 130 void X64CGFunc::SelectIgoto(Operand *opnd0) in SelectIgoto() 134 void X64CGFunc::SelectCondGoto(CondGotoNode &stmt, Operand &opnd0, Operand &opnd1) in SelectCondGoto() 138 void X64CGFunc::SelectCondSpecialCase1(CondGotoNode &stmt, BaseNode &opnd0) in SelectCondSpecialCase1() 142 void X64CGFunc::SelectCondSpecialCase2(const CondGotoNode &stmt, BaseNode &opnd0) in SelectCondSpecialCase2() 222 Operand *X64CGFunc::SelectBswap(IntrinsicopNode &node, Operand &opnd0, const BaseNode &parent) in SelectBswap() 338 void X64CGFunc::SelectAdd(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectAdd() 342 Operand *X64CGFunc::SelectAdd(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &par… in SelectAdd() [all …]
|
| D | x64_MPIsel.cpp | 650 void X64MPIsel::SelectIcall(IcallNode &iCallNode, Operand &opnd0) in SelectIcall() 706 void X64MPIsel::SelectIgoto(Operand &opnd0) in SelectIgoto() 805 RegOperand &opnd0 = SelectCopy2Reg(*HandleExpr(intrnNode, *intrnNode.Opnd(0)), in SelectOverFlowCall() local 850 … RegOperand &opnd0 = SelectCopy2Reg(*opnd, GetLoweredPtrType()); /* first argument of intrinsic */ in SelectCVaStart() local 924 RegOperand &opnd0 = SelectCopy2Reg(srcOpnd, srcType); in SelectRangeGoto() local 1070 void X64MPIsel::SelectCondGoto(CondGotoNode &stmt, BaseNode &condNode, Operand &opnd0) in SelectCondGoto() 1157 Operand *X64MPIsel::SelectMpy(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &par… in SelectMpy() 1174 void X64MPIsel::SelectMpy(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectMpy() 1208 Operand *X64MPIsel::SelectDiv(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &par… in SelectDiv() 1223 Operand *X64MPIsel::SelectRem(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &par… in SelectRem() [all …]
|
| D | x64_reg_info.cpp | 102 Insn *X64RegInfo::BuildMovInstruction(Operand &opnd0, Operand &opnd1) in BuildMovInstruction()
|
| D | x64_standardize.cpp | 97 Operand *opnd0 = &insn.GetOperand(kInsnSecondOpnd); in StdzCvtOp() local
|
| D | x64_emitter.cpp | 253 Operand *opnd0 = nullptr; in EmitInsn() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 160 Operand *opnd0 = iSel.HandleExpr(dassignoffNode, *rhs); in HandleDassignoff() local 190 Operand *opnd0 = iSel.HandleExpr(regAssignNode, *operand); in HandleRegassign() local 278 Operand *opnd0 = iSel.HandleExpr(iCallNode, *iCallNode.Opnd(0)); in HandleIcall() local 299 Operand *opnd0 = iSel.HandleExpr(stmt, *condNode); in HandleCondbr() local 681 void MPISel::SelectBasicOp(Operand &resOpnd, Operand &opnd0, Operand &opnd1, MOperator mOp, PrimTyp… in SelectBasicOp() 792 void MPISel::SelectDassignoff(DassignoffNode &stmt, Operand &opnd0) in SelectDassignoff() 842 Operand *MPISel::SelectShift(const BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode… in SelectShift() 859 void MPISel::SelectShift(Operand &resOpnd, Operand &opnd0, Operand &opnd1, Opcode shiftDirect, Prim… in SelectShift() 888 void MPISel::SelectRegassign(RegassignNode &stmt, Operand &opnd0) in SelectRegassign() 987 Operand *MPISel::SelectAdd(const BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &… in SelectAdd() [all …]
|
| D | cgfunc.cpp | 541 Operand *opnd0 = cgFunc.HandleExpr(intrnNode, *arg0); in HandleVectorSetElement() local 1290 Operand *opnd0 = cgFunc.HandleExpr(condGotoNode, *condNode); in HandleCondbr() local 1347 Operand *opnd0 = cgFunc.HandleExpr(*condNode, *condNode->Opnd(0)); in HandleCondbr() local 1396 Operand *opnd0 = cgFunc.HandleExpr(stmt, *icallNode.GetNopndAt(0)); in HandleICall() local 1417 Operand *opnd0 = cgFunc.HandleExpr(dassignNode, *(uNode.Opnd())); in HandleDassign() local 1428 Operand *opnd0 = cgFunc.HandleExpr(dassignNode, *rhs); in HandleDassign() local 1440 Operand *opnd0 = cgFunc.HandleExpr(dassignoffNode, *rhs); in HandleDassignoff() local 1454 Operand *opnd0 = cgFunc.HandleExpr(regAssignNode, *operand); in HandleRegassign() local 1496 Operand *opnd0 = cgFunc.HandleExpr(baseNode, *rhs); in HandleIassignspoff() local
|
| D | eh_func.cpp | 151 BaseNode *opnd0 = rethrow->Opnd(0); in Lower() local 337 BaseNode *opnd0 = rethrow->GetRethrow()->Opnd(0); in LowerThrow() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | dbg.h | 43 …DbgInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0) : Insn(memPool, op, opnd… in DbgInsn() 45 … DbgInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0, maplebe::Operand &opnd1) in DbgInsn() 50 … DbgInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0, maplebe::Operand &opnd1, in DbgInsn()
|
| D | cfi.h | 64 …CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0) : Insn(memPool, op, opnd… in CfiInsn() 66 … CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0, maplebe::Operand &opnd1) in CfiInsn() 71 … CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0, maplebe::Operand &opnd1, in CfiInsn()
|
| D | insn.h | 57 Insn(MemPool &memPool, MOperator opc, Operand &opnd0) : Insn(memPool, opc) in Insn() 61 Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1) : Insn(memPool, opc) in Insn() 66 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2) : Insn(memPo… in Insn() 72 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2, Operand &opn… in Insn() 80 …Insn(MemPool &memPool, MOperator opc, Operand &opnd0, Operand &opnd1, Operand &opnd2, Operand &opn… in Insn()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_emitter.cpp | 846 Operand *opnd0 = &insn.GetOperand(kInsnFirstOpnd); in EmitClinit() local 1045 Operand *opnd0 = &insn.GetOperand(kInsnFirstOpnd); in EmitClinitTail() local 1070 Operand *opnd0 = &insn.GetOperand(kInsnFirstOpnd); in EmitLazyLoad() local 1106 Operand *opnd0 = &insn.GetOperand(kInsnFirstOpnd); in EmitCounter() local 1154 Operand *opnd0 = &insn.GetOperand(kInsnFirstOpnd); in EmitAdrpLabel() local 1188 Operand *opnd0 = &insn.GetOperand(kInsnFirstOpnd); in EmitAdrpLdr() local 1234 Operand *opnd0 = &insn.GetOperand(kInsnFirstOpnd); in EmitLazyLoadStatic() local 1285 Operand *opnd0 = &insn.GetOperand(kInsnFirstOpnd); in EmitArrayClassCacheLoad() local 1959 Operand *opnd0 = &insn.GetOperand(kInsnFirstOpnd); in EmitLazyBindingRoutine() local 2069 Operand &opnd0 = insn.GetOperand(opndIndex); in CheckInsnRefField() local
|
| D | aarch64_cgfunc.cpp | 1008 void AArch64CGFunc::SelectDassign(DassignNode &stmt, Operand &opnd0) in SelectDassign() 1063 void AArch64CGFunc::SelectDassign(StIdx stIdx, FieldID fieldId, PrimType rhsPType, Operand &opnd0) in SelectDassign() 1140 void AArch64CGFunc::SelectDassignoff(DassignoffNode &stmt, Operand &opnd0) in SelectDassignoff() 1162 Operand *opnd0 = HandleExpr(stmt, *stmt.Opnd(0)); in SelectAssertNull() local 1364 RegOperand &opnd0 = isOutputTempNode in SelectAsm() local 1453 void AArch64CGFunc::SelectRegassign(RegassignNode &stmt, Operand &opnd0) in SelectRegassign() 3789 LabelOperand &targetOpnd, Operand &opnd0) in GenerateCompareWithZeroInstruction() 3853 void AArch64CGFunc::SelectIgoto(Operand *opnd0) in SelectIgoto() 3868 Operand *opnd0 = &origOpnd0; in SelectCondGoto() local 3929 Operand *opnd0 = HandleExpr(expr, *expr.Opnd(0)); in SelectCondSpecialCase1() local [all …]
|
| D | aarch64_reg_info.cpp | 132 Insn *AArch64RegInfo::BuildMovInstruction(Operand &opnd0, Operand &opnd1) in BuildMovInstruction()
|
| D | aarch64_ico.cpp | 39 Operand &opnd0 = cmpInsn->GetOperand(kInsnFirstOpnd); in BuildCcmpInsn() local 522 Operand &opnd0 = condBr->GetOperand(0); in DoOpt() local 878 Operand &opnd0 = insn->GetOperand(kInsnFirstOpnd); in MovToCsel() local
|
| D | aarch64_global.cpp | 966 Operand &opnd0 = insn.GetOperand(kInsnFirstOpnd); in Optimize() local 2016 Operand &opnd0 = currInsn->GetOperand(i); in IsSameDef() local 2025 bool SameDefPattern::IsSameOperand(Operand &opnd0, Operand &opnd1) in IsSameOperand()
|
| D | aarch64_dependence.cpp | 261 Operand *opnd0 = nullptr; in CombineMemoryAccessPair() local
|
| D | aarch64_ebo.cpp | 1041 Operand &opnd0 = insn.GetOperand(opndIndex); in CheckInsnRefField() local
|
| D | aarch64_color_ra.cpp | 932 RegOperand &opnd0 = static_cast<RegOperand &>(insn.GetOperand(0)); in SetupLiveRangeByOp() local 3905 RegOperand &opnd0 = static_cast<RegOperand &>(insn.GetOperand(0)); in GenerateSpillFillRegs() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | java_eh_lower.cpp | 196 BaseNode *opnd0 = DoLowerExpr(*(tstmt->Opnd(0)), *newBlock); in DoLowerBlock() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_builder.h | 224 BinaryNode *CreateExprBinary(Opcode opcode, PrimType pty, BaseNode *opnd0, BaseNode *opnd1) in CreateExprBinary()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_parser.cpp | 1671 BaseNode *opnd0 = nullptr; in ParseBinaryStmt() local 2268 bool MIRParser::ParseExprTwoOperand(BaseNodePtr &opnd0, BaseNodePtr &opnd1) in ParseExprTwoOperand() 2634 BaseNode *opnd0 = nullptr; in ParseExprBinary() local 2661 BaseNode *opnd0 = nullptr; in ParseExprCompare() local 2699 BaseNode *opnd0 = nullptr; in ParseExprDepositbits() local 2733 BaseNode *opnd0 = nullptr; in ParseExprIreadIaddrof() local
|
| D | mir_builder.cpp | 730 IreadoffNode *MIRBuilder::CreateExprIreadoff(PrimType pty, int32 offset, BaseNode *opnd0) in CreateExprIreadoff() 807 BinaryNode *MIRBuilder::CreateExprBinary(Opcode opcode, const MIRType &type, BaseNode *opnd0, BaseN… in CreateExprBinary() 812 TernaryNode *MIRBuilder::CreateExprTernary(Opcode opcode, const MIRType &type, BaseNode *opnd0, Bas… in CreateExprTernary() 818 …er::CreateExprCompare(Opcode opcode, const MIRType &type, const MIRType &opndType, BaseNode *opnd0, in CreateExprCompare()
|
| D | mir_lower.cpp | 95 BaseNode *opnd0 = condExpr->Opnd(0); in LowerCondGotoStmtWithBuiltinExpect() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 891 BaseNode *opnd0 = retNode.Opnd(0); in LowerReturnStructUsingFakeParm() local 2607 IreadNode &CGLowerer::GetLenNode(BaseNode &opnd0) in GetLenNode() 2642 BaseNode *opnd0 = arrayNode.GetNopndAt(0); in ProcessArrayExpr() local
|