Home
last modified time | relevance | path

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

/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.h57 virtual bool isMoveInstr(const MachineInstr &MI,
DNVPTXInstrInfo.cpp73 bool NVPTXInstrInfo::isMoveInstr(const MachineInstr &MI, in isMoveInstr() function in NVPTXInstrInfo
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp215 static bool isMoveInstr(const TargetRegisterInfo &tri, const MachineInstr *MI, in isMoveInstr() function
258 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in setRegisters()
353 if (!isMoveInstr(TRI, MI, Src, Dst, SrcSub, DstSub)) in isCoalescable()