/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 93 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 D | LLVMContextImpl.h | 98 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 D | LLVMContextImpl.h | 81 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 D | IRMover.h | 28 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 D | IRMover.h | 27 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 D | IRMover.h | 28 struct KeyTy { struct 29 ArrayRef<Type *> ETypes; 30 bool IsPacked;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Linker/ |
D | IRMover.h | 28 struct KeyTy { struct 29 ArrayRef<Type *> ETypes; 30 bool IsPacked;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Linker/ |
D | IRMover.h | 28 struct KeyTy { struct 29 ArrayRef<Type *> ETypes; 30 bool IsPacked;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Linker/ |
D | IRMover.h | 28 struct KeyTy { struct 29 ArrayRef<Type *> ETypes; 30 bool IsPacked;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Linker/ |
D | IRMover.h | 28 struct KeyTy { struct 29 ArrayRef<Type *> ETypes; 30 bool IsPacked;
|
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/dtensor_dialect/ir/ |
H A D | dtensor_attributes.cc | 31 using KeyTy = Mesh; typedef 60 using KeyTy = Layout; typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
H A D | tfr_types.h | 43 using KeyTy = ArrayRef<StringAttr>; member
|
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | HashtableLookupTest.cpp | 74 OperandType KeyTy(Type::TENSOR_INT32, key_shape); in HashtableLookupOpModel() local
|
/aosp_15_r20/external/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1259 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 D | IRMover.cpp | 1485 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 D | IRMover.cpp | 1690 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 D | MemoryDependenceAnalysis.cpp | 100 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 72 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | MemoryDependenceAnalysis.cpp | 91 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()
|