Lines Matching refs:FoldingSetNodeID
199 static void ProfileRecordRecTy(FoldingSetNodeID &ID, in ProfileRecordRecTy()
220 FoldingSetNodeID ID; in get()
250 void RecordRecTy::Profile(FoldingSetNodeID &ID) const { in Profile()
370 static void ProfileArgumentInit(FoldingSetNodeID &ID, Init *Value, in ProfileArgumentInit()
381 void ArgumentInit::Profile(FoldingSetNodeID &ID) const { in Profile()
386 FoldingSetNodeID ID; in get()
429 ProfileBitsInit(FoldingSetNodeID &ID, ArrayRef<Init *> Range) { in ProfileBitsInit()
437 FoldingSetNodeID ID; in get()
454 void BitsInit::Profile(FoldingSetNodeID &ID) const { in Profile()
650 static void ProfileListInit(FoldingSetNodeID &ID, in ProfileListInit()
661 FoldingSetNodeID ID; in get()
681 void ListInit::Profile(FoldingSetNodeID &ID) const { in Profile()
773 ProfileUnOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *Op, RecTy *Type) { in ProfileUnOpInit()
780 FoldingSetNodeID ID; in get()
793 void UnOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
994 ProfileBinOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *RHS, in ProfileBinOpInit()
1003 FoldingSetNodeID ID; in get()
1016 void BinOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1529 ProfileTernOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *LHS, Init *MHS, in ProfileTernOpInit()
1540 FoldingSetNodeID ID; in get()
1553 void TernOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1895 static void ProfileFoldOpInit(FoldingSetNodeID &ID, Init *Start, Init *List, in ProfileFoldOpInit()
1907 FoldingSetNodeID ID; in get()
1920 void FoldOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1964 static void ProfileIsAOpInit(FoldingSetNodeID &ID, RecTy *CheckType, in ProfileIsAOpInit()
1972 FoldingSetNodeID ID; in get()
1985 void IsAOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
2026 static void ProfileExistsOpInit(FoldingSetNodeID &ID, RecTy *CheckType, in ProfileExistsOpInit()
2033 FoldingSetNodeID ID; in get()
2046 void ExistsOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
2229 static void ProfileVarDefInit(FoldingSetNodeID &ID, Record *Class, in ProfileVarDefInit()
2243 FoldingSetNodeID ID; in get()
2260 void VarDefInit::Profile(FoldingSetNodeID &ID) const { in Profile()
2414 static void ProfileCondOpInit(FoldingSetNodeID &ID, in ProfileCondOpInit()
2430 void CondOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
2441 FoldingSetNodeID ID; in get()
2545 static void ProfileDagInit(FoldingSetNodeID &ID, Init *V, StringInit *VN, in ProfileDagInit()
2564 FoldingSetNodeID ID; in get()
2598 void DagInit::Profile(FoldingSetNodeID &ID) const { in Profile()