Searched refs:DoubleType (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | operations_stub_builder.cpp | 178 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 …]
|
D | number_speculative_retype.cpp | 366 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()
|
D | type.h | 77 static GateType DoubleType() in DoubleType() function
|
D | number_speculative_lowering.cpp | 252 gateType = GateType::DoubleType(); in VisitNumberCalculate() 330 gateType = GateType::DoubleType(); in VisitNumberDiv() 357 gateType = GateType::DoubleType(); in VisitNumberMod()
|
D | stub_builder.cpp | 4051 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()
|
D | circuit_builder.cpp | 333 return GateType::DoubleType(); in GetGateTypeOfValueType() 607 … return GetCircuit()->NewGate(circuit_->Sqrt(), MachineType::F64, {param}, GateType::DoubleType()); in Sqrt()
|
D | ts_hcr_lowering.cpp | 467 gateType = GateType::DoubleType(); in SpeculateNumber()
|
D | bytecode_circuit_builder.cpp | 861 GateType::DoubleType()); in NewConst()
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.cpp | 450 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/ |
D | pgo_profiler_type.h | 149 static int32_t DoubleType() in DoubleType() function
|