Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_const.cpp139 const auto &floatConst = static_cast<const MIRFloatConst &>(rhs); in operator ==() local
161 const auto &floatConst = static_cast<const MIRDoubleConst &>(rhs); in operator ==() local
183 const auto &floatConst = static_cast<const MIRFloat128Const &>(rhs); in operator ==() local
Dglobal_tables.cpp415 …auto *floatConst = new MIRFloatConst(floatVal, *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyId… in DoGetOrCreateFloatConst() local
431 …auto *floatConst = new MIRFloatConst(floatVal, *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyId… in DoGetOrCreateFloatConstThreadSafe() local
493 for (const auto &floatConst : floatConstTable) { in ~FPConstTable() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dobj_emit.cpp300 MIRFloatConst *floatConst = safe_cast<MIRFloatConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
Demit.cpp670 MIRFloatConst *floatConst = safe_cast<MIRFloatConst>(st->GetKonst()); in EmitFunctionSymbolTable() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_test.cpp210 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.cpp314 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.cpp3052 Operand *AArch64CGFunc::SelectFloatConst(MIRFloatConst &floatConst, const BaseNode &parent) in SelectFloatConst()