Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp373 Register MatchInfoDst = MatchInfo->getOperand(0).getReg(); in applyFoldableFneg() local
375 if (MRI.hasOneNonDBGUse(MatchInfoDst)) { in applyFoldableFneg()
377 replaceRegWith(MRI, Dst, MatchInfoDst); in applyFoldableFneg()
392 Builder.buildFNeg(MatchInfoDst, NegatedMatchInfo, MI.getFlags()); in applyFoldableFneg()