Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DLLVMContextImpl.h93 struct KeyTy { struct
94 ArrayRef<Type *> ETypes;
95 bool isPacked;
97 KeyTy(const ArrayRef<Type *> &E, bool P) : ETypes(E), isPacked(P) {} in KeyTy() argument
99 KeyTy(const StructType *ST) in KeyTy() argument
141 struct KeyTy { struct
142 const Type *ReturnType;
143 ArrayRef<Type *> Params;
144 bool isVarArg;
146 KeyTy(const Type *R, const ArrayRef<Type *> &P, bool V) in KeyTy() function
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContextImpl.h98 struct KeyTy { struct
99 ArrayRef<Type*> ETypes;
100 bool isPacked;
102 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() function
105 KeyTy(const StructType *ST) in KeyTy() function
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 …]
/aosp_15_r20/external/llvm/lib/IR/
H A DLLVMContextImpl.h81 struct KeyTy { struct
82 ArrayRef<Type*> ETypes;
83 bool isPacked;
84 KeyTy(const ArrayRef<Type*>& E, bool P) : in KeyTy() argument
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 …]
/aosp_15_r20/external/llvm/include/llvm/Linker/
H A DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
H A DIRMover.h27 struct KeyTy { struct
28 ArrayRef<Type *> ETypes;
29 bool IsPacked;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Linker/
H A DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Linker/
DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Linker/
DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Linker/
DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Linker/
DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/dtensor_dialect/ir/
H A Ddtensor_attributes.cc31 using KeyTy = Mesh; typedef
60 using KeyTy = Layout; typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
H A Dtfr_types.h43 using KeyTy = ArrayRef<StringAttr>; member
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DHashtableLookupTest.cpp74 OperandType KeyTy(Type::TENSOR_INT32, key_shape); in HashtableLookupOpModel() local
/aosp_15_r20/external/llvm/lib/Linker/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
H A DIRMover.cpp1485 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
1488 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Linker/
H A DIRMover.cpp1690 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
1693 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp100 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()
/aosp_15_r20/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp72 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp91 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()