Searched refs:isMoveInstr (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.h | 55 virtual bool isMoveInstr(const MachineInstr &MI, unsigned &SrcReg,
|
D | NVPTXInstrInfo.cpp | 67 bool NVPTXInstrInfo::isMoveInstr(const MachineInstr &MI, unsigned &SrcReg, in isMoveInstr() function in NVPTXInstrInfo
|
/external/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 268 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()
|