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

References

lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
   86     setOperationAction(ISD::ConstantFP, T, Legal);
   90       setCondCodeAction(CC, T, Expand);
   94       setOperationAction(Op, T, Expand);
   99       setOperationAction(Op, T, Legal);
  101     setOperationAction(ISD::FMINIMUM, T, Legal);
  102     setOperationAction(ISD::FMAXIMUM, T, Legal);
  104     setOperationAction(ISD::FP16_TO_FP, T, Expand);
  105     setOperationAction(ISD::FP_TO_FP16, T, Expand);
  106     setLoadExtAction(ISD::EXTLOAD, T, MVT::f16, Expand);
  107     setTruncStoreAction(T, MVT::f16, Expand);