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

References

lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
  505   EVT NVT = TLI.getTypeToTransformTo(*DAG.getContext(), N->getValueType(0));
  506   SDValue Op = N->getOperand(0);
  511   if (Op.getValueType() == MVT::f16 && N->getValueType(0) != MVT::f32) {
  512     Op = DAG.getNode(ISD::FP_EXTEND, SDLoc(N), MVT::f32, Op);
  521     if (Op.getValueType() == N->getValueType(0)) {
  526   RTLIB::Libcall LC = RTLIB::getFPEXT(Op.getValueType(), N->getValueType(0));
  529   EVT OpsVT[1] = { N->getOperand(0).getValueType() };
  530   CallOptions.setTypeListBeforeSoften(OpsVT, N->getValueType(0), true);
  531   return TLI.makeLibCall(DAG, LC, NVT, Op, CallOptions, SDLoc(N)).first;