Home
last modified time | relevance | path

Searched defs:addrOpnd (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp1302 Operand *addrOpnd = HandleExpr(expr, *expr.Opnd(0)); in GetOrCreateMemOpndFromIreadNode() local
1333 Operand *addrOpnd = HandleExpr(ireadoff, *ireadoff.Opnd(0)); in SelectIreadoff() local
1480 Operand *addrOpnd = SelectAddrof(static_cast<AddrofNode &>(*opnd0), node); in SelectCGArrayElemAdd() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1802 RegOperand *addrOpnd = static_cast<RegOperand *>(HandleExpr(*rhsIread, *rhsIread->Opnd(0))); in SelectAggDassign() local
3321 auto *addrOpnd = HandleExpr(ireadoff, *baseAddr); in SelectIreadoff() local
3693 RegOperand &addrOpnd = cgFunc.CreateRegisterOperandOfType(PTY_a64); in SelectStrLiteral() local
7929 …CGFunc::CreateCallStructParamPassByStack(int32 symSize, const MIRSymbol *sym, RegOperand *addrOpnd, in CreateCallStructParamPassByStack()
8249 RegOperand *addrOpnd = &LoadIntoRegister(*ireadOpnd, iread.Opnd(0)->GetPrimType()); in SelectParmListForAggregate() local
8339 RegOperand *addrOpnd = &LoadIntoRegister(*ireadOpnd, iread.Opnd(0)->GetPrimType()); in SelectParmListPreprocessLargeStruct() local
9821 Operand *addrOpnd = nullptr; in CreateNonExtendMemOpnd() local
10802 void AArch64CGFunc::SelectAtomicStore(Operand &srcOpnd, Operand &addrOpnd, PrimType primType, in SelectAtomicStore()
11194 Operand *addrOpnd = HandleExpr(intrinopNode, *intrinopNode.GetNopndAt(kInsnFirstOpnd)); in SelectAArch64CSyncFetch() local
11241 Operand *addrOpnd = HandleExpr(intrinopNode, *intrinopNode.GetNopndAt(kInsnFirstOpnd)); in SelectCSyncCmpSwap() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp1127 …RegOperand &addrOpnd = cgFunc->GetOpndBuilder()->CreateVReg(k64BitSize, cgFunc->GetRegTyFromPrimTy… in SelectStrLiteral() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1866 IassignNode(TyIdx tyIdx, FieldID fieldID, BaseNode *addrOpnd, BaseNode *rhsOpnd) in IassignNode()
3368 …IassignoffNode(PrimType primType, int32 offset, BaseNode *addrOpnd, BaseNode *srcOpnd) : Iassignof… in IassignoffNode()