HomeSort by relevance Sort by last modified time
    Searched defs:MachineMemOperand (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineMemOperand.h 1 //==- 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 {
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/lib/CodeGen/
MachineInstr.cpp 26 #include "llvm/CodeGen/MachineMemOperand.h"
331 // MachineMemOperand Implementation
365 MachineMemOperand::MachineMemOperand(MachinePointerInfo ptrinfo, unsigned f,
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 to the machine instruction
    [all...]

Completed in 39 milliseconds