| /external/llvm/lib/IR/ |
| 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() function 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/ |
| 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() 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() function [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/ |
| D | IRMover.h | 27 struct KeyTy { struct 28 ArrayRef<Type *> ETypes; 29 bool IsPacked;
|
| /external/llvm/include/llvm/Linker/ |
| D | IRMover.h | 28 struct KeyTy { struct 29 ArrayRef<Type *> ETypes; 30 bool IsPacked;
|
| /external/tensorflow/tensorflow/dtensor/mlir/dtensor_dialect/ir/ |
| D | dtensor_attributes.cc | 31 using KeyTy = Mesh; typedef 60 using KeyTy = Layout; typedef
|
| /external/tensorflow/tensorflow/compiler/mlir/tfr/ir/ |
| D | tfr_types.h | 43 using KeyTy = ArrayRef<StringAttr>; member
|
| /external/rust/crates/vulkano/src/command_buffer/synced/ |
| D | builder.rs | 193 KeyTy, in append_command() 707 enum KeyTy { enum
|
| D | commands.rs | 2617 resources: &mut Vec<( in add_descriptor_set_resources() 2717 resources: &mut Vec<( in add_vertex_buffer_resources() 2765 resources: &mut Vec<( in add_index_buffer_resources() 2802 resources: &mut Vec<( in add_indirect_buffer_resources()
|
| /external/llvm/lib/Linker/ |
| 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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
| 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
|
| /external/llvm/lib/Analysis/ |
| D | MemoryDependenceAnalysis.cpp | 72 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | MemoryDependenceAnalysis.cpp | 100 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()
|