Home
last modified time | relevance | path

Searched refs:getExisting (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/Dialect/AMDGPU/IR/
H A DAMDGPUDialect.cpp51 if (getExisting() && getExisting().getType() != getResult().getType()) in verify()
57 if (getExisting() && getExisting().getType() != getResult().getType()) in verify()
/llvm-project/clang-tools-extra/clangd/support/
H A DContext.h109 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting() function
H A DTrace.cpp68 Context::current().getExisting(SpanKey)->markEnded(); in endSpan()
/llvm-project/mlir/lib/Conversion/AMDGPUToROCDL/
H A DAMDGPUToROCDL.cpp835 Value existing = adaptor.getExisting(); in runOnOperation()
870 Value existing = adaptor.getExisting(); in populateAMDGPUToROCDLConversionPatterns()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp304 Got = Context::current().getExisting(Secret); in TEST()
311 Got = Context::current().getExisting(Secret); in TEST()
H A DTUSchedulerTests.cpp975 EXPECT_EQ(Context::current().getExisting(TestKey), 10); in TEST_F()