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,
163 /// refineAlignment - Update this MachineMemOperand to reflect the alignment
165 /// new alignment applies to all users of this MachineMemOperand
[all...]
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp21 #include "llvm/CodeGen/MachineMemOperand.h"
386 // MachineMemOperand Implementation
420 MachineMemOperand::MachineMemOperand(MachinePointerInfo ptrinfo, unsigned f, function in class:MachineMemOperand
435 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const {
442 void MachineMemOperand::refineAlignment(const MachineMemOperand *MMO) {
460 uint64_t MachineMemOperand::getAlignment() const {
464 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineMemOperand &MMO) {
738 /// addMemOperand - Add a MachineMemOperand t
[all...]

Completed in 2159 milliseconds