Searched defs:MachineMemOperand (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineMemOperand.h1 //==- llvm/CodeGen/MachineMemOperand.h - MachineMemOperand class -*- C++ -*-==//
10 // This file contains the declaration of the MachineMemOperand class, which is a
74 /// MachineMemOperand - A description of a memory reference used in the backend.
81 class MachineMemOperand { class in namespace:llvm
102 /// MachineMemOperand - Construct an MachineMemOperand object with the
104 MachineMemOperand(MachinePointerInfo PtrInfo, unsigned flags, uint64_t s,
145 /// refineAlignment - Update this MachineMemOperand to reflect the alignment
147 /// new alignment applies to all users of this MachineMemOperand
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h1 //==- llvm/CodeGen/MachineMemOperand.h - MachineMemOperand class -*- C++ -*-==//
10 // This file contains the declaration of the MachineMemOperand class, which is a
90 class MachineMemOperand { class in namespace:llvm
124 /// Construct a MachineMemOperand object with the specified PtrInfo, flags,
126 MachineMemOperand(MachinePointerInfo PtrInfo, Flags flags, uint64_t s,
192 /// Update this MachineMemOperand to reflect the alignment of MMO, if it has a
194 /// to all users of this MachineMemOperand.
195 void refineAlignment(const MachineMemOperand *MMO);
197 /// Change the SourceValue for this MachineMemOperand
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineInstr.cpp26 #include "llvm/CodeGen/MachineMemOperand.h"
331 // MachineMemOperand Implementation
365 MachineMemOperand::MachineMemOperand(MachinePointerInfo ptrinfo, unsigned f, function in class:MachineMemOperand
379 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const {
386 void MachineMemOperand::refineAlignment(const MachineMemOperand *MMO) {
404 uint64_t MachineMemOperand::getAlignment() const {
408 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineMemOperand &MMO) {
719 /// addMemOperand - Add a MachineMemOperand t
[all...]
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp21 #include "llvm/CodeGen/MachineMemOperand.h"
464 // MachineMemOperand Implementation
500 MachineMemOperand::MachineMemOperand(MachinePointerInfo ptrinfo, Flags f, function in class:MachineMemOperand
515 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const {
523 void MachineMemOperand::refineAlignment(const MachineMemOperand *MMO) {
540 uint64_t MachineMemOperand::getAlignment() const {
544 void MachineMemOperand::print(raw_ostream &OS) const {
548 void MachineMemOperand
[all...]

Completed in 114 milliseconds