HomeSort by relevance Sort by last modified time
    Searched refs:SDVTListNode (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 42 class SDVTListNode : public FoldingSetNode {
43 friend struct FoldingSetTrait<SDVTListNode>;
56 SDVTListNode(const FoldingSetNodeIDRef ID, const EVT *VT, unsigned int Num) :
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) {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 228 milliseconds