Home
last modified time | relevance | path

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

/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() 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 …]
/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() 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() function
[all …]
/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/include/llvm/Linker/
DIRMover.h28 struct KeyTy { struct
29 ArrayRef<Type *> ETypes;
30 bool IsPacked;
/external/tensorflow/tensorflow/dtensor/mlir/dtensor_dialect/ir/
Ddtensor_attributes.cc31 using KeyTy = Mesh; typedef
60 using KeyTy = Layout; typedef
/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
Dtfr_types.h43 using KeyTy = ArrayRef<StringAttr>; member
/external/rust/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs193 KeyTy, in append_command()
707 enum KeyTy { enum
Dcommands.rs2617 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/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
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
/external/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp72 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryDependenceAnalysis.cpp100 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()