reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/X86/X86ISelLowering.cpp
18912   if (TheVT != MVT::f32 && TheVT != MVT::f64 && TheVT != MVT::f80) {
18912   if (TheVT != MVT::f32 && TheVT != MVT::f64 && TheVT != MVT::f80) {
18912   if (TheVT != MVT::f32 && TheVT != MVT::f64 && TheVT != MVT::f80) {
18965     if (TheVT == MVT::f64)
18969     else if (TheVT == MVT::f80)
18976     SDValue ThreshVal = DAG.getConstantFP(Thresh, DL, TheVT);
18980                                                   *DAG.getContext(), TheVT),
18986     SDValue Sub = DAG.getNode(ISD::FSUB, DL, TheVT, Value, ThreshVal);
18988                                               *DAG.getContext(), TheVT),
18990     Value = DAG.getSelect(DL, TheVT, Cmp, Value, Sub);
18997   if (isScalarFPTypeInSSEReg(TheVT)) {
19000     SDVTList Tys = DAG.getVTList(TheVT, MVT::Other);
19003     unsigned FLDSize = TheVT.getStoreSize();
19007     Value = DAG.getMemIntrinsicNode(X86ISD::FLD, DL, Tys, Ops, TheVT, MMO);