Home
last modified time | relevance | path

Searched refs:isMoveInstr (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.h55 virtual bool isMoveInstr(const MachineInstr &MI, unsigned &SrcReg,
DNVPTXInstrInfo.cpp67 bool NVPTXInstrInfo::isMoveInstr(const MachineInstr &MI, unsigned &SrcReg, in isMoveInstr() function in NVPTXInstrInfo
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp268 static bool isMoveInstr(const TargetRegisterInfo &tri, const MachineInstr *MI, in isMoveInstr() function
310 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in setRegisters()
404 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in isCoalescable()
1094 isMoveInstr(*TRI, CopyMI, SrcReg, DstReg, SrcSubIdx, DstSubIdx); in eliminateUndefCopy()
2763 isMoveInstr(*TRI, &Copy, SrcReg, DstReg, SrcSubReg, DstSubReg); in applyTerminalRule()
2787 isMoveInstr(*TRI, &Copy, OtherSrcReg, OtherReg, OtherSrcSubReg, in applyTerminalRule()