Home
last modified time | relevance | path

Searched refs:CheckFloat64HoleParameters (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator.h198 class CheckFloat64HoleParameters {
200 CheckFloat64HoleParameters(CheckFloat64HoleMode mode, in CheckFloat64HoleParameters() function
212 CheckFloat64HoleParameters const& CheckFloat64HoleParametersOf(Operator const*)
215 std::ostream& operator<<(std::ostream&, CheckFloat64HoleParameters const&);
217 size_t hash_value(CheckFloat64HoleParameters const&);
219 bool operator==(CheckFloat64HoleParameters const&,
220 CheckFloat64HoleParameters const&);
221 bool operator!=(CheckFloat64HoleParameters const&,
222 CheckFloat64HoleParameters const&);
Dsimplified-operator.cc169 CheckFloat64HoleParameters const& CheckFloat64HoleParametersOf( in CheckFloat64HoleParametersOf()
172 return OpParameter<CheckFloat64HoleParameters>(op); in CheckFloat64HoleParametersOf()
176 CheckFloat64HoleParameters const& params) { in operator <<()
182 size_t hash_value(const CheckFloat64HoleParameters& params) { in hash_value()
186 bool operator==(CheckFloat64HoleParameters const& lhs, in operator ==()
187 CheckFloat64HoleParameters const& rhs) { in operator ==()
191 bool operator!=(CheckFloat64HoleParameters const& lhs, in operator !=()
192 CheckFloat64HoleParameters const& rhs) { in operator !=()
1030 : public Operator1<CheckFloat64HoleParameters> {
1032 : Operator1<CheckFloat64HoleParameters>( in CheckFloat64HoleNaNOperator()
[all …]
Deffect-control-linearizer.cc3314 CheckFloat64HoleParameters const& params = in LowerCheckFloat64Hole()