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

/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
75 /// MachineMemOperand - A description of a memory reference used in the backend.
82 class MachineMemOperand { class in namespace:llvm
106 /// MachineMemOperand - Construct an MachineMemOperand object with the
108 MachineMemOperand(MachinePointerInfo PtrInfo, unsigned flags, uint64_t s,
154 /// refineAlignment - Update this MachineMemOperand to reflect the alignment
156 /// new alignment applies to all users of this MachineMemOperand
[all...]
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp26 #include "llvm/CodeGen/MachineMemOperand.h"
348 // MachineMemOperand Implementation
382 MachineMemOperand::MachineMemOperand(MachinePointerInfo ptrinfo, unsigned f, function in class:MachineMemOperand
397 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const {
404 void MachineMemOperand::refineAlignment(const MachineMemOperand *MMO) {
422 uint64_t MachineMemOperand::getAlignment() const {
426 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineMemOperand &MMO) {
737 /// addMemOperand - Add a MachineMemOperand t
[all...]

Completed in 36 milliseconds