Searched defs:addrExpr (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| D | simplify.h | 74 BaseNode *addrExpr = nullptr; // memory address member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | simplify.cpp | 870 …id AddMemsetCallStmt(const StmtNode &stmt, MIRFunction &func, BlockNode &block, BaseNode *addrExpr) in AddMemsetCallStmt() 888 … LabelIdx curLabIdx, LabelIdx finalLabIdx, BaseNode *addrExpr, bool debug) in AddResetHandlerIR()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 9712 MemOperand *AArch64CGFunc::CheckAndCreateExtendMemOpnd(PrimType ptype, const BaseNode &addrExpr, in… in CheckAndCreateExtendMemOpnd() 9818 … &AArch64CGFunc::CreateNonExtendMemOpnd(PrimType ptype, const BaseNode &parent, BaseNode &addrExpr, in CreateNonExtendMemOpnd() 9858 MemOperand &AArch64CGFunc::CreateMemOpnd(PrimType ptype, const BaseNode &parent, BaseNode &addrExpr… in CreateMemOpnd() 9868 …GFunc::CreateMemOpndOrNull(PrimType ptype, const BaseNode &parent, BaseNode &addrExpr, int64 offse… in CreateMemOpndOrNull()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 2104 IreadNode *addrExpr = static_cast<IreadNode *>(callNode.Opnd(1)); in LowerCall() local
|