Lines Matching refs:SDVTList
61 struct SDVTList { struct
692 SDVTList getVTList() const {
693 SDVTList X = { ValueList, NumValues };
808 static SDVTList getSDVTList(EVT VT) {
809 SDVTList Ret = { getValueTypeList(VT), 1 };
817 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
960 SDVTList VTs, const SDNodeFlags &NodeFlags)
1021 MemSDNode(unsigned Opc, unsigned Order, const DebugLoc &dl, SDVTList VTs,
1153 AtomicSDNode(unsigned Opc, unsigned Order, const DebugLoc &dl, SDVTList VTL,
1206 SDVTList VTs, EVT MemoryVT, MachineMemOperand *MMO)
1780 SDVTList VTs, ISD::MemIndexedMode AM, EVT MemVT,
1812 LoadSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
1840 StoreSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
1870 const DebugLoc &dl, SDVTList VTs, EVT MemVT,
1891 MaskedLoadSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
1911 MaskedStoreSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
1935 const DebugLoc &dl, SDVTList VTs, EVT MemVT,
1959 MaskedGatherSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
1974 MaskedScatterSDNode(unsigned Order, const DebugLoc &dl, SDVTList VTs,
1992 MachineSDNode(unsigned Opc, unsigned Order, const DebugLoc &DL, SDVTList VTs)