Searched defs:SDVTList (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h61 struct SDVTList { struct in namespace:llvm
658 SDVTList getVTList() const {
659 SDVTList X = { ValueList, NumValues };
771 static SDVTList getSDVTList(EVT VT) {
772 SDVTList Ret = { getValueTypeList(VT), 1 };
776 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
798 SDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs)
1001 UnarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
1013 BinarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
1047 BinaryWithFlagsSDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VT
[all...]

Completed in 126 milliseconds