Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUCombinerHelper.cpp383 Register NegatedMatchInfo = MRI.createGenericVirtualRegister(Type); in applyFoldableFneg() local
384 replaceRegOpWith(MRI, MatchInfo->getOperand(0), NegatedMatchInfo); in applyFoldableFneg()
387 replaceRegWith(MRI, Dst, NegatedMatchInfo); in applyFoldableFneg()
392 Builder.buildFNeg(MatchInfoDst, NegatedMatchInfo, MI.getFlags()); in applyFoldableFneg()