HomeSort by relevance Sort by last modified time
    Searched refs:isStackSlotCopy (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 120 virtual bool isStackSlotCopy(const MachineInstr *MI, int &DestFrameIndex,
SystemZInstrInfo.cpp 113 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr *MI,
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 176 /// isStackSlotCopy - Return true if the specified machine instruction
179 virtual bool isStackSlotCopy(const MachineInstr *MI, int &DestFrameIndex,
    [all...]
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 381 if (TII->isStackSlotCopy(I, FirstSS, SecondSS) &&

Completed in 256 milliseconds