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 141 bool isStackSlotCopy(const MachineInstr *MI, int &DestFrameIndex,
SystemZInstrInfo.cpp 216 bool SystemZInstrInfo::isStackSlotCopy(const MachineInstr *MI,
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 178 /// isStackSlotCopy - Return true if the specified machine instruction
181 virtual bool isStackSlotCopy(const MachineInstr *MI, int &DestFrameIndex,
    [all...]
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 380 if (TII->isStackSlotCopy(I, FirstSS, SecondSS) &&

Completed in 79 milliseconds