Home
last modified time | relevance | path

Searched refs:GetOrCreateFloatConst (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp644 … resultConst->SetConstVal(GlobalTables::GetFpConstTable().GetOrCreateFloatConst(constValueFloat)); in FoldFPConstBinary()
934 …resultConst->SetConstVal(GlobalTables::GetFpConstTable().GetOrCreateFloatConst(static_cast<float>(… in FoldFPConstUnary()
1111 … resultConst->SetConstVal(GlobalTables::GetFpConstTable().GetOrCreateFloatConst(floatValue)); in FoldCeil()
1163 return GlobalTables::GetFpConstTable().GetOrCreateFloatConst(floatValue); in FoldFloorMIRConst()
1225 return GlobalTables::GetFpConstTable().GetOrCreateFloatConst(floatValue); in FoldRoundMIRConst()
1231 return GlobalTables::GetFpConstTable().GetOrCreateFloatConst(floatValue); in FoldRoundMIRConst()
1271 … resultConst->SetConstVal(GlobalTables::GetFpConstTable().GetOrCreateFloatConst(floatValue)); in FoldTrunc()
1342 … MIRFloatConst *toValue = GlobalTables::GetFpConstTable().GetOrCreateFloatConst(floatValue); in FoldTypeCvtMIRConst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_parser.cpp616 …MIRFloatConst *fConst = GlobalTables::GetFpConstTable().GetOrCreateFloatConst(lexer.GetTheFloatVal… in ParseScalarValue()
Dglobal_tables.cpp391 MIRFloatConst *FPConstTable::GetOrCreateFloatConst(float floatVal) in GetOrCreateFloatConst() function in maple::FPConstTable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h708 MIRFloatConst *GetOrCreateFloatConst(float fval);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp447 return *GlobalTables::GetFpConstTable().GetOrCreateFloatConst(val); in CreateFloatConst()