Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp478 !Sub->getSubReg() && TII->isFoldableCopy(*SubDef); in getRegSeqInit()
530 if (!UseOp.getSubReg() && Def && TII->isFoldableCopy(*Def)) { in tryToFoldACImm()
1308 if (!InstToErase || !TII->isFoldableCopy(*InstToErase)) in tryFoldFoldableCopy()
1779 if (TII->isFoldableCopy(MI)) { in runOnMachineFunction()
H A DSIFixSGPRCopies.cpp716 if (DefMI && TII->isFoldableCopy(*DefMI)) { in runOnMachineFunction()
H A DSIInstrInfo.h338 static bool isFoldableCopy(const MachineInstr &MI);
H A DSIPeepholeSDWA.cpp507 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
H A DSIInstrInfo.cpp2997 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) { in isFoldableCopy() function in SIInstrInfo
3350 if (Def && SIInstrInfo::isFoldableCopy(*Def) && Def->getOperand(1).isImm()) { in getFoldableImm()