/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | FoldingSet.h | 102 class FoldingSetNodeID; variable 182 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0; 186 virtual bool NodeEquals(Node *N, const FoldingSetNodeID &ID, unsigned IDHash, 187 FoldingSetNodeID &TempID) const=0; 191 virtual unsigned ComputeNodeHash(Node *N, FoldingSetNodeID &TempID) const = 0; 208 Node *FindNodeOrInsertPos(const FoldingSetNodeID &ID, void *&InsertPos); 221 static void Profile(const T &X, FoldingSetNodeID &ID) { in Profile() 224 static void Profile(T &X, FoldingSetNodeID &ID) { in Profile() 232 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash, 233 FoldingSetNodeID &TempID); [all …]
|
D | ImmutableList.h | 44 static inline void Profile(FoldingSetNodeID& ID, const T& H, in Profile() 50 void Profile(FoldingSetNodeID& ID) { in Profile() 143 void Profile(FoldingSetNodeID& ID) const { in Profile() 178 FoldingSetNodeID ID; in concat()
|
D | ImmutableMap.h | 54 static inline void Profile(FoldingSetNodeID& ID, value_type_ref V) { in Profile() 245 static inline void Profile(FoldingSetNodeID& ID, const ImmutableMap& M) { in Profile() 249 inline void Profile(FoldingSetNodeID& ID) const { in Profile() 405 static inline void Profile(FoldingSetNodeID &ID, const ImmutableMapRef &M) { in Profile() 409 inline void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } in Profile()
|
D | ImmutableSet.h | 303 FoldingSetNodeID ID; in computeDigest() 842 static void Profile(FoldingSetNodeID &ID, value_type_ref X) { in Profile() 853 static void Profile(FoldingSetNodeID &ID, value_type_ref X) { in Profile() 880 static void Profile(FoldingSetNodeID &ID, value_type_ref X) { 892 static void Profile(FoldingSetNodeID &ID, value_type_ref X) { 1094 static void Profile(FoldingSetNodeID &ID, const ImmutableSet &S) { 1098 void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); } 1207 static void Profile(FoldingSetNodeID &ID, const ImmutableSetRef &S) { 1211 void Profile(FoldingSetNodeID &ID) const { return Profile(ID, *this); }
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FoldingSet.cpp | 51 void FoldingSetNodeID::AddPointer(const void *Ptr) { in AddPointer() 60 void FoldingSetNodeID::AddInteger(signed I) { in AddInteger() 63 void FoldingSetNodeID::AddInteger(unsigned I) { in AddInteger() 66 void FoldingSetNodeID::AddInteger(long I) { in AddInteger() 69 void FoldingSetNodeID::AddInteger(unsigned long I) { in AddInteger() 78 void FoldingSetNodeID::AddInteger(long long I) { in AddInteger() 81 void FoldingSetNodeID::AddInteger(unsigned long long I) { in AddInteger() 86 void FoldingSetNodeID::AddString(StringRef String) { in AddString() 139 void FoldingSetNodeID::AddNodeID(const FoldingSetNodeID &ID) { in AddNodeID() 145 unsigned FoldingSetNodeID::ComputeHash() const { in ComputeHash() [all …]
|
D | ItaniumManglingCanonicalizer.cpp | 28 llvm::FoldingSetNodeID &ID; 47 void profileCtor(llvm::FoldingSetNodeID &ID, Node::Kind K, T ...V) { in profileCtor() 59 FoldingSetNodeID &ID; 66 FoldingSetNodeID &ID; 76 void profileNode(llvm::FoldingSetNodeID &ID, const Node *N) { in profileNode() 87 void Profile(llvm::FoldingSetNodeID &ID) { profileNode(ID, getNode()); } in Profile() 109 llvm::FoldingSetNodeID ID; in getOrCreateNode()
|
D | APSInt.cpp | 39 void APSInt::Profile(FoldingSetNodeID& ID) const { in Profile()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AttributeImpl.h | 77 void Profile(FoldingSetNodeID &ID) const { in Profile() 88 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() 94 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() 99 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() 224 void Profile(FoldingSetNodeID &ID) const { in Profile() 228 static void Profile(FoldingSetNodeID &ID, ArrayRef<Attribute> AttrList) { in Profile() 278 void Profile(FoldingSetNodeID &ID) const; 279 static void Profile(FoldingSetNodeID &ID, ArrayRef<AttributeSet> Nodes);
|
D | Attributes.cpp | 83 FoldingSetNodeID ID; in get() 106 FoldingSetNodeID ID; in get() 127 FoldingSetNodeID ID; in get() 743 FoldingSetNodeID ID; in get() 925 void AttributeListImpl::Profile(FoldingSetNodeID &ID) const { in Profile() 929 void AttributeListImpl::Profile(FoldingSetNodeID &ID, in Profile() 950 FoldingSetNodeID ID; in getImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | CSEInfo.h | 37 void Profile(FoldingSetNodeID &ID); 98 UniqueMachineInstr *getNodeIfExists(FoldingSetNodeID &ID, 108 MachineInstr *getMachineInstrIfExists(FoldingSetNodeID &ID, 168 FoldingSetNodeID &ID; 172 GISelInstProfileBuilder(FoldingSetNodeID &ID, const MachineRegisterInfo &MRI) in GISelInstProfileBuilder()
|
D | CSEMIRBuilder.h | 50 MachineInstrBuilder getDominatingInstrForID(FoldingSetNodeID &ID,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 150 static void ProfileRecordRecTy(FoldingSetNodeID &ID, in ProfileRecordRecTy() 172 FoldingSetNodeID ID; in get() 198 void RecordRecTy::Profile(FoldingSetNodeID &ID) const { in Profile() 335 ProfileBitsInit(FoldingSetNodeID &ID, ArrayRef<Init *> Range) { in ProfileBitsInit() 345 FoldingSetNodeID ID; in get() 361 void BitsInit::Profile(FoldingSetNodeID &ID) const { in Profile() 560 static void ProfileListInit(FoldingSetNodeID &ID, in ProfileListInit() 573 FoldingSetNodeID ID; in get() 592 void ListInit::Profile(FoldingSetNodeID &ID) const { in Profile() 687 ProfileUnOpInit(FoldingSetNodeID &ID, unsigned Opcode, Init *Op, RecTy *Type) { in ProfileUnOpInit() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 119 void addSelectionDAGCSEId(FoldingSetNodeID &ID) override; 196 void addSelectionDAGCSEId(FoldingSetNodeID &ID) override; 228 void addSelectionDAGCSEId(FoldingSetNodeID &ID) override; 264 void addSelectionDAGCSEId(FoldingSetNodeID &ID) override;
|
D | ARMConstantPoolValue.cpp | 81 ARMConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId() 209 void ARMConstantPoolConstant::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId() 249 void ARMConstantPoolSymbol::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId() 290 void ARMConstantPoolMBB::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CSEMIRBuilder.cpp | 34 CSEMIRBuilder::getDominatingInstrForID(FoldingSetNodeID &ID, in getDominatingInstrForID() 189 FoldingSetNodeID ID; in buildInstr() 215 FoldingSetNodeID ID; in buildConstant() 242 FoldingSetNodeID ID; in buildFConstant()
|
D | CSEInfo.cpp | 30 void UniqueMachineInstr::Profile(FoldingSetNodeID &ID) { in Profile() 106 UniqueMachineInstr *GISelCSEInfo::getNodeIfExists(FoldingSetNodeID &ID, in getNodeIfExists() 153 MachineInstr *GISelCSEInfo::getMachineInstrIfExists(FoldingSetNodeID &ID, in getMachineInstrIfExists()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | SMTAPI.h | 58 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0; 61 llvm::FoldingSetNodeID ID1, ID2; 106 llvm::FoldingSetNodeID ID1, ID2; 112 virtual void Profile(llvm::FoldingSetNodeID &ID) const = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineConstantPool.h | 27 class FoldingSetNodeID; variable 50 virtual void addSelectionDAGCSEId(FoldingSetNodeID &ID) = 0;
|
D | MachineMemOperand.h | 27 class FoldingSetNodeID; variable 292 void Profile(FoldingSetNodeID &ID) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 168 static void Profile(const SCEV &X, FoldingSetNodeID &ID) { ID = X.FastID; } 170 static bool Equals(const SCEV &X, const FoldingSetNodeID &ID, unsigned IDHash, 171 FoldingSetNodeID &TempID) { 175 static unsigned ComputeHash(const SCEV &X, FoldingSetNodeID &TempID) { 248 static void Profile(const SCEVPredicate &X, FoldingSetNodeID &ID) { 252 static bool Equals(const SCEVPredicate &X, const FoldingSetNodeID &ID, 253 unsigned IDHash, FoldingSetNodeID &TempID) { 258 FoldingSetNodeID &TempID) { 1889 std::tuple<const SCEV *, FoldingSetNodeID, void *>
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 260 void Profile(FoldingSetNodeID &ID) const; 533 void Profile(FoldingSetNodeID &ID) const; 684 void Profile(FoldingSetNodeID &ID) const; 772 void Profile(FoldingSetNodeID &ID) const; 827 void Profile(FoldingSetNodeID &ID) const; 882 void Profile(FoldingSetNodeID &ID) const; 947 void Profile(FoldingSetNodeID &ID) const; 1019 void Profile(FoldingSetNodeID &ID) const; 1052 void Profile(FoldingSetNodeID &ID) const; 1232 void Profile(FoldingSetNodeID &ID) const; [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.h | 47 void addSelectionDAGCSEId(FoldingSetNodeID &ID) override;
|
D | SystemZConstantPoolValue.cpp | 44 void SystemZConstantPoolValue::addSelectionDAGCSEId(FoldingSetNodeID &ID) { in addSelectionDAGCSEId()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 451 static void AddNodeIDOpcode(FoldingSetNodeID &ID, unsigned OpC) { in AddNodeIDOpcode() 457 static void AddNodeIDValueTypes(FoldingSetNodeID &ID, SDVTList VTList) { in AddNodeIDValueTypes() 462 static void AddNodeIDOperands(FoldingSetNodeID &ID, in AddNodeIDOperands() 471 static void AddNodeIDOperands(FoldingSetNodeID &ID, in AddNodeIDOperands() 479 static void AddNodeIDNode(FoldingSetNodeID &ID, unsigned short OpC, in AddNodeIDNode() 487 static void AddNodeIDCustom(FoldingSetNodeID &ID, const SDNode *N) { in AddNodeIDCustom() 655 static void AddNodeIDNode(FoldingSetNodeID &ID, const SDNode *N) { in AddNodeIDNode() 956 FoldingSetNodeID ID; in FindModifiedNodeSlot() 976 FoldingSetNodeID ID; in FindModifiedNodeSlot() 994 FoldingSetNodeID ID; in FindModifiedNodeSlot() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | LegacyPassManagers.h | 253 void Profile(FoldingSetNodeID &ID) const { in Profile() 256 static void Profile(FoldingSetNodeID &ID, const AnalysisUsage &AU) { in Profile()
|