Home
last modified time | relevance | path

Searched defs:opnd0 (Results 1 – 25 of 29) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp70 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 …]
Dx64_MPIsel.cpp650 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 …]
Dx64_reg_info.cpp102 Insn *X64RegInfo::BuildMovInstruction(Operand &opnd0, Operand &opnd1) in BuildMovInstruction()
Dx64_standardize.cpp97 Operand *opnd0 = &insn.GetOperand(kInsnSecondOpnd); in StdzCvtOp() local
Dx64_emitter.cpp253 Operand *opnd0 = nullptr; in EmitInsn() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp160 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 …]
Dcgfunc.cpp541 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
Deh_func.cpp151 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/
Ddbg.h43 …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()
Dcfi.h64 …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()
Dinsn.h57 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/
Daarch64_emitter.cpp846 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
Daarch64_cgfunc.cpp1008 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 …]
Daarch64_reg_info.cpp132 Insn *AArch64RegInfo::BuildMovInstruction(Operand &opnd0, Operand &opnd1) in BuildMovInstruction()
Daarch64_ico.cpp39 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
Daarch64_global.cpp966 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()
Daarch64_dependence.cpp261 Operand *opnd0 = nullptr; in CombineMemoryAccessPair() local
Daarch64_ebo.cpp1041 Operand &opnd0 = insn.GetOperand(opndIndex); in CheckInsnRefField() local
Daarch64_color_ra.cpp932 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/
Djava_eh_lower.cpp196 BaseNode *opnd0 = DoLowerExpr(*(tstmt->Opnd(0)), *newBlock); in DoLowerBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_builder.h224 BinaryNode *CreateExprBinary(Opcode opcode, PrimType pty, BaseNode *opnd0, BaseNode *opnd1) in CreateExprBinary()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp1671 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
Dmir_builder.cpp730 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()
Dmir_lower.cpp95 BaseNode *opnd0 = condExpr->Opnd(0); in LowerCondGotoStmtWithBuiltinExpect() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp891 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

12