Home
last modified time | relevance | path

Searched refs:getHandle (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/test/lib/Dialect/Transform/
H A DTestTransformDialectExtension.cpp291 emitRemark() << state.getPayloadOps(getHandle()).size(); in apply()
297 transform::onlyReadsHandle(getHandle(), effects); in getEffects()
/llvm-project-15.0.7/libcxx/test/support/
H A Dtest_allocator.h537 TEST_CONSTEXPR BuffT* getHandle() const { return handle_.get(); } in getHandle() function
542 return LHS.getHandle() == RHS.getHandle();
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestAttributes.cpp187 return getHandle().getData()->getData(); in getElements()