Searched refs:KeyTy (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h27 struct KeyTy { struct in struct:llvm::IRMover::StructTypeKeyInfo
30 KeyTy(ArrayRef<Type *> E, bool P);
31 KeyTy(const StructType *ST);
32 bool operator==(const KeyTy &that) const;
33 bool operator!=(const KeyTy &that) const;
37 static unsigned getHashValue(const KeyTy &Key);
39 static bool isEqual(const KeyTy &LHS, const StructType *RHS);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DMetadataImpl.h23 const typename InfoT::KeyTy &Key) {
H A DLLVMContextImpl.h98 struct KeyTy { struct in struct:llvm::AnonStructTypeKeyInfo
102 KeyTy(const ArrayRef<Type*>& E, bool P) : function in struct:llvm::AnonStructTypeKeyInfo::KeyTy
105 KeyTy(const StructType *ST) function in struct:llvm::AnonStructTypeKeyInfo::KeyTy
108 bool operator==(const KeyTy& that) const {
115 bool operator!=(const KeyTy& that) const {
128 static unsigned getHashValue(const KeyTy& Key) {
135 return getHashValue(KeyTy(ST));
138 static bool isEqual(const KeyTy& LHS, const StructType *RHS) {
141 return LHS == KeyTy(RHS);
150 struct KeyTy { struct in struct:llvm::FunctionTypeKeyInfo
155 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : function in struct:llvm::FunctionTypeKeyInfo::KeyTy
157 KeyTy(const FunctionType *FT) function in struct:llvm::FunctionTypeKeyInfo::KeyTy
[all...]
H A DDebugInfoMetadata.cpp60 DILocationInfo::KeyTy(Line, Column, Scope,
268 GenericDINodeInfo::KeyTy Key(Tag, Header, DwarfOps);
287 setHash(GenericDINodeInfo::KeyTy::calculateHash(this));
296 CLASS##Info::KeyTy(UNWRAP_ARGS(ARGS)))) \
H A DType.cpp304 const FunctionTypeKeyInfo::KeyTy Key(ReturnType, Params, isVarArg);
349 const AnonStructTypeKeyInfo::KeyTy Key(ETypes, isPacked);
H A DMetadata.cpp688 setHash(MDTupleInfo::KeyTy::calculateHash(this));
818 MDTupleInfo::KeyTy Key(MDs);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1485 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) function in class:IRMover::StructTypeKeyInfo::KeyTy
1488 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) function in class:IRMover::StructTypeKeyInfo::KeyTy
1491 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const {
1495 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const {
1507 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) {
1513 return getHashValue(KeyTy(S
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp98 template <typename KeyTy>
100 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap,
101 Instruction *Inst, KeyTy Val) {
102 typename DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>>::iterator InstIt =

Completed in 171 milliseconds