Home
last modified time | relevance | path

Searched refs:SelectDread (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disel.h51 Operand *SelectDread(const BaseNode &parent, const AddrofNode &expr);
H A Dcgfunc.h191 virtual Operand *SelectDread(const BaseNode &parent, AddrofNode &expr) = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_cgfunc.h56 Operand *SelectDread(const BaseNode &parent, AddrofNode &expr) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp80 Operand *X64CGFunc::SelectDread(const BaseNode &parent, AddrofNode &expr) in SelectDread() function in maplebe::X64CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp289 return iSel.SelectDread(parent, dreadNode); in HandleDread()
770 Operand *MPISel::SelectDread(const BaseNode &parent, const AddrofNode &expr) in SelectDread() function in maplebe::MPISel
H A Dcgfunc.cpp35 return cgFunc.SelectDread(parent, dreadNode); in HandleDread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_cgfunc.h109 Operand *SelectDread(const BaseNode &parent, AddrofNode &expr) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp841 Operand *AArch64CGFunc::SelectDread(const BaseNode &parent, DreadNode &expr) in SelectDread() function in maplebe::AArch64CGFunc
875 CHECK_FATAL(false, "SelectDread: Illegal agg size"); in SelectDread()

Completed in 20 milliseconds