Home
last modified time | relevance | path

Searched refs:StreamingSVE (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1010 void addTypeForFixedLengthSVE(MVT VT, bool StreamingSVE);
H A DAArch64ISelLowering.cpp1813 bool StreamingSVE) { in addTypeForFixedLengthSVE() argument
1861 setOperationAction(ISD::BITCAST, VT, StreamingSVE ? Legal : Custom); in addTypeForFixedLengthSVE()
1896 setOperationAction(ISD::LOAD, VT, StreamingSVE ? Legal : Custom); in addTypeForFixedLengthSVE()
1897 setOperationAction(ISD::MGATHER, VT, StreamingSVE ? Expand : Custom); in addTypeForFixedLengthSVE()
1899 setOperationAction(ISD::MSCATTER, VT, StreamingSVE ? Expand : Custom); in addTypeForFixedLengthSVE()
1905 setOperationAction(ISD::SCALAR_TO_VECTOR, VT, StreamingSVE ? Legal : Expand); in addTypeForFixedLengthSVE()
1918 setOperationAction(ISD::STORE, VT, StreamingSVE ? Legal : Custom); in addTypeForFixedLengthSVE()
1934 StreamingSVE ? Expand : Custom); in addTypeForFixedLengthSVE()