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

References

lib/Target/ARM/ARMISelLowering.cpp
  304     addRegisterClass(VT, &ARM::MQPRRegClass);
  306       setAllExpand(VT);
  309     setOperationAction(ISD::VECTOR_SHUFFLE, VT, Custom);
  310     setOperationAction(ISD::INSERT_VECTOR_ELT, VT, Custom);
  311     setOperationAction(ISD::INSERT_VECTOR_ELT, VT.getVectorElementType(), Custom);
  312     setOperationAction(ISD::EXTRACT_VECTOR_ELT, VT, Custom);
  313     setOperationAction(ISD::BUILD_VECTOR, VT, Custom);
  314     setOperationAction(ISD::BUILD_VECTOR, VT.getVectorElementType(), Custom);
  315     setOperationAction(ISD::SCALAR_TO_VECTOR, VT, Legal);
  316     setOperationAction(ISD::SETCC, VT, Custom);
  317     setOperationAction(ISD::MLOAD, VT, Custom);
  318     setOperationAction(ISD::MSTORE, VT, Legal);
  323       setIndexedLoadAction(im, VT, Legal);
  324       setIndexedStoreAction(im, VT, Legal);
  328       setOperationAction(ISD::FMINNUM, VT, Legal);
  329       setOperationAction(ISD::FMAXNUM, VT, Legal);
  330       setOperationAction(ISD::FROUND, VT, Legal);
  333       setOperationAction(ISD::FDIV, VT, Expand);
  334       setOperationAction(ISD::FREM, VT, Expand);
  335       setOperationAction(ISD::FSQRT, VT, Expand);
  336       setOperationAction(ISD::FSIN, VT, Expand);
  337       setOperationAction(ISD::FCOS, VT, Expand);
  338       setOperationAction(ISD::FPOW, VT, Expand);
  339       setOperationAction(ISD::FLOG, VT, Expand);
  340       setOperationAction(ISD::FLOG2, VT, Expand);
  341       setOperationAction(ISD::FLOG10, VT, Expand);
  342       setOperationAction(ISD::FEXP, VT, Expand);
  343       setOperationAction(ISD::FEXP2, VT, Expand);
  344       setOperationAction(ISD::FNEARBYINT, VT, Expand);