Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp138 static bool mayIgnoreSignedZero(MachineInstr &MI) { in mayIgnoreSignedZero() function
227 return mayIgnoreSignedZero(*MatchInfo); in matchFoldableFneg()
251 return mayIgnoreSignedZero(*MatchInfo); in matchFoldableFneg()
H A DAMDGPUISelLowering.h182 bool mayIgnoreSignedZero(SDValue Op) const;
H A DAMDGPUISelLowering.cpp629 bool AMDGPUTargetLowering::mayIgnoreSignedZero(SDValue Op) const { in mayIgnoreSignedZero() function in AMDGPUTargetLowering
4759 if (!mayIgnoreSignedZero(N0)) in performFNegCombine()
4807 if (!mayIgnoreSignedZero(N0)) in performFNegCombine()