HomeSort by: relevance | last modified time | path
    Searched refs:LoadStore (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
lock_stubs.s 44 #define MB_ACQ membar #LoadLoad | #LoadStore
45 #define MB_REL membar #LoadStore | #StoreStore
mp_subr.S 149 membar #LoadStore
173 membar #LoadStore
369 membar #LoadStore
481 membar #LoadStore
copy.S 950 membar #LoadStore
locore.s 2728 membar #LoadStore
4695 membar #LoadStore
4703 membar #LoadStore
4716 membar #LoadStore
4723 membar #LoadStore
6017 membar #LoadStore
6083 membar #LoadStore
6398 membar #LoadStore
6480 membar #LoadStore
7852 membar #LoadStore
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTX.h 99 enum LoadStore {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 498 for (const auto &LoadStore : PromotionCandidates) {
499 auto *CounterLoad = LoadStore.first;
500 auto *CounterStore = LoadStore.second;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64InstructionSelector.cpp 2661 MachineInstr *LoadStore = SelectLoadStoreAddressingMode();
2662 if (!LoadStore)
2668 LoadStore->getOperand(0).getReg(), MRI, /*LookThroughInstrs = */ true,
2671 switch (LoadStore->getOpcode()) {
2675 LoadStore->getOperand(0).setReg(AArch64::WZR);
2678 LoadStore->getOperand(0).setReg(AArch64::XZR);
2687 if (MRI.getType(LoadStore->getOperand(0).getReg()).getSizeInBits() != 64)
2692 Register DstReg = LoadStore->getOperand(0).getReg();
2693 LoadStore->getOperand(0).setReg(LdReg);
2695 MIB.setInsertPt(MIB.getMBB(), std::next(LoadStore->getIterator()))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 12763 const int LoadStore = 4;
12773 implied = LoadLoad | StoreLoad | LoadStore | StoreStore;
12789 are followed by an implied LoadLoad | LoadStore. */
12790 implied |= LoadLoad | LoadStore;
12814 mm |= LoadStore | StoreStore;
12823 mm |= LoadLoad | LoadStore;
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 12748 const int LoadStore = 4;
12758 implied = LoadLoad | StoreLoad | LoadStore | StoreStore;
12774 are followed by an implied LoadLoad | LoadStore. */
12775 implied |= LoadLoad | LoadStore;
12799 mm |= LoadStore | StoreStore;
12808 mm |= LoadLoad | LoadStore;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 1030 auto LoadStore = dyn_cast<MemSDNode>(Node);
1031 if (LoadStore) {
1038 EVT VT = LoadStore->getMemoryVT();
1039 unsigned AS = LoadStore->getAddressSpace();

Completed in 113 milliseconds