Home
last modified time | relevance | path

Searched refs:DoubleType (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp178 curType = Int32(PGOSampleType::DoubleType()); in Less()
195 GateRef type = Int32(PGOSampleType::DoubleType()); in Less()
283 curType = Int32(PGOSampleType::DoubleType()); in LessEq()
300 GateRef type = Int32(PGOSampleType::DoubleType()); in LessEq()
387 curType = Int32(PGOSampleType::DoubleType()); in Greater()
404 GateRef type = Int32(PGOSampleType::DoubleType()); in Greater()
491 curType = Int32(PGOSampleType::DoubleType()); in GreaterEq()
508 GateRef type = Int32(PGOSampleType::DoubleType()); in GreaterEq()
708 callback.ProfileOpType(Int32(PGOSampleType::DoubleType())); in Shl()
801 curType = Int32(PGOSampleType::DoubleType()); in Shr()
[all …]
Dnumber_speculative_retype.cpp366 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitNumberCalculate()
442 return SetOutputType(gate, GateType::DoubleType()); in VisitDoubleMonocular()
548 return SetOutputType(gate, GateType::DoubleType()); in VisitCallBuiltins()
646 leftType = GateType::DoubleType(); in ConvertForBinaryOp()
647 rightType = GateType::DoubleType(); in ConvertForBinaryOp()
939 return SetOutputType(gate, GateType::DoubleType()); in VisitLoadElement()
1053 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitTypeConvert()
1086 GateType resType = gateType.IsIntType() ? GateType::IntType() : GateType::DoubleType(); in VisitNumberMod()
Dtype.h77 static GateType DoubleType() in DoubleType() function
Dnumber_speculative_lowering.cpp252 gateType = GateType::DoubleType(); in VisitNumberCalculate()
330 gateType = GateType::DoubleType(); in VisitNumberDiv()
357 gateType = GateType::DoubleType(); in VisitNumberMod()
Dstub_builder.cpp4051 curType = Int32(PGOSampleType::DoubleType()); in FastStrictEqual()
4069 GateRef type = Int32(PGOSampleType::DoubleType()); in FastStrictEqual()
4143 callback.ProfileOpType(Int32(PGOSampleType::DoubleType())); in FastEqual()
4391 curType = Int32(PGOSampleType::DoubleType()); in FastDiv()
4415 GateRef type = Int32(PGOSampleType::DoubleType()); in FastDiv()
4526 callback.ProfileOpType(Int32(PGOSampleType::DoubleType())); in FastBinaryOp()
4586 callback.ProfileOpType(Int32(PGOSampleType::DoubleType())); in FastAddSubAndMul()
4722 curType = Int32(PGOSampleType::DoubleType()); in FastMod()
4746 GateRef type = Int32(PGOSampleType::DoubleType()); in FastMod()
Dcircuit_builder.cpp333 return GateType::DoubleType(); in GetGateTypeOfValueType()
607 … return GetCircuit()->NewGate(circuit_->Sqrt(), MachineType::F64, {param}, GateType::DoubleType()); in Sqrt()
Dts_hcr_lowering.cpp467 gateType = GateType::DoubleType(); in SpeculateNumber()
Dbytecode_circuit_builder.cpp861 GateType::DoubleType()); in NewConst()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp450 auto doubleType = GateType::DoubleType(); in InferFLdai()
495 return UpdateType(gate, GateType::DoubleType()); in InferAdd2()
523 return UpdateType(gate, GateType::DoubleType()); in InferSub2()
548 return UpdateType(gate, GateType::DoubleType()); in InferMul2()
576 return UpdateType(gate, GateType::DoubleType()); in InferDiv2()
595 return UpdateType(gate, GateType::DoubleType()); in InferIncDec()
629 return UpdateType(gate, GateType::DoubleType()); in InferLdObjByIndex()
889 return UpdateType(gate, GateType::DoubleType()); in InferLdObjByValue()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_type.h149 static int32_t DoubleType() in DoubleType() function