Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h300 bool isFoldableCopy(const MachineInstr &MI) const;
H A DSIFoldOperands.cpp1134 if (!TII->isFoldableCopy(MI)) { in runOnMachineFunction()
H A DSIPeepholeSDWA.cpp532 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
H A DSIInstrInfo.cpp1943 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) const { in isFoldableCopy() function in SIInstrInfo