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.cpp145 static bool mayIgnoreSignedZero(MachineInstr &MI) { in mayIgnoreSignedZero() function
234 return mayIgnoreSignedZero(*MatchInfo); in matchFoldableFneg()
258 return mayIgnoreSignedZero(*MatchInfo); in matchFoldableFneg()
H A DAMDGPUISelLowering.h185 bool mayIgnoreSignedZero(SDValue Op) const;
H A DAMDGPUISelLowering.cpp642 bool AMDGPUTargetLowering::mayIgnoreSignedZero(SDValue Op) const { in mayIgnoreSignedZero() function in AMDGPUTargetLowering
4991 if (!mayIgnoreSignedZero(N0)) in performFNegCombine()
5039 if (!mayIgnoreSignedZero(N0)) in performFNegCombine()