/llvm-project/mlir/lib/Dialect/Quant/IR/ |
H A D | TypeDetail.h | 46 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 D | BinaryHolder.h | 102 struct KeyTy { global() struct 106 KeyTyKeyTy KeyTy() argument 107 KeyTyKeyTy KeyTy() argument [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | AttributeDetail.h | 61 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 D | AffineExprDetail.h | 35 using KeyTy = std::tuple<unsigned, AffineExpr, AffineExpr>; member 58 using KeyTy = std::pair<unsigned, unsigned>; member 79 using KeyTy = int64_t; member
|
H A D | TypeDetail.h | 34 using KeyTy = std::tuple<unsigned, IntegerType::SignednessSemantics>; member 64 using KeyTy = std::tuple<TypeRange, TypeRange>; member 106 using KeyTy = TypeRange; member
|
H A D | IntegerSetDetail.h | 25 using KeyTy = member
|
H A D | AffineMapDetail.h | 29 using KeyTy = std::tuple<unsigned, unsigned, ArrayRef<AffineExpr>>; member
|
H A D | ExtensibleDialect.cpp | 98 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 D | IRMover.h | 28 struct KeyTy { struct 29 ArrayRef<Type *> ETypes; 30 bool IsPacked;
|
/llvm-project/mlir/lib/Tools/PDLL/AST/ |
H A D | TypeDetail.h | 34 using KeyTy = KeyT; member
|
/llvm-project/mlir/unittests/Support/ |
H A D | StorageUniquerTest.cpp | 19 using KeyTy = std::tuple<Args...>; typedef
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.cpp | 32 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 D | SPIRVAttributes.cpp | 36 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 D | GPUDialect.h | 62 using KeyTy = std::tuple<ArrayRef<int64_t>, Type, StringRef>; global() member
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRAttr.cpp | 33 using KeyTy = std::pair<int, llvm::APFloat>; typedef 63 using KeyTy = mlir::Type; typedef
|
H A D | FIRType.cpp | 134 using KeyTy = llvm::StringRef; typedef
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | TypeDetail.h | 154 using KeyTy = Key; member
|
/llvm-project/mlir/unittests/Interfaces/ |
H A D | DataLayoutInterfacesTest.cpp | 42 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 D | DLTI.cpp | 38 using KeyTy = std::pair<DataLayoutEntryKey, Attribute>; global() typedef in mlir::detail::DataLayoutEntryAttrStorage
|
/llvm-project/mlir/examples/toy/Ch7/mlir/ |
H A D | Dialect.cpp | 513 using KeyTy = llvm::ArrayRef<mlir::Type>; typedef [all...] |
/llvm-project/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1681 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 D | ForwardOpTree.cpp | 135 using KeyTy = std::pair<Value *, ScopStmt *>; typedef
|
/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 91 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap() argument
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 363 using KeyTy = uint64_t; global() typedef
|