Home
last modified time | relevance | path

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

12345

/external/llvm-project/lld/include/lld/Core/
DSymbolTable.h65 static StringRef getTombstoneKey() { return StringRef(" ", 1); } in getTombstoneKey() function
78 static const DefinedAtom * getTombstoneKey() { return (DefinedAtom*)(-1); } in getTombstoneKey() function
/external/llvm/lib/IR/
DLLVMContextImpl.h56 static inline APInt getTombstoneKey() { in getTombstoneKey() function
71 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus, 2); } in getTombstoneKey() function
102 static inline StructType* getTombstoneKey() { in getTombstoneKey() function
149 static inline FunctionType* getTombstoneKey() { in getTombstoneKey() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h69 static inline APInt getTombstoneKey() { in getTombstoneKey() function
86 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus(), 2); } in getTombstoneKey() function
124 static inline StructType* getTombstoneKey() { in getTombstoneKey() function
179 static inline FunctionType* getTombstoneKey() { in getTombstoneKey() function
/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.h64 static inline APFloat getTombstoneKey() { return APFloat(APFloat::Bogus(), 2); } in getTombstoneKey() function
102 static inline StructType* getTombstoneKey() { in getTombstoneKey() function
157 static inline FunctionType* getTombstoneKey() { in getTombstoneKey() function
/external/llvm-project/llvm/tools/llvm-dwp/
DDWPStringPool.h16 static inline const char *getTombstoneKey() { in getTombstoneKey() function
/external/llvm/tools/llvm-dwp/
DDWPStringPool.h16 static inline const char *getTombstoneKey() { in getTombstoneKey() function
/external/llvm/unittests/ADT/
DDenseSetTest.cpp32 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
DDenseMapTest.cpp63 static inline CtorTester getTombstoneKey() { return CtorTester(-2); } in getTombstoneKey() function
510 static CachedHashTest getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
552 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
591 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
/external/llvm-project/llvm/unittests/ADT/
DDenseSetTest.cpp35 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
183 static inline CountCopyAndMove getTombstoneKey() { in getTombstoneKey() function
DDenseMapTest.cpp62 static inline CtorTester getTombstoneKey() { return CtorTester(-2); } in getTombstoneKey() function
513 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
552 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h52 static inline PoolEntry *getTombstoneKey() { in getTombstoneKey() function
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h52 static inline PoolEntry *getTombstoneKey() { in getTombstoneKey() function
/external/llvm-project/llvm/unittests/Support/
DReverseIterationTest.cpp68 static PtrLikeInt *getTombstoneKey() { in getTombstoneKey() function
/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h51 static inline PoolEntry* getTombstoneKey() { in getTombstoneKey() function
/external/clang/include/clang/AST/
DASTTypeTraits.h102 static inline ASTNodeKind getTombstoneKey() { in getTombstoneKey() function
/external/llvm-project/mlir/include/mlir/Analysis/
DCallGraph.h124 static Edge getTombstoneKey() { return Edge(BaseInfo::getTombstoneKey()); } in getTombstoneKey() function
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Ddevice_target.h108 static inline Signature getTombstoneKey() { return {nullptr}; } in getTombstoneKey() function
/external/llvm-project/clang/include/clang/AST/
DASTTypeTraits.h109 static inline ASTNodeKind getTombstoneKey() { in getTombstoneKey() function
/external/llvm-project/mlir/include/mlir/TableGen/
DFormat.h73 static inline PHKind getTombstoneKey() { in getTombstoneKey() function
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.h442 static ModuleCacheKey getTombstoneKey() { return ModuleCacheKey("", "T"); } in getTombstoneKey() function
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp60 static DivOpInfo getTombstoneKey() { in getTombstoneKey() function
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp84 static inline SimpleValue getTombstoneKey() { in getTombstoneKey() function
213 static inline CallValue getTombstoneKey() { in getTombstoneKey() function
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64StackTaggingPreRA.cpp220 static inline SlotWithTag getTombstoneKey() { return {-3, -3}; } in getTombstoneKey() function
/external/llvm-project/clang/lib/AST/
DItaniumCXXABI.cpp108 static DecompositionDeclName getTombstoneKey() { in getTombstoneKey() function
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp110 static inline MemOpKey getTombstoneKey() { in getTombstoneKey() function

12345