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

  /external/llvm/lib/Target/NVPTX/
NVPTXInstrInfo.h 55 virtual bool isMoveInstr(const MachineInstr &MI, unsigned &SrcReg,
NVPTXInstrInfo.cpp 68 bool NVPTXInstrInfo::isMoveInstr(const MachineInstr &MI, unsigned &SrcReg,
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 216 static bool isMoveInstr(const TargetRegisterInfo &tri, const MachineInstr *MI,
258 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub))
352 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub))
    [all...]

Completed in 192 milliseconds