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

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

Completed in 3004 milliseconds