Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp510 !Sub->getSubReg() && TII->isFoldableCopy(*SubDef); in getRegSeqInit()
567 if (!UseOp.getSubReg() && Def && TII->isFoldableCopy(*Def)) { in tryToFoldACImm()
1733 if (!TII->isFoldableCopy(MI)) { in runOnMachineFunction()
1798 if (!InstToErase || !TII->isFoldableCopy(*InstToErase)) in runOnMachineFunction()
H A DSIFixSGPRCopies.cpp737 if (DefMI && TII->isFoldableCopy(*DefMI)) { in runOnMachineFunction()
H A DSIInstrInfo.h324 bool isFoldableCopy(const MachineInstr &MI) const;
H A DSIPeepholeSDWA.cpp505 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
H A DSIInstrInfo.cpp2641 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) const { in isFoldableCopy() function in SIInstrInfo