Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp670 !Sub->getSubReg() && TII->isFoldableCopy(*SubDef); in getRegSeqInit()
719 if (!UseOp.getSubReg() && Def && TII->isFoldableCopy(*Def)) { in tryToFoldACImm()
1499 if (!InstToErase || !TII->isFoldableCopy(*InstToErase)) in tryFoldFoldableCopy()
2220 if (TII->isFoldableCopy(MI)) { in runOnMachineFunction()
H A DSIFixSGPRCopies.cpp725 if (DefMI && TII->isFoldableCopy(*DefMI)) { in runOnMachineFunction()
H A DSIPeepholeSDWA.cpp550 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
H A DSIInstrInfo.h392 static bool isFoldableCopy(const MachineInstr &MI);
H A DSIInstrInfo.cpp3370 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) { in isFoldableCopy() function in SIInstrInfo
3791 if (Def && SIInstrInfo::isFoldableCopy(*Def) && Def->getOperand(1).isImm()) { in getFoldableImm()