Home
last modified time | relevance | path

Searched refs:isCopyInstr (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h866 bool isCopyInstr(const MachineInstr &MI, const MachineOperand *&Source, in isCopyInstr() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp563 if (!TII->isCopyInstr(MI, SrcRegOp, DestRegOp) || !SrcRegOp->isKill() || in transferRegisterCopy()