Searched refs:getEmptyKey (Results 51 - 75 of 89) sorted by relevance

1234

/external/clang/include/clang/Analysis/
H A DProgramPoint.h683 static inline clang::ProgramPoint getEmptyKey() { function in struct:llvm::DenseMapInfo
685 reinterpret_cast<uintptr_t>(DenseMapInfo<void*>::getEmptyKey()) & ~0x7;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DPointerUnion.h462 static inline Pair getEmptyKey() { return Pair(FirstInfo::getEmptyKey()); } function in struct:llvm::DenseMapInfo
/external/clang/include/clang/Basic/
H A DSourceLocation.h402 static inline clang::FileID getEmptyKey() { function in struct:clang::llvm::DenseMapInfo
H A DIdentifierTable.h833 static inline clang::Selector getEmptyKey() {
/external/llvm/lib/Linker/
H A DIRMover.cpp1273 StructType *IRMover::StructTypeKeyInfo::getEmptyKey() { function in class:IRMover::StructTypeKeyInfo
1274 return DenseMapInfo<StructType *>::getEmptyKey();
1292 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
1299 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/external/llvm/lib/IR/
H A DConstantsContext.h553 static inline ConstantClass *getEmptyKey() { function in struct:llvm::ConstantUniqueMap::MapInfo
554 return ConstantClassInfo::getEmptyKey();
573 if (RHS == getEmptyKey() || RHS == getTombstoneKey())
/external/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp186 static VTableSlot getEmptyKey() { function in struct:llvm::DenseMapInfo
187 return {DenseMapInfo<Metadata *>::getEmptyKey(),
188 DenseMapInfo<uint64_t>::getEmptyKey()};
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCDwarf.cpp970 static const CIEKey getEmptyKey() { return CIEKey(0, 0, -1); } function in struct:__anon19937::CIEKey
987 static CIEKey getEmptyKey() { function in struct:llvm::DenseMapInfo
988 return CIEKey::getEmptyKey();
/external/clang/include/clang/AST/
H A DDeclarationName.h578 static inline clang::DeclarationName getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/clang/include/clang/Sema/
H A DScopeInfo.h255 static inline WeakObjectProfileTy getEmptyKey() { function in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy::DenseMapInfo
/external/llvm/include/llvm/IR/
H A DAttributes.h420 static inline AttributeSet getEmptyKey() { function in struct:llvm::AttributeSet::DenseMapInfo
H A DMetadata.h633 static inline AAMDNodes getEmptyKey() { function in struct:llvm::DenseMapInfo
634 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(),
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DAttributes.h422 static inline AttributeSet getEmptyKey() { function in struct:llvm::AttributeSet::DenseMapInfo
H A DMetadata.h651 static inline AAMDNodes getEmptyKey() { function in struct:llvm::DenseMapInfo
652 return AAMDNodes(DenseMapInfo<MDNode *>::getEmptyKey(),
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp194 static inline UnrolledInstState getEmptyKey() { function in struct:__anon13507::UnrolledInstStateKeyInfo
195 return {PtrInfo::getEmptyKey(), 0, 0, 0};
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp493 static inline ObjCSummaryKey getEmptyKey() { function in struct:llvm::DenseMapInfo
494 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getEmptyKey(),
495 DenseMapInfo<Selector>::getEmptyKey());
/external/llvm/lib/MC/
H A DMCDwarf.cpp1447 static const CIEKey getEmptyKey() { function in struct:__anon12852::CIEKey
1469 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } function in struct:llvm::DenseMapInfo
/external/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h601 static inline coverage::CounterExpression getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/llvm/lib/CodeGen/
H A DStackMaps.cpp317 assert((uint64_t)Loc.Offset != DenseMapInfo<uint64_t>::getEmptyKey() &&
/external/clang/tools/libclang/
H A DIndexing.cpp103 static inline PPRegion getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp667 static inline LoweredPHIRecord getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/llvm/tools/llvm-c-test/
H A Decho.cpp38 static inline T* getEmptyKey() { function in struct:CAPIDenseMap::CAPIDenseMapInfo
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DMergeFunctions.cpp136 static ComparableFunction getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp591 static inline LoweredPHIRecord getEmptyKey() { function in struct:llvm::DenseMapInfo
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp62 static inline EltTy getEmptyKey() { function in struct:llvm::DenseMapInfo

Completed in 1891 milliseconds

1234