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

  /external/llvm/lib/Target/PTX/
PTXInstrInfo.h 52 virtual bool isMoveInstr(const MachineInstr& MI,
PTXInstrInfo.cpp 89 bool PTXInstrInfo::isMoveInstr(const MachineInstr& MI,
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 216 static bool isMoveInstr(const TargetRegisterInfo &tri, const MachineInstr *MI,
241 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub))
331 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub))
    [all...]

Completed in 773 milliseconds