Searched refs:extraOffset (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | isel.h | 79 Operand *SelectIread(const BaseNode &parent, const IreadNode &expr, int extraOffset = 0);
|
H A D | cgfunc.h | 193 virtual Operand *SelectIread(const BaseNode &parent, IreadNode &expr, int extraOffset = 0,
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
H A D | x64_cgfunc.h | 58 Operand *SelectIread(const BaseNode &parent, IreadNode &expr, int extraOffset = 0,
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_cgfunc.cpp | 90 Operand *X64CGFunc::SelectIread(const BaseNode &parent, IreadNode &expr, int extraOffset, in SelectIread() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | isel.cpp | 1085 Operand *MPISel::SelectIread(const BaseNode &parent, const IreadNode &expr, int extraOffset) in SelectIread() argument 1090 MemOperand &memOpnd = *GetOrCreateMemOpndFromIreadNode(expr, lhsInfo.primType, lhsInfo.offset + extraOffset); in SelectIread()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_cgfunc.h | 112 Operand *SelectIread(const BaseNode &parent, IreadNode &expr, int extraOffset = 0,
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_cgfunc.cpp | 918 Operand *AArch64CGFunc::SelectIread(const BaseNode &parent, IreadNode &expr, int extraOffset, in SelectIread() argument 954 static_cast<int64>(static_cast<int>(offset) + extraOffset)); in SelectIread()
|
Completed in 28 milliseconds