Home
last modified time | relevance | path

Searched defs:KeyTy (Results 1 – 24 of 24) sorted by relevance

/llvm-project/mlir/lib/Dialect/Quant/IR/
H A DTypeDetail.h46 struct KeyTy { struct
47 KeyTy(unsigned flags, Type storageType, Type expressedType, in KeyTy() argument
51 unsigned flags;
52 Type storageType;
53 Type expressedType;
54 int64_t storageTypeMin;
55 int64_t storageTypeMax;
60 static bool genericIsEqual(const T &lhs, const U &rhs) { in genericIsEqual()
71 unsigned getHashValue() const { in getHashValue()
96 struct KeyTy { struct
[all …]
/llvm-project/llvm/tools/dsymutil/
H A DBinaryHolder.h102 struct KeyTy { global() struct
106 KeyTyKeyTy KeyTy() argument
107 KeyTyKeyTy KeyTy() argument
[all...]
/llvm-project/mlir/lib/IR/
H A DAttributeDetail.h61 struct KeyTy { struct
64 : type(type), data(data), hashCode(hashCode), isSplat(isSplat) {} in type()
67 ShapedType type;
70 ArrayRef<char> data;
73 llvm::hash_code hashCode;
76 bool isSplat;
210 struct KeyTy { struct
213 : type(type), data(data), hashCode(hashCode), isSplat(isSplat) {} in type()
216 ShapedType type;
219 ArrayRef<StringRef> data;
[all …]
H A DAffineExprDetail.h35 using KeyTy = std::tuple<unsigned, AffineExpr, AffineExpr>; member
58 using KeyTy = std::pair<unsigned, unsigned>; member
79 using KeyTy = int64_t; member
H A DTypeDetail.h34 using KeyTy = std::tuple<unsigned, IntegerType::SignednessSemantics>; member
64 using KeyTy = std::tuple<TypeRange, TypeRange>; member
106 using KeyTy = TypeRange; member
H A DIntegerSetDetail.h25 using KeyTy = member
H A DAffineMapDetail.h29 using KeyTy = std::tuple<unsigned, unsigned, ArrayRef<AffineExpr>>; member
H A DExtensibleDialect.cpp98 using KeyTy = std::pair<DynamicTypeDefinition *, ArrayRef<Attribute>>; typedef
215 using KeyTy = std::pair<DynamicAttrDefinition *, ArrayRef<Attribute>>; typedef
/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DTypeDetail.h34 using KeyTy = KeyT; member
/llvm-project/mlir/unittests/Support/
H A DStorageUniquerTest.cpp19 using KeyTy = std::tuple<Args...>; typedef
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp32 using KeyTy = std::tuple<Type, unsigned, unsigned>; typedef
203 using KeyTy = global() typedef
274 using KeyTy = std::tuple<Type, unsigned, unsigned, MatrixLayout, Scope>; global() typedef
385 using KeyTy = std::tuple<Type, Dim, ImageDepthInfo, ImageArrayedInfo, global() typedef
462 using KeyTy = std::pair<Type, StorageClass>; global() typedef
519 using KeyTy = std::pair<Type, unsigned>; global() typedef
792 using KeyTy = Type; global() typedef
891 using KeyTy = global() typedef
1156 using KeyTy = std::tuple<Type, uint32_t>; global() typedef
[all...]
H A DSPIRVAttributes.cpp36 using KeyTy = std::tuple<Attribute, Attribute, Attribute>; typedef
61 using KeyTy = std::tuple<Attribute, Attribute, Attribute>; typedef
85 using KeyTy = typedef
/llvm-project/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUDialect.h62 using KeyTy = std::tuple<ArrayRef<int64_t>, Type, StringRef>; global() member
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp33 using KeyTy = std::pair<int, llvm::APFloat>; typedef
63 using KeyTy = mlir::Type; typedef
H A DFIRType.cpp134 using KeyTy = llvm::StringRef; typedef
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h154 using KeyTy = Key; member
/llvm-project/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp42 using KeyTy = ArrayRef<DataLayoutEntryInterface>; typedef in __anon16a521470111::DataLayoutSpecStorage
99 using KeyTy = ArrayRef<DeviceIDTargetDeviceSpecPair>; global() typedef in __anon16a521470111::TargetSystemSpecStorage
/llvm-project/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp38 using KeyTy = std::pair<DataLayoutEntryKey, Attribute>; global() typedef in mlir::detail::DataLayoutEntryAttrStorage
/llvm-project/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp513 using KeyTy = llvm::ArrayRef<mlir::Type>; typedef
[all...]
/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1681 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
1684 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
[all...]
/llvm-project/polly/lib/Transform/
H A DForwardOpTree.cpp135 using KeyTy = std::pair<Value *, ScopStmt *>; typedef
/llvm-project/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp91 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap() argument
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp363 using KeyTy = uint64_t; global() typedef