Home
last modified time | relevance | path

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

12

/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DTypeDetail.h46 struct KeyTy { struct
47 KeyTy(unsigned flags, Type storageType, Type expressedType, in KeyTy() function
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 …]
/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.h76 struct KeyTy { struct
77 ArrayRef<Type*> ETypes;
78 bool isPacked;
80 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() argument
83 KeyTy(const StructType *ST) in KeyTy() argument
128 struct KeyTy { struct
129 const Type *ReturnType;
130 ArrayRef<Type*> Params;
131 bool isVarArg;
133 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() argument
[all …]
/external/llvm/lib/IR/
DLLVMContextImpl.h81 struct KeyTy { struct
82 ArrayRef<Type*> ETypes;
83 bool isPacked;
84 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() function
86 KeyTy(const StructType *ST) in KeyTy() argument
124 struct KeyTy { struct
125 const Type *ReturnType;
126 ArrayRef<Type*> Params;
127 bool isVarArg;
128 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() function
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h98 struct KeyTy { struct
99 ArrayRef<Type*> ETypes;
100 bool isPacked;
102 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() argument
105 KeyTy(const StructType *ST) in KeyTy() argument
150 struct KeyTy { struct
151 const Type *ReturnType;
152 ArrayRef<Type*> Params;
153 bool isVarArg;
155 KeyTy(const Type* R, const ArrayRef<Type*>& P, bool V) : in KeyTy() argument
[all …]
/external/llvm-project/llvm/tools/dsymutil/
DBinaryHolder.h102 struct KeyTy { struct
106 KeyTy() : Filename(), Timestamp() {} in KeyTy() argument
107 KeyTy(StringRef Filename, TimestampTy Timestamp) in KeyTy() argument
/external/llvm-project/mlir/lib/IR/
DAttributeDetail.h31 using KeyTy = AffineMap; member
51 using KeyTy = ArrayRef<Attribute>; member
73 using KeyTy = ArrayRef<NamedAttribute>; member
119 using KeyTy = std::pair<Type, APFloat>; member
179 using KeyTy = std::pair<Type, APInt>; member
224 using KeyTy = IntegerSet; member
249 using KeyTy = std::tuple<Identifier, StringRef, Type>; member
271 using KeyTy = std::pair<StringRef, Type>; member
296 using KeyTy = std::pair<StringRef, ArrayRef<FlatSymbolRefAttr>>; member
330 using KeyTy = Type; member
[all …]
DTypeDetail.h36 using KeyTy = std::pair<Identifier, StringRef>; member
62 using KeyTy = std::pair<unsigned, IntegerType::SignednessSemantics>; member
90 using KeyTy = std::pair<TypeRange, TypeRange>; member
129 using KeyTy = Type; member
143 using KeyTy = std::pair<ArrayRef<int64_t>, Type>; member
174 using KeyTy = std::pair<ArrayRef<int64_t>, Type>; member
229 using KeyTy = member
278 using KeyTy = std::tuple<Type, unsigned>; member
298 using KeyTy = Type; member
315 using KeyTy = TypeRange; member
DLocationDetail.h30 using KeyTy = std::pair<Location, Location>; member
51 using KeyTy = std::tuple<Identifier, unsigned, unsigned>; member
79 using KeyTy = std::pair<ArrayRef<Location>, Attribute>; member
114 using KeyTy = std::pair<Identifier, Location>; member
135 using KeyTy = std::tuple<uintptr_t, TypeID, Location>; member
DAffineExprDetail.h35 using KeyTy = std::tuple<unsigned, AffineExpr, AffineExpr>; member
58 using KeyTy = std::pair<unsigned, unsigned>; member
79 using KeyTy = int64_t; member
DMLIRContext.cpp154 using KeyTy = std::tuple<unsigned, unsigned, ArrayRef<AffineExpr>>; typedef
179 using KeyTy = typedef
/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExprDetail.h36 using KeyTy = std::tuple<unsigned, SDBMDirectExpr, SDBMConstantExpr>; member
59 using KeyTy = std::pair<SDBMDirectExpr, SDBMTermExpr>; member
81 using KeyTy = int64_t; member
98 using KeyTy = std::pair<unsigned, unsigned>; member
118 using KeyTy = SDBMDirectExpr; member
/external/llvm/include/llvm/Linker/
DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DIRMover.h27 struct KeyTy { struct
28 ArrayRef<Type *> ETypes;
29 bool IsPacked;
/external/llvm-project/llvm/include/llvm/Linker/
DIRMover.h27 struct KeyTy { struct
28 ArrayRef<Type *> ETypes;
29 bool IsPacked;
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DTypeDetail.h147 using KeyTy = Key; member
331 using KeyTy = std::tuple<LLVMType, ArrayRef<LLVMType>, bool>; member
383 using KeyTy = unsigned; member
405 using KeyTy = std::tuple<LLVMType, unsigned>; member
432 using KeyTy = std::tuple<LLVMType, unsigned>; member
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIRType.cpp364 using KeyTy = KindTy; typedef
387 using KeyTy = unsigned; typedef
411 using KeyTy = KindTy; typedef
430 using KeyTy = KindTy; typedef
449 using KeyTy = KindTy; typedef
473 using KeyTy = KindTy; typedef
497 using KeyTy = KindTy; typedef
521 using KeyTy = KindTy; typedef
545 using KeyTy = std::tuple<mlir::Type, mlir::AffineMapAttr>; typedef
580 using KeyTy = KindTy; typedef
[all …]
DFIRAttr.cpp23 using KeyTy = std::pair<int, llvm::APFloat>; typedef
53 using KeyTy = mlir::Type; typedef
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_attributes.cc25 using KeyTy = std::pair<ArrayRef<int64_t>, bool>; typedef
50 using KeyTy = std::pair<Attribute, Attribute>; typedef
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVAttributes.cpp31 using KeyTy = std::tuple<Attribute, Attribute, Attribute>; typedef
56 using KeyTy = std::tuple<Attribute, Attribute, Attribute>; typedef
80 using KeyTy = std::tuple<Attribute, Vendor, DeviceType, uint32_t, Attribute>; typedef
DSPIRVTypes.cpp105 using KeyTy = std::tuple<Type, unsigned, unsigned>; typedef
277 using KeyTy = std::tuple<Type, Scope, unsigned, unsigned>; typedef
373 using KeyTy = std::tuple<Type, Dim, ImageDepthInfo, ImageArrayedInfo, typedef
449 using KeyTy = std::pair<Type, StorageClass>; typedef
506 using KeyTy = std::pair<Type, unsigned>; typedef
824 using KeyTy = typedef
1089 using KeyTy = std::tuple<Type, uint32_t>; typedef
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_types.h42 using KeyTy = ArrayRef<StringAttr>; member
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestTypes.h65 using KeyTy = StringRef; member
/external/llvm-project/mlir/lib/Dialect/SPIRV/Linking/ModuleCombiner/
DModuleCombiner.cpp67 DenseMap<KeyTy, SymbolOpTy> &deduplicationMap) { in emplaceOrGetReplacementSymbol()
/external/llvm-project/mlir/lib/Dialect/Async/IR/
DAsync.cpp75 using KeyTy = Type; typedef
/external/llvm/lib/Linker/
DIRMover.cpp1259 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
1262 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy

12