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
83 /// MachineMemOperand - A description of a memory reference used in the backend.
90 class MachineMemOperand {
117 /// MachineMemOperand - Construct an MachineMemOperand object with the
119 MachineMemOperand(MachinePointerInfo PtrInfo, unsigned flags, uint64_t s,
185 /// refineAlignment - Update this MachineMemOperand to reflect the alignment
187 /// new alignment applies to all users of this MachineMemOperand
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 20 #include "llvm/CodeGen/MachineMemOperand.h"
396 // MachineMemOperand Implementation
430 MachineMemOperand::MachineMemOperand(MachinePointerInfo ptrinfo, unsigned f,
446 void MachineMemOperand::Profile(FoldingSetNodeID &ID) const {
453 void MachineMemOperand::refineAlignment(const MachineMemOperand *MMO) {
471 uint64_t MachineMemOperand::getAlignment() const {
475 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineMemOperand &MMO) {
758 /// addMemOperand - Add a MachineMemOperand to the machine instruction
    [all...]

Completed in 160 milliseconds