/external/swiftshader/third_party/llvm-7.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() argument [all …]
|
/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() 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-7.0/llvm/tools/dsymutil/ |
D | BinaryHolder.h | 99 struct KeyTy { struct 103 KeyTy() : Filename(), Timestamp() {} in KeyTy() function 104 KeyTy(StringRef Filename, TimestampTy Timestamp) in KeyTy() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Linker/ |
D | IRMover.h | 28 struct KeyTy { struct 29 ArrayRef<Type *> ETypes; 30 bool IsPacked;
|
/external/llvm/include/llvm/Linker/ |
D | IRMover.h | 28 struct KeyTy { struct 29 ArrayRef<Type *> ETypes; 30 bool IsPacked;
|
/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-7.0/llvm/lib/Linker/ |
D | IRMover.cpp | 1374 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy() function in IRMover::StructTypeKeyInfo::KeyTy 1377 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-7.0/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 101 RemoveFromReverseMap(DenseMap<Instruction *, SmallPtrSet<KeyTy, 4>> &ReverseMap, in RemoveFromReverseMap()
|