Home
last modified time | relevance | path

Searched defs:previous (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/mlir/test/lib/Dialect/Transform/
H A DTestTransformStateExtension.cpp14 test::TestTransformStateExtension::updateMapping(Operation *previous, in updateMapping()
/llvm-project/flang/runtime/
H A Dunit-map.cpp42 Chain *previous{nullptr}; in LookUpForClose() local
63 Chain *previous{nullptr}; in DestroyClosed() local
H A Dunit.h257 ChildIo(IoStatementState & parent,OwningPtr<ChildIo> && previous) ChildIo() argument
/llvm-project/lldb/utils/lui/
H A Dcommandwin.py21 def previous(self, curr): member in History
/llvm-project/mlir/lib/Debug/
H A DDebuggerExecutionContextHook.cpp196 Operation *previous = op->getPrevNode(); in mlirDebuggerCursorSelectPreviousIRUnit() local
216 Block *previous = block->getPrevNode(); in mlirDebuggerCursorSelectPreviousIRUnit() local
/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/
H A Dget_info.local_time.pass.cpp1214 …for (auto previous = input.begin(), next = previous + 1; next != input.end(); ++previous, ++next) { in validate_transitions() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp179 uptr previous = 0; member in __sanitizer::SLeb128Encoder
207 uptr previous = 0; member in __sanitizer::SLeb128Decoder
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/
H A Dranges.next_permutation.pass.cpp59 constexpr bool run_next_permutation(Func call_next_permutation, Range permuted, Range previous) { in run_next_permutation()
H A Dranges.prev_permutation.pass.cpp59 constexpr bool run_prev_permutation(Func call_prev_permutation, Range permuted, Range previous) { in run_prev_permutation()
/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h88 Align previous() const { in previous() function
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DClassLayoutTest.cpp47 struct _List *previous; member
/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp543 bounds_info_internalXX_template<T> *previous = in kmp_calc_span_lessoreq_XX() local
607 bounds_info_internalXX_template<T> *previous = in kmp_calc_span_greateroreq_XX() local
710 bounds_info_internalXX_template<T> *previous = in kmp_calc_new_bounds_XX() local
H A Dkmp_affinity.h57 next(int previous) next() argument
408 next(int previous) next() argument
619 next(int previous) next() argument
H A Dkmp_affinity.cpp1518 KMP_SNPRINTF(scan, end - scan + 1, ",%u", previous); in __kmp_affinity_str_buf_mask() local
1450 int start = 0, finish = 0, previous = 0; __kmp_affinity_print_mask() local
[all...]
/llvm-project/mlir/lib/Transforms/Utils/
H A DGreedyPatternRewriteDriver.cpp661 Block *block, Region *previous, Region::iterator previousIt) { in notifyBlockInserted() argument
672 Operation *op, OpBuilder::InsertPoint previous) { in notifyOperationInserted() argument
/llvm-project/flang/lib/Semantics/
H A Dcompute-offsets.cpp157 UnorderedSymbolSet previous; DoCommonBlock() local
H A Dcheck-declarations.cpp1580 const Symbol &previous{*iter->second}; CheckExternal() local
1663 std::map<SourceName, SymbolRef> previous; CheckDerivedType() local
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h516 notifyOperationInserted(mlir::Operation * op,mlir::OpBuilder::InsertPoint previous) notifyOperationInserted() argument
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferize.cpp363 notifyOperationInserted(Operation * op,InsertPoint previous) notifyOperationInserted() argument
/llvm-project/mlir/lib/ExecutionEngine/
H A DAsyncRuntime.cpp140 int64_t previous = refCount.fetch_sub(count); in dropRef() local
/llvm-project/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp791 Value previous = linearizedIv; delinearizeInductionVariable() local
1016 Value previous = ploopIVs[i]; collapseParallelLoops() local
[all...]
/llvm-project/flang/lib/Parser/
H A Dprescan.cpp605 char previous{at_ <= start_ ? ' ' : at_[-1]}; NextToken() local
/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h94 const Symbol *previous() const { return previous_; } in previous() function
/llvm-project/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp830 __anond18cc9eb1602(mlir::Value previous, mlir::Value required) genReallocIfNeeded() argument
/llvm-project/flang/lib/Evaluate/
H A Dintrinsics.cpp1709 if (const auto *previous{actualForDummy[j]}) { Match() local

12