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 223 static bool isMoveInstr(const TargetRegisterInfo &tri, const MachineInstr *MI,
248 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub))
338 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub))
    [all...]

Completed in 45 milliseconds