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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h74 /// SDVTList - This represents a list of ValueType's that has been intern'd by
78 struct SDVTList { struct in namespace:llvm
602 SDVTList getVTList() const {
603 SDVTList X = { ValueList, NumValues };
736 static SDVTList getSDVTList(EVT VT) {
737 SDVTList Ret = { getValueTypeList(VT), 1 };
741 SDNode(unsigned Opc, unsigned Order, const DebugLoc dl, SDVTList VTs,
758 SDNode(unsigned Opc, unsigned Order, const DebugLoc dl, SDVTList VTs)
946 UnarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VTs,
958 BinarySDNode(unsigned Opc, unsigned Order, DebugLoc dl, SDVTList VT
[all...]

Completed in 37 milliseconds