reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1663 MachinePointerInfo(Info.ptrVal), Info.flags, Size, Align->value()));
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 4830 Info.align ? Info.align->value() : 0, Info.flags, Info.size, AAInfo);
lib/Target/AArch64/AArch64ISelLowering.cpp8386 Info.flags = MachineMemOperand::MOLoad; 8412 Info.flags = MachineMemOperand::MOStore; 8423 Info.flags = MachineMemOperand::MOLoad | MachineMemOperand::MOVolatile; 8434 Info.flags = MachineMemOperand::MOStore | MachineMemOperand::MOVolatile; 8444 Info.flags = MachineMemOperand::MOLoad | MachineMemOperand::MOVolatile; 8453 Info.flags = MachineMemOperand::MOStore | MachineMemOperand::MOVolatile;lib/Target/AMDGPU/SIISelLowering.cpp
928 Info.flags = MachineMemOperand::MODereferenceable; 937 Info.flags |= MachineMemOperand::MOLoad; 941 Info.flags |= MachineMemOperand::MOStore; 946 Info.flags = MachineMemOperand::MOLoad | 951 Info.flags |= MachineMemOperand::MOVolatile; 968 Info.flags = MachineMemOperand::MOLoad | MachineMemOperand::MOStore; 972 Info.flags |= MachineMemOperand::MOVolatile; 985 Info.flags = MachineMemOperand::MOLoad | MachineMemOperand::MOStore; 989 Info.flags |= MachineMemOperand::MOVolatile; 999 Info.flags = MachineMemOperand::MOLoad | MachineMemOperand::MOStore; 1009 Info.flags = MachineMemOperand::MOLoad | MachineMemOperand::MOStore; 1013 Info.flags |= MachineMemOperand::MOVolatile; 1034 Info.flags = MachineMemOperand::MOStore; 1036 Info.flags = MachineMemOperand::MOLoad;lib/Target/ARM/ARMISelLowering.cpp
16265 Info.flags = MachineMemOperand::MOLoad; 16280 Info.flags = MachineMemOperand::MOLoad; 16306 Info.flags = MachineMemOperand::MOStore; 16327 Info.flags = MachineMemOperand::MOStore; 16339 Info.flags = MachineMemOperand::MOLoad | MachineMemOperand::MOVolatile; 16351 Info.flags = MachineMemOperand::MOStore | MachineMemOperand::MOVolatile; 16361 Info.flags = MachineMemOperand::MOStore | MachineMemOperand::MOVolatile; 16371 Info.flags = MachineMemOperand::MOLoad | MachineMemOperand::MOVolatile;lib/Target/Hexagon/HexagonISelLowering.cpp
1802 Info.flags = MachineMemOperand::MOLoad; 1825 Info.flags = MachineMemOperand::MOLoad |lib/Target/NVPTX/NVPTXISelLowering.cpp
3469 Info.flags = MachineMemOperand::MOLoad | MachineMemOperand::MOStore; 3499 Info.flags = MachineMemOperand::MOLoad; 3523 Info.flags = MachineMemOperand::MOLoad; 3549 Info.flags = MachineMemOperand::MOLoad; 3587 Info.flags = MachineMemOperand::MOLoad; 3608 Info.flags = MachineMemOperand::MOLoad; 3629 Info.flags = MachineMemOperand::MOLoad; 3650 Info.flags = MachineMemOperand::MOLoad; 3667 Info.flags = MachineMemOperand::MOLoad; 3688 Info.flags = MachineMemOperand::MOStore; 3709 Info.flags = MachineMemOperand::MOStore; 3730 Info.flags = MachineMemOperand::MOStore; 3747 Info.flags = MachineMemOperand::MOStore; 3782 Info.flags = MachineMemOperand::MOLoad | MachineMemOperand::MOStore; 3800 Info.flags = MachineMemOperand::MOLoad; 3820 Info.flags = MachineMemOperand::MOLoad; 3887 Info.flags = MachineMemOperand::MOLoad; 4007 Info.flags = MachineMemOperand::MOLoad; 4060 Info.flags = MachineMemOperand::MOLoad; 4113 Info.flags = MachineMemOperand::MOLoad; 4166 Info.flags = MachineMemOperand::MOLoad; 4204 Info.flags = MachineMemOperand::MOLoad;lib/Target/PowerPC/PPCISelLowering.cpp
14679 Info.flags = MachineMemOperand::MOLoad; 14713 Info.flags = MachineMemOperand::MOLoad; 14765 Info.flags = MachineMemOperand::MOStore; 14798 Info.flags = MachineMemOperand::MOStore;lib/Target/RISCV/RISCVISelLowering.cpp
246 Info.flags = MachineMemOperand::MOLoad | MachineMemOperand::MOStore |
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp587 Info.flags = MachineMemOperand::MOVolatile | MachineMemOperand::MOLoad; 595 Info.flags = MachineMemOperand::MOVolatile | MachineMemOperand::MOLoad; 603 Info.flags = MachineMemOperand::MOVolatile | MachineMemOperand::MOLoad;lib/Target/X86/X86ISelLowering.cpp
4792 Info.flags = MachineMemOperand::MONone; 4812 Info.flags |= MachineMemOperand::MOStore; 4825 Info.flags |= MachineMemOperand::MOLoad; 4837 Info.flags |= MachineMemOperand::MOStore;