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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  538   SDValue Op = N->getOperand(0);
  540   EVT OpsVT[1] = { N->getOperand(0).getValueType() };
  541   CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true);
  543                                   CallOptions, SDLoc(N)).first;
  544   if (N->getValueType(0) == MVT::f32)
  547   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  548   RTLIB::Libcall LC = RTLIB::getFPEXT(MVT::f32, N->getValueType(0));
  550   return TLI.makeLibCall(DAG, LC, NVT, Res32, CallOptions, SDLoc(N)).first;