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.cpp380 Register MatchInfoDst = MatchInfo->getOperand(0).getReg(); in applyFoldableFneg() local
382 if (MRI.hasOneNonDBGUse(MatchInfoDst)) { in applyFoldableFneg()
384 replaceRegWith(MRI, Dst, MatchInfoDst); in applyFoldableFneg()
399 Builder.buildFNeg(MatchInfoDst, NegatedMatchInfo, MI.getFlags()); in applyFoldableFneg()