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
87 /// MachineMemOperand - A description of a memory reference used in the backend.
94 class MachineMemOperand { class in namespace:llvm
121 /// MachineMemOperand - Construct an MachineMemOperand object with the
123 MachineMemOperand(MachinePointerInfo PtrInfo, unsigned flags, uint64_t s,
190 /// refineAlignment - Update this MachineMemOperand to reflect the alignment
192 /// new alignment applies to all users of this MachineMemOperand
[all...]
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp20 #include "llvm/CodeGen/MachineMemOperand.h"
457 // MachineMemOperand Implementation
493 MachineMemOperand::MachineMemOperand(MachinePointerInfo ptrinfo, unsigned f, function in class:MachineMemOperand
509 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const {
516 void MachineMemOperand::refineAlignment(const MachineMemOperand *MMO) {
534 uint64_t MachineMemOperand::getAlignment() const {
538 void MachineMemOperand::print(raw_ostream &OS) const {
542 void MachineMemOperand
[all...]

Completed in 195 milliseconds