/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 93 MOStore = 2, enumerator 141 bool isStore() const { return Flags & MOStore; } in isStore()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 99 MOStore = 1u << 1, enumerator 178 bool isStore() const { return FlagVals & MOStore; } in isStore()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrBuilder.h | 36 Flags |= MachineMemOperand::MOStore; in addFrameReference()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 138 MOStore = 1u << 1, enumerator 259 bool isStore() const { return FlagVals & MOStore; } in isStore()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrBuilder.h | 36 Flags |= MachineMemOperand::MOStore; in addFrameReference()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetInstrInfoImpl.cpp | 279 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/ |
D | SystemZInstrBuilder.h | 116 Flags |= MachineMemOperand::MOStore;
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | Thumb1InstrInfo.cpp | 65 MachineMemOperand::MOStore, in storeRegToStackSlot()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrBuilder.h | 158 Flags |= MachineMemOperand::MOStore;
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1InstrInfo.cpp | 88 MachinePointerInfo::getFixedStack(MF, FI), MachineMemOperand::MOStore, in storeRegToStackSlot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetInstrInfo.cpp | 540 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/ |
D | X86InstrBuilder.h | 186 Flags |= MachineMemOperand::MOStore;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | Thumb1InstrInfo.cpp | 96 MachinePointerInfo::getFixedStack(MF, FI), MachineMemOperand::MOStore, in storeRegToStackSlot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrBuilder.h | 208 Flags |= MachineMemOperand::MOStore;
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFrameLowering.cpp | 98 MachineMemOperand::MOStore, 4, 4); in writeSPToMemory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 456 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/ |
D | TargetInstrInfo.cpp | 503 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/ |
D | MSP430InstrInfo.cpp | 48 MachineMemOperand::MOStore, in storeRegToStackSlot()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 49 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 49 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIdx), in storeRegToStackSlot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/ |
D | ARCInstrInfo.cpp | 294 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), Align); in storeRegToStackSlot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 373 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 369 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
|
/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 118 MachineMemOperand::MOStore, MFI.getObjectSize(FrameIndex), in storeRegToStackSlot()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 1007 MachineMemOperand::MOStore, 8, 8)); in spillCalleeSavedRegisters() 1015 MachineMemOperand::MOStore, 8, 8)); in spillCalleeSavedRegisters()
|