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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h80 enum LoadStore { enum in namespace:llvm::NVPTX
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp487 for (const auto &LoadStore : PromotionCandidates) {
488 auto *CounterLoad = LoadStore.first;
489 auto *CounterStore = LoadStore.second;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1005 auto LoadStore = dyn_cast<MemSDNode>(Node); local
1006 if (LoadStore) {
1013 EVT VT = LoadStore->getMemoryVT();
1014 unsigned AS = LoadStore->getAddressSpace();

Completed in 175 milliseconds