Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp260 bool tryFoldPhiAGPR(MachineInstr &MI);
2467 bool SIFoldOperandsImpl::tryFoldPhiAGPR(MachineInstr &PHI) { in tryFoldPhiAGPR() function in SIFoldOperandsImpl
2752 if (MI.isPHI() && tryFoldPhiAGPR(MI)) { in run()