Home
last modified time | relevance | path

Searched refs:MOStore (Results 1 – 25 of 106) sorted by relevance

12345

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineMemOperand.h93 MOStore = 2, enumerator
141 bool isStore() const { return Flags & MOStore; } in isStore()
/external/llvm/include/llvm/CodeGen/
DMachineMemOperand.h99 MOStore = 1u << 1, enumerator
178 bool isStore() const { return FlagVals & MOStore; } in isStore()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrBuilder.h36 Flags |= MachineMemOperand::MOStore; in addFrameReference()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h138 MOStore = 1u << 1, enumerator
259 bool isStore() const { return FlagVals & MOStore; } in isStore()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrBuilder.h36 Flags |= MachineMemOperand::MOStore; in addFrameReference()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp279 Flags |= MachineMemOperand::MOStore; in foldMemoryOperand()
290 assert((!(Flags & MachineMemOperand::MOStore) || in foldMemoryOperand()
321 if (Flags == MachineMemOperand::MOStore) in foldMemoryOperand()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrBuilder.h116 Flags |= MachineMemOperand::MOStore;
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DThumb1InstrInfo.cpp65 MachineMemOperand::MOStore, in storeRegToStackSlot()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrBuilder.h158 Flags |= MachineMemOperand::MOStore;
/external/llvm/lib/Target/ARM/
DThumb1InstrInfo.cpp88 MachinePointerInfo::getFixedStack(MF, FI), MachineMemOperand::MOStore, in storeRegToStackSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp540 Flags |= MI.getOperand(OpIdx).isDef() ? MachineMemOperand::MOStore in foldMemoryOperand()
554 if (Flags & MachineMemOperand::MOStore) { in foldMemoryOperand()
589 assert((!(Flags & MachineMemOperand::MOStore) || in foldMemoryOperand()
615 if (Flags == MachineMemOperand::MOStore) in foldMemoryOperand()
/external/llvm/lib/Target/X86/
DX86InstrBuilder.h186 Flags |= MachineMemOperand::MOStore;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DThumb1InstrInfo.cpp96 MachinePointerInfo::getFixedStack(MF, FI), MachineMemOperand::MOStore, in storeRegToStackSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrBuilder.h208 Flags |= MachineMemOperand::MOStore;
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.cpp98 MachineMemOperand::MOStore, 4, 4); in writeSPToMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp456 Flags |= MachineMemOperand::MOStore; in translateStore()
783 MachinePointerInfo(Ptr), MachineMemOperand::MOStore, ListSize, 0)); in translateKnownIntrinsic()
910 MachineMemOperand::MOStore | MachineMemOperand::MOVolatile, in translateKnownIntrinsic()
1319 Flags |= MachineMemOperand::MOLoad | MachineMemOperand::MOStore; in translateAtomicCmpXchg()
1347 Flags |= MachineMemOperand::MOLoad | MachineMemOperand::MOStore; in translateAtomicRMW()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp503 Flags |= MachineMemOperand::MOStore; in foldMemoryOperand()
527 assert((!(Flags & MachineMemOperand::MOStore) || in foldMemoryOperand()
555 if (Flags == MachineMemOperand::MOStore) in foldMemoryOperand()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.cpp48 MachineMemOperand::MOStore, in storeRegToStackSlot()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp49 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp49 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCInstrInfo.cpp294 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), Align); in storeRegToStackSlot()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp373 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp369 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
/external/llvm/lib/Target/AVR/
DAVRInstrInfo.cpp118 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp1007 MachineMemOperand::MOStore, 8, 8)); in spillCalleeSavedRegisters()
1015 MachineMemOperand::MOStore, 8, 8)); in spillCalleeSavedRegisters()

12345