Home
last modified time | relevance | path

Searched defs:current (Results 1 – 25 of 72) sorted by relevance

123

/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgMatchOps.cpp32 Operation *current, transform::TransformResults &results, in matchOperation() argument
171 Operation *current, transform::TransformResults &results, in matchOperation() argument
247 Operation *current, transform::TransformResults &results, in matchOperation() argument
276 Operation *current, transfor in matchOperation() argument
346 matchOperation(Operation * current,transform::TransformResults & results,transform::TransformState & state) matchOperation() argument
411 matchValue(Value current,transform::TransformResults & results,transform::TransformState & state) matchValue() argument
436 matchOperation(Operation * current,transform::TransformResults & results,transform::TransformState & state) matchOperation() argument
527 matchOperation(Operation * current,transform::TransformResults & results,transform::TransformState & state) matchOperation() argument
601 matchOperation(Operation * current,transform::TransformResults & results,transform::TransformState & state) matchOperation() argument
616 matchOperation(Operation * current,transform::TransformResults & results,transform::TransformState & state) matchOperation() argument
630 matchOperation(Operation * current,transform::TransformResults & results,transform::TransformState & state) matchOperation() argument
[all...]
/llvm-project/libc/src/__support/
H A Dblockstore.h41 Block *current = &first; global() variable
184 auto current = block_store->current; destroy() local
191 auto current = block_store->first.next; destroy() local
[all...]
/llvm-project/clang/test/SemaObjC/
H A Dstatic-ivar-ref-1.m4 @interface current interface
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.h30 size_t current; // Current index into the vector. member
H A Dsanitizer_linux.h42 const char *current; member
/llvm-project/clang-tools-extra/clangd/
H A DConfig.cpp17 const Config &Config::current() { in current() function in clang::clangd::Config
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx11-thread-local-instantiated.cpp9 S *current() { return TLS<S>::mData; }; in current() function
/llvm-project/clang-tools-extra/clangd/support/
H A DContext.cpp27 const Context &Context::current() { return currentContext(); } in current() function in clang::clangd::Context
/llvm-project/mlir/lib/Dialect/SparseTensor/TransformOps/
H A DSparseTensorTransformOps.cpp21 mlir::Operation *current, mlir::transform::TransformResults &results, in matchOperation() argument
/llvm-project/mlir/lib/Interfaces/
H A DLoopLikeInterface.cpp40 Block *current = stack.pop_back_val(); in blockIsInLoop() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/iterator/
H A Dderef.pass.cpp31 Iter current{5}; in test() local
/llvm-project/llvm/tools/opt-viewer/
H A Doptpmap.py9 def _init(current, total): argument
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxList.cpp225 ListIterator current(m_head); GetItem() local
247 ListEntry current(m_head); CalculateNumChildren() local
335 ListEntry current(m_head); CalculateNumChildren() local
[all...]
/llvm-project/mlir/include/mlir/IR/
H A DUseDefLists.h234 auto *current = firstUse; in shuffleUseList() local
308 ValueUseIterator(detail::IROperandBase *use = nullptr) : current(use) {} in current() function
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocation.cpp146 bool enter(Block &current, Block *predecessor) { in enter()
154 void exit(Block &current) { visited.erase(&current); } in exit()
159 Block *current = op->getBlock(); in recurse() local
301 auto current = toProcess.pop_back_val(); in introduceClones() local
H A DOwnershipBasedBufferDeallocation.cpp107 bool enter(Block &current, Block *predecessor) { in enter() argument
115 void exit(Block &current) { visited.erase(&current); } in exit() argument
120 Block *current = op->getBlock(); recurse() local
[all...]
/llvm-project/mlir/lib/Analysis/
H A DTopologicalSortUtils.cpp211 Region *current = op->getParentRegion(); in findCommonAncestorRegion() local
241 StackT current = stack.pop_back_val(); in topoSortRegion() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DOMPMarkDeclareTarget.cpp
/llvm-project/mlir/lib/Debug/
H A DExecutionContext.cpp25 const ActionActiveStack *current = this; in print() local
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformDialect.cpp159 Operation *current = (*it)->getCallableRegion()->getParentOp(); verifyOperationAttribute() local
/llvm-project/mlir/examples/toy/Ch6/include/toy/
H A DLexer.h228 const char *current, *end; global() variable
[all...]
/llvm-project/mlir/examples/toy/Ch5/include/toy/
H A DLexer.h228 const char *current, *end; global() variable
[all...]
/llvm-project/mlir/examples/toy/Ch1/include/toy/
H A DLexer.h228 const char *current, *end; global() variable
[all...]
/llvm-project/mlir/examples/toy/Ch3/include/toy/
H A DLexer.h228 const char *current, *end; global() variable
[all...]
/llvm-project/mlir/examples/toy/Ch2/include/toy/
H A DLexer.h228 const char *current, *end; global() variable
[all...]

123