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
87 /// MachineMemOperand - A description of a memory reference used in the backend.
94 class MachineMemOperand {
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/
MachineInstr.cpp 20 #include "llvm/CodeGen/MachineMemOperand.h"
457 // MachineMemOperand Implementation
493 MachineMemOperand::MachineMemOperand(MachinePointerInfo ptrinfo, unsigned f,
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::print(raw_ostream &OS, ModuleSlotTracker &MST) const
    [all...]

Completed in 1362 milliseconds