/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/ |
H A D | LinalgMatchOps.cpp | 32 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 D | blockstore.h | 41 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 D | static-ivar-ref-1.m | 4 @interface current interface
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_fuchsia.h | 30 size_t current; // Current index into the vector. member
|
H A D | sanitizer_linux.h | 42 const char *current; member
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Config.cpp | 17 const Config &Config::current() { in current() function in clang::clangd::Config
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | cxx11-thread-local-instantiated.cpp | 9 S *current() { return TLS<S>::mData; }; in current() function
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Context.cpp | 27 const Context &Context::current() { return currentContext(); } in current() function in clang::clangd::Context
|
/llvm-project/mlir/lib/Dialect/SparseTensor/TransformOps/ |
H A D | SparseTensorTransformOps.cpp | 21 mlir::Operation *current, mlir::transform::TransformResults &results, in matchOperation() argument
|
/llvm-project/mlir/lib/Interfaces/ |
H A D | LoopLikeInterface.cpp | 40 Block *current = stack.pop_back_val(); in blockIsInLoop() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/iterator/ |
H A D | deref.pass.cpp | 31 Iter current{5}; in test() local
|
/llvm-project/llvm/tools/opt-viewer/ |
H A D | optpmap.py | 9 def _init(current, total): argument
|
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxList.cpp | 225 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 D | UseDefLists.h | 234 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 D | BufferDeallocation.cpp | 146 bool enter(Block ¤t, Block *predecessor) { in enter() 154 void exit(Block ¤t) { visited.erase(¤t); } in exit() 159 Block *current = op->getBlock(); in recurse() local 301 auto current = toProcess.pop_back_val(); in introduceClones() local
|
H A D | OwnershipBasedBufferDeallocation.cpp | 107 bool enter(Block ¤t, Block *predecessor) { in enter() argument 115 void exit(Block ¤t) { visited.erase(¤t); } in exit() argument 120 Block *current = op->getBlock(); recurse() local [all...] |
/llvm-project/mlir/lib/Analysis/ |
H A D | TopologicalSortUtils.cpp | 211 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 D | OMPMarkDeclareTarget.cpp |
|
/llvm-project/mlir/lib/Debug/ |
H A D | ExecutionContext.cpp | 25 const ActionActiveStack *current = this; in print() local
|
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformDialect.cpp | 159 Operation *current = (*it)->getCallableRegion()->getParentOp(); verifyOperationAttribute() local
|
/llvm-project/mlir/examples/toy/Ch6/include/toy/ |
H A D | Lexer.h | 228 const char *current, *end; global() variable [all...] |
/llvm-project/mlir/examples/toy/Ch5/include/toy/ |
H A D | Lexer.h | 228 const char *current, *end; global() variable [all...] |
/llvm-project/mlir/examples/toy/Ch1/include/toy/ |
H A D | Lexer.h | 228 const char *current, *end; global() variable [all...] |
/llvm-project/mlir/examples/toy/Ch3/include/toy/ |
H A D | Lexer.h | 228 const char *current, *end; global() variable [all...] |
/llvm-project/mlir/examples/toy/Ch2/include/toy/ |
H A D | Lexer.h | 228 const char *current, *end; global() variable [all...] |