Home
last modified time | relevance | path

Searched defs:floatConst (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_const.cpp136 const auto &floatConst = static_cast<const MIRFloatConst &>(rhs); in operator ==() local
158 const auto &floatConst = static_cast<const MIRDoubleConst &>(rhs); in operator ==() local
180 const auto &floatConst = static_cast<const MIRFloat128Const &>(rhs); in operator ==() local
Dglobal_tables.cpp413 …auto *floatConst = new MIRFloatConst(floatVal, *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyId… in DoGetOrCreateFloatConst() local
429 …auto *floatConst = new MIRFloatConst(floatVal, *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyId… in DoGetOrCreateFloatConstThreadSafe() local
491 for (const auto &floatConst : floatConstTable) { in ~FPConstTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp286 MIRFloatConst *floatConst = safe_cast<MIRFloatConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_test.cpp200 std::array<float, 3U> floatConst {-5.5F, 0.1F, 5.2F}; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cgfunc.cpp318 Operand *X64CGFunc::SelectFloatConst(MIRFloatConst &floatConst, const BaseNode &parent) in SelectFloatConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h664 auto *floatConst = safe_cast<MIRFloatConst>(constVal); in GetHashIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3648 Operand *AArch64CGFunc::SelectFloatConst(MIRFloatConst &floatConst, const BaseNode &parent) in SelectFloatConst()