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

/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h40 class SDVTListNode : public FoldingSetNode { class in namespace:llvm
41 friend struct FoldingSetTrait<SDVTListNode>;
52 SDVTListNode(const FoldingSetNodeIDRef ID, const EVT *VT, unsigned int Num) : function in class:llvm::SDVTListNode
62 // Specialize FoldingSetTrait for SDVTListNode
64 template<> struct FoldingSetTrait<SDVTListNode> : DefaultFoldingSetTrait<SDVTListNode> {
65 static void Profile(const SDVTListNode &X, FoldingSetNodeID& ID) {
68 static bool Equals(const SDVTListNode &X, const FoldingSetNodeID &ID,
74 static unsigned ComputeHash(const SDVTListNode &X, FoldingSetNodeID &TempID) {
1214 FoldingSet<SDVTListNode> VTListMa
[all...]

Completed in 110 milliseconds