Home
last modified time | relevance | path

Searched refs:isFoldableCopy (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp511 !Sub->getSubReg() && TII->isFoldableCopy(*SubDef); in getRegSeqInit()
568 if (!UseOp.getSubReg() && Def && TII->isFoldableCopy(*Def)) { in tryToFoldACImm()
1758 if (!TII->isFoldableCopy(MI)) { in runOnMachineFunction()
1823 if (!InstToErase || !TII->isFoldableCopy(*InstToErase)) in runOnMachineFunction()
H A DSIFixSGPRCopies.cpp737 if (DefMI && TII->isFoldableCopy(*DefMI)) { in runOnMachineFunction()
H A DSIInstrInfo.h325 bool isFoldableCopy(const MachineInstr &MI) const;
H A DSIPeepholeSDWA.cpp505 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
H A DSIInstrInfo.cpp2694 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) const { in isFoldableCopy() function in SIInstrInfo