Searched defs:addrOpnd (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | isel.cpp | 1308 Operand *addrOpnd = HandleExpr(expr, *expr.Opnd(0)); in GetOrCreateMemOpndFromIreadNode() local 1339 Operand *addrOpnd = HandleExpr(ireadoff, *ireadoff.Opnd(0)); in SelectIreadoff() local 1487 Operand *addrOpnd = SelectAddrof(static_cast<AddrofNode &>(*opnd0), node); in SelectCGArrayElemAdd() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 2273 void AArch64CGFunc::SelectAggIassign(IassignNode &stmt, Operand &addrOpnd) in SelectAggIassign() 2300 auto *addrOpnd = SelectRhsMemOpnd(*x, isRefField); in SelectReturnSendOfStructInRegs() local 2729 auto *addrOpnd = HandleExpr(ireadoff, *baseAddr); in SelectIreadoff() local 3093 RegOperand &addrOpnd = cgFunc.CreateRegisterOperandOfType(PTY_a64); in SelectStrLiteral() local 8703 Operand *addrOpnd = nullptr; in CreateNonExtendMemOpnd() local 9723 void AArch64CGFunc::SelectAtomicStore(Operand &srcOpnd, Operand &addrOpnd, PrimType primType, in SelectAtomicStore() 10093 Operand *addrOpnd = HandleExpr(intrinopNode, *intrinopNode.GetNopndAt(kInsnFirstOpnd)); in SelectAArch64CSyncFetch() local 10141 Operand *addrOpnd = HandleExpr(intrinopNode, *intrinopNode.GetNopndAt(kInsnFirstOpnd)); in SelectCSyncCmpSwap() local 10232 Operand *addrOpnd = HandleExpr(intrinopNode, *intrinopNode.GetNopndAt(kInsnFirstOpnd)); in SelectCSyncLockTestSet() local 10270 auto *addrOpnd = HandleExpr(intrinsiccall, *intrinsiccall.GetNopndAt(kInsnFirstOpnd)); in SelectCSyncLockRelease() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_MPIsel.cpp | 1129 …RegOperand &addrOpnd = cgFunc->GetOpndBuilder()->CreateVReg(k64BitSize, cgFunc->GetRegTyFromPrimTy… in SelectStrLiteral() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 1885 IassignNode(TyIdx tyIdx, FieldID fieldID, BaseNode *addrOpnd, BaseNode *rhsOpnd) in IassignNode() 3388 …IassignoffNode(PrimType primType, int32 offset, BaseNode *addrOpnd, BaseNode *srcOpnd) : Iassignof… in IassignoffNode()
|