Searched refs:LoadStore (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/sparc64/include/
H A Datomic.h82 * of #LoadLoad | #LoadStore | #StoreStore. In order to be also sufficient
84 * additionally would have to be followed by a membar #LoadLoad | #LoadStore.
108 membar(LoadStore | StoreStore); \
133 membar(LoadStore | StoreStore); \
171 membar(LoadStore | StoreStore); \
345 membar(LoadLoad | LoadStore | StoreStore | StoreLoad);
H A Dcpufunc.h60 #define LoadStore MMASK_GEN(M_LoadStore) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h81 enum LoadStore { enum in namespace:llvm::NVPTX
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dswtch.S186 membar #LoadStore | #StoreStore
206 membar #LoadStore | #StoreStore
310 membar #LoadStore | #StoreStore
H A Dmp_locore.S228 membar #LoadStore
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp456 for (const auto &LoadStore : PromotionCandidates) {
457 auto *CounterLoad = LoadStore.first;
458 auto *CounterStore = LoadStore.second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp928 auto LoadStore = dyn_cast<MemSDNode>(Node); local
929 if (LoadStore) {
936 EVT VT = LoadStore->getMemoryVT();
937 unsigned AS = LoadStore->getAddressSpace();

Completed in 156 milliseconds