Searched defs:isMoveInstr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXInstrInfo.cpp67 bool NVPTXInstrInfo::isMoveInstr(const MachineInstr &MI, unsigned &SrcReg, function in class:NVPTXInstrInfo
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp268 static bool isMoveInstr(const TargetRegisterInfo &tri, const MachineInstr *MI, function
310 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub))
404 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub))
1090 // Note that we do not query CoalescerPair here but redo isMoveInstr as the
1094 isMoveInstr(*TRI, CopyMI, SrcReg, DstReg, SrcSubIdx, DstSubIdx);
2763 isMoveInstr(*TRI, &Copy, SrcReg, DstReg, SrcSubReg, DstSubReg);
2787 isMoveInstr(*TRI, &Copy, OtherSrcReg, OtherReg, OtherSrcSubReg,

Completed in 123 milliseconds