Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm-libc/test/src/__support/CPP/
H A Datomic_test.cpp15 TEST(LlvmLibcAtomicTest, LoadStore) { in TEST() argument
/aosp_15_r20/external/angle/src/common/
H A Dvector_utils_unittest.cpp92 TEST(VectorUtilsTest, LoadStore) in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTX.h81 enum LoadStore { enum
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h93 enum LoadStore { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
H A DNVPTX.h100 enum LoadStore { enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp690 MachineInstr *LoadStore = SelectLoadStoreAddressingMode(); in select() local
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/
H A Dtest_cpp_codegen.cpp148 TEST(CppPrinter, LoadStore) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp456 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp475 for (const auto &LoadStore : PromotionCandidates) { in promoteCounterLoadStores() local
/aosp_15_r20/frameworks/libs/binary_translation/decoder/include/berberis/decoder/riscv64/
Ddecoder.h1304 enum class LoadStore { kLoad, kStore }; enum
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2946 MachineInstr *LoadStore = SelectLoadStoreAddressingMode(); in select() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp4552 auto LoadStore = ConvUseOpc == TargetOpcode::G_LOAD || in reassociationCanBreakAddressingModePattern() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc5810 void Assembler::LoadStore(const CPURegister& rt, in LoadStore() function in vixl::aarch64::Assembler
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1053 if (auto *LoadStore = dyn_cast<MemSDNode>(Node)) { in reassociationCanBreakAddressingModePattern() local
1078 auto *LoadStore = dyn_cast<MemSDNode>(Node); in reassociationCanBreakAddressingModePattern() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp921 auto LoadStore = dyn_cast<MemSDNode>(Node); in reassociationCanBreakAddressingModePattern() local