Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h285 bool isFoldableCopy(const MachineInstr &MI) const;
DSIFoldOperands.cpp996 if (!TII->isFoldableCopy(MI)) { in runOnMachineFunction()
DSIPeepholeSDWA.cpp530 if (!TII->isFoldableCopy(*DefInst)) in foldToImm()
DSIInstrInfo.cpp1914 bool SIInstrInfo::isFoldableCopy(const MachineInstr &MI) const { in isFoldableCopy() function in SIInstrInfo