Home
last modified time | relevance | path

Searched defs:LoadStore (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libc/test/src/__support/CPP/
H A Datomic_test.cpp15 TEST(LlvmLibcAtomicTest, LoadStore) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTX.h99 enum LoadStore { enum
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp475 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2898 MachineInstr *LoadStore = SelectLoadStoreAddressingMode(); in select() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4484 auto LoadStore = ConvUseOpc == TargetOpcode::G_LOAD || in reassociationCanBreakAddressingModePattern() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1036 if (auto *LoadStore = dyn_cast<MemSDNode>(Node)) { in reassociationCanBreakAddressingModePattern() local
1061 auto *LoadStore = dyn_cast<MemSDNode>(Node); in reassociationCanBreakAddressingModePattern() local