Home
last modified time | relevance | path

Searched full:sequentially (Results 1 – 25 of 97) sorted by relevance

1234

/llvm-project/clang/test/Sema/
H A Datomic-implicit-seq_cst.c3 // _Atomic operations are implicitly sequentially-consistent. Some codebases
10 …++atom; // expected-warning {{implicit use of sequentially-consistent atomic may incur stronger me… in bad_pre_inc()
14 …--atom; // expected-warning {{implicit use of sequentially-consistent atomic may incur stronger me… in bad_pre_dec()
18 …atom++; // expected-warning {{implicit use of sequentially-consistent atomic may incur stronger me… in bad_post_inc()
22 …atom--; // expected-warning {{implicit use of sequentially-consistent atomic may incur stronger me… in bad_post_dec()
26 …gimme_int(atom); // expected-warning {{implicit use of sequentially-consistent atomic may incur st… in bad_call()
30 …return +atom; // expected-warning {{implicit use of sequentially-consistent atomic may incur stron… in bad_unary_plus()
34 …return -atom; // expected-warning {{implicit use of sequentially-consistent atomic may incur stron… in bad_unary_minus()
38 …return !atom; // expected-warning {{implicit use of sequentially-consistent atomic may incur stron… in bad_unary_logical_not()
42 …return ~atom; // expected-warning {{implicit use of sequentially-consistent atomic may incur stron… in bad_unary_bitwise_not()
[all …]
H A Dsync-implicit-seq_cst.c3 // __sync_* operations are implicitly sequentially-consistent. Some codebases
6 …nc_fetch_and_add(ptr, val); } // expected-warning {{implicit use of sequentially-consistent atom… in fetch_and_add()
7 …nc_fetch_and_sub(ptr, val); } // expected-warning {{implicit use of sequentially-consistent atom… in fetch_and_sub()
8 …c_fetch_and_or(ptr, val); } // expected-warning {{implicit use of sequentially-consistent atom… in fetch_and_or()
9 …nc_fetch_and_and(ptr, val); } // expected-warning {{implicit use of sequentially-consistent atom… in fetch_and_and()
10 …nc_fetch_and_xor(ptr, val); } // expected-warning {{implicit use of sequentially-consistent atom… in fetch_and_xor()
11 …ync_fetch_and_nand(ptr, val); } // expected-warning {{implicit use of sequentially-consistent atom… in fetch_and_nand()
13 …nc_add_and_fetch(ptr, val); } // expected-warning {{implicit use of sequentially-consistent atom… in add_and_fetch()
14 …nc_sub_and_fetch(ptr, val); } // expected-warning {{implicit use of sequentially-consistent atom… in sub_and_fetch()
15 …c_or_and_fetch(ptr, val); } // expected-warning {{implicit use of sequentially-consistent atom… in or_and_fetch()
[all …]
/llvm-project/mlir/include/mlir/IR/
H A DThreading.h34 /// processes elements sequentially.
88 /// elements sequentially.
103 /// processes elements sequentially.
115 /// sequentially.
128 /// sequentially.
139 /// sequentially.
H A DBuiltinAttributeInterfaces.h30 /// range, where all of the elements are layed out sequentially in memory. A
69 // elements are layed out sequentially in memory.
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DMCInstrDescView.h123 // Repeating this instruction is guaranteed to executes sequentially.
127 // Repeating this instruction is guaranteed to executes sequentially.
131 // Repeating this instruction may execute sequentially by picking aliasing
137 // Repeating this instruction may execute sequentially by picking aliasing
147 // Repeating this instruction executes sequentially with an instruction that
152 // Repeating this instruction may execute sequentially by adding an
/llvm-project/bolt/include/bolt/Core/
H A DParallelUtilities.h12 // flags is passed, all jobs will execute sequentially.
59 /// work sequentially.
71 /// work sequentially.
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/command/commands/
H A DDexExpectWatchValue.py15 sequentially.
/llvm-project/llvm/test/CodeGen/WebAssembly/
H A Datomic-fence.ll16 ; because atomic memory access in wasm are sequentially consistent.
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp1003 /// sequentially consistent, and no other thread can access scratch in enableStoreCacheBypass()
1215 /// sequentially consistent, and no other thread can access scratch in insertRelease()
1275 /// sequentially consistent, and no other thread can access scratch in enableLoadCacheBypass()
1320 /// sequentially consistent, and no other thread can access scratch in enableStoreCacheBypass()
1355 /// sequentially consistent, and no other thread can access scratch in enableRMWCacheBypass()
1517 /// sequentially consistent, and no other thread can access scratch in insertRelease()
1616 /// sequentially consistent, and no other thread can access scratch in enableStoreCacheBypass()
1656 /// sequentially consistent, and no other thread can access scratch in enableRMWCacheBypass()
1808 /// sequentially consistent, and no other thread can access scratch in insertRelease()
1917 /// sequentially consisten in enableVolatileAndOrNonTemporal()
[all...]
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeVisitorCallbacks.h28 /// records are being visited sequentially or randomly. An implementation
/llvm-project/flang/runtime/
H A Diostat.cpp101 "only be processed sequentially"; in IostatErrorString()
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Ds_or_saveexec_xor_combine.mir85 # Ensure the transformation does not get applied if the instructions don't appear sequentially.
/llvm-project/lld/MachO/
H A DConcatOutputSection.h24 // contains all such sections and writes the data from each section sequentially
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc40 "If set, all atomics are effectively sequentially consistent (seq_cst), "
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp155 // Currently wasm only supports sequentially consistent atomics, so we in Select()
156 // always set the order to 0 (sequentially consistent). in Select()
/llvm-project/clang/docs/
H A DConstantInterpreter.rst172 Array elements are stored sequentially, without padding, after the pointer
179 allocation site. Descriptors and elements are stored sequentially in the
/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.h87 // collecting sequentially on one thread at a time is expected to converge to
/llvm-project/llvm/docs/
H A DHowToUpdateDebugInfo.rst271 The instructions are assigned sequentially increasing line locations, and are
440 ``mir-debugify`` inserts sequentially increasing line locations to each
/llvm-project/llvm/test/CodeGen/SPIRV/instructions/
H A Datomic_seq.ll18 ;; "sequentially consistent" maps to constant 16
/llvm-project/clang/lib/Frontend/
H A DSARIFDiagnostic.cpp173 // paths are resolved sequentially, and, thereby, the path in emitFilename()
/llvm-project/mlir/lib/Dialect/Affine/Transforms/
H A DAffineLoopInvariantCodeMotion.cpp192 // For all instructions that we found to be invariant, place sequentially in checkInvarianceOfNestedIfOps()
/llvm-project/mlir/unittests/Interfaces/
H A DControlFlowInterfacesTest.cpp85 /// Regions are executed sequentially.
/llvm-project/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h123 // instruction sequentially as it will follow unconditional branches (assuming
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp168 // Terminators mark the end of a basic block which means the sequentially in resetState()
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerImpl.h350 /// \defgroup Data members accessed sequentially.

1234