Lines Matching refs:kFloat64
91 return UseInfo(MachineRepresentation::kFloat64, Truncation::Float64()); in Float64()
111 return UseInfo(MachineRepresentation::kFloat64, Truncation::Word32()); in Float64TruncatingToWord32()
133 case MachineRepresentation::kFloat64: in TruncatingUseInfoFromRepresentation()
179 r2 == MachineRepresentation::kFloat64 || in MachineRepresentationIsSubtype()
186 r2 == MachineRepresentation::kFloat64 || in MachineRepresentationIsSubtype()
191 r2 == MachineRepresentation::kFloat64 || in MachineRepresentationIsSubtype()
197 r2 == MachineRepresentation::kFloat64 || in MachineRepresentationIsSubtype()
199 case MachineRepresentation::kFloat64: in MachineRepresentationIsSubtype()
200 return r2 == MachineRepresentation::kFloat64 || in MachineRepresentationIsSubtype()
260 return NodeOutputInfo(MachineRepresentation::kFloat64, Type::Number()); in Float64()
685 rep = MachineRepresentation::kFloat64; in GetOutputInfoForPhi()
1367 NodeOutputInfo(MachineRepresentation::kFloat64, Type::Signed32())); in VisitNode()
1370 NodeOutputInfo(MachineRepresentation::kFloat64, in VisitNode()
1546 } else if (output_rep == MachineRepresentation::kFloat64) { in DoLoadBuffer()