Home
last modified time | relevance | path

Searched refs:SelectIntConst (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Disel.h59 ImmOperand *SelectIntConst(const MIRIntConst &intConst, PrimType primType);
H A Dcgfunc.h195 virtual Operand *SelectIntConst(const MIRIntConst &intConst, const BaseNode &parent) = 0;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
H A Dx64_cgfunc.h60 Operand *SelectIntConst(const MIRIntConst &intConst, const BaseNode &parent) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_cgfunc.cpp96 Operand *X64CGFunc::SelectIntConst(const MIRIntConst &intConst, const BaseNode &parent) in SelectIntConst() function in maplebe::X64CGFunc
H A Dx64_MPIsel.cpp267 auto *opnd = SelectIntConst(static_cast<const MIRIntConst &>(elem.second.GetConstValue()), PTY_i32); in SelectCall()
306 auto *opnd = SelectIntConst(static_cast<const MIRIntConst &>(elem.second.GetConstValue()), PTY_i32); in SelectIcall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp354 return iSel.SelectIntConst(*mirIntConst, constValNode.GetPrimType()); in HandleConstVal()
650 ImmOperand *MPISel::SelectIntConst(const MIRIntConst &intConst, PrimType primType) in SelectIntConst() function in maplebe::MPISel
H A Dcgfunc.cpp52 return cgFunc.SelectIntConst(*mirIntConst, parent); in HandleConstVal()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_cgfunc.h114 Operand *SelectIntConst(const MIRIntConst &intConst, const BaseNode &parent) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp1017 Operand *AArch64CGFunc::SelectIntConst(const MIRIntConst &intConst, const BaseNode &parent) in SelectIntConst() function in maplebe::AArch64CGFunc
3580 auto *opnd = SelectIntConst(static_cast<const MIRIntConst &>(elem.second.GetConstValue()), callNode);
3640 auto *opnd = SelectIntConst(static_cast<const MIRIntConst &>(elem.second.GetConstValue()), icallNode);

Completed in 21 milliseconds