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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h42 class SDVTListNode : public FoldingSetNode { class in namespace:llvm
43 friend struct FoldingSetTrait<SDVTListNode>;
56 SDVTListNode(const FoldingSetNodeIDRef ID, const EVT *VT, unsigned int Num) : function in class:llvm::SDVTListNode
66 /// Specialize FoldingSetTrait for SDVTListNode
68 template<> struct FoldingSetTrait<SDVTListNode> : DefaultFoldingSetTrait<SDVTListNode> {
69 static void Profile(const SDVTListNode &X, FoldingSetNodeID& ID) {
72 static bool Equals(const SDVTListNode &X, const FoldingSetNodeID &ID,
78 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
1236 FoldingSet<SDVTListNode> VTListMa
[all...]

Completed in 51 milliseconds