Home
last modified time | relevance | path

Searched defs:getKey (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestDialect.h80 llvm::StringRef getKey() const { return getResource()->getKey(); } in getKey() function
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DStorageUniquer.h302 getKey(Args &&...args) { in getKey() function
311 getKey(Args &&...args) { in getKey() function
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h68 const std::string &getKey() const { return Key; } in getKey() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DAttributeDetail.h100 static KeyTy getKey(ShapedType ty, ArrayRef<char> data, bool isKnownSplat) { in getKey() function
243 static KeyTy getKey(ShapedType ty, ArrayRef<StringRef> data, in getKey() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DStringMapEntry.h105 StringRef getKey() const { in getKey() function
H A DImmutableMap.h162 key_type_ref getKey() const { return (*this)->first; } in getKey() function
292 key_type_ref getKey() const { return (*this)->first; } in getKey() function
H A DScopedHashTable.h55 const K &getKey() const { return Key; } in getKey() function
/llvm-project-15.0.7/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp60 DataLayoutEntryKey DataLayoutEntryAttr::getKey() const { in getKey() function in DataLayoutEntryAttr
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h275 Key getKey() const { in getKey() function
/llvm-project-15.0.7/mlir/examples/toy/Ch7/mlir/
H A DDialect.cpp513 static KeyTy getKey(llvm::ArrayRef<mlir::Type> elementTypes) { in getKey() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp110 typename T::key_type getKey(int i = 0) { in getKey() function in __anona16976e80111::DenseMapTest
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DDenseMapTest.cpp86 typename T::key_type getKey(int i = 0) { in getKey() function in __anon07952c110111::DenseMapTest
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLParser.cpp2194 Node *KeyValueNode::getKey() { in getKey() function in KeyValueNode
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DParser.cpp2322 StringRef getKey() const final { return key; } in getKey() function in __anon220499431411::ParsedResourceEntry
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp1270 MachineBasicBlock *getKey() const { in precomputeTriangleChains() function