Home
last modified time | relevance | path

Searched defs:getEmptyKey (Results 1 – 25 of 104) sorted by relevance

12345

/external/llvm/lib/IR/
DLLVMContextImpl.h51 static inline APInt getEmptyKey() { in getEmptyKey() function
70 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); } in getEmptyKey() function
99 static inline StructType* getEmptyKey() { in getEmptyKey() function
146 static inline FunctionType* getEmptyKey() { in getEmptyKey() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h63 static inline APInt getEmptyKey() { in getEmptyKey() function
85 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus(), 1); } in getEmptyKey() function
120 static inline StructType* getEmptyKey() { in getEmptyKey() function
175 static inline FunctionType* getEmptyKey() { in getEmptyKey() function
/external/llvm-project/lld/include/lld/Core/
DSymbolTable.h64 static StringRef getEmptyKey() { return StringRef(); } in getEmptyKey() function
77 static const DefinedAtom * getEmptyKey() { return nullptr; } in getEmptyKey() function
/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.h63 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus(), 1); } in getEmptyKey() function
98 static inline StructType* getEmptyKey() { in getEmptyKey() function
153 static inline FunctionType* getEmptyKey() { in getEmptyKey() function
/external/llvm/tools/llvm-dwp/
DDWPStringPool.h13 static inline const char *getEmptyKey() { in getEmptyKey() function
/external/llvm-project/llvm/tools/llvm-dwp/
DDWPStringPool.h13 static inline const char *getEmptyKey() { in getEmptyKey() function
/external/llvm/unittests/ADT/
DDenseSetTest.cpp31 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
DDenseMapTest.cpp62 static inline CtorTester getEmptyKey() { return CtorTester(-1); } in getEmptyKey() function
509 static CachedHashTest getEmptyKey() { return ~0; } in getEmptyKey() function
551 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
590 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
/external/llvm-project/llvm/unittests/ADT/
DDenseSetTest.cpp34 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
182 static inline CountCopyAndMove getEmptyKey() { return CountCopyAndMove(-1); }; in getEmptyKey() function
DDenseMapTest.cpp61 static inline CtorTester getEmptyKey() { return CtorTester(-1); } in getEmptyKey() function
512 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
551 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey() function
/external/llvm-project/llvm/unittests/Support/
DReverseIterationTest.cpp63 static PtrLikeInt *getEmptyKey() { in getEmptyKey() function
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h50 static inline PoolEntry *getEmptyKey() { return nullptr; } in getEmptyKey() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h50 static inline PoolEntry *getEmptyKey() { return nullptr; } in getEmptyKey() function
/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h49 static inline PoolEntry* getEmptyKey() { return nullptr; } in getEmptyKey() function
/external/clang/include/clang/AST/
DASTTypeTraits.h99 static inline ASTNodeKind getEmptyKey() { return ASTNodeKind(); } in getEmptyKey() function
/external/llvm-project/mlir/include/mlir/Analysis/
DCallGraph.h123 static Edge getEmptyKey() { return Edge(BaseInfo::getEmptyKey()); } in getEmptyKey() function
/external/llvm-project/clang/include/clang/AST/
DASTTypeTraits.h106 static inline ASTNodeKind getEmptyKey() { return ASTNodeKind(); } in getEmptyKey() function
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Ddevice_target.h107 static inline Signature getEmptyKey() { return {}; } in getEmptyKey() function
/external/llvm-project/mlir/include/mlir/TableGen/
DFormat.h70 static inline PHKind getEmptyKey() { in getEmptyKey() function
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h440 static ModuleCacheKey getEmptyKey() { return ModuleCacheKey(); } in getEmptyKey() function
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp56 static DivOpInfo getEmptyKey() { in getEmptyKey() function
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp81 static inline SimpleValue getEmptyKey() { in getEmptyKey() function
210 static inline CallValue getEmptyKey() { in getEmptyKey() function
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTaggingPreRA.cpp219 static inline SlotWithTag getEmptyKey() { return {-2, -2}; } in getEmptyKey() function
/external/llvm-project/clang/lib/AST/
DItaniumCXXABI.cpp105 static DecompositionDeclName getEmptyKey() { in getEmptyKey() function
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp104 static inline MemOpKey getEmptyKey() { in getEmptyKey() function

12345