Searched refs:hasAndNotCompare (Results 1 – 11 of 11) sorted by relevance
292 bool hasAndNotCompare(SDValue Y) const override;
8420 bool LoongArchTargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in LoongArchTargetLowering
370 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function379 return hasAndNotCompare(Y); in hasAndNot()
55 bool hasAndNotCompare(SDValue Y) const override;
2147 bool RISCVTargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in RISCVTargetLowering2161 return hasAndNotCompare(Y); in hasAndNot()
612 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function
831 bool hasAndNotCompare(SDValue) const override { in hasAndNotCompare() function
1221 bool hasAndNotCompare(SDValue Y) const override;
3485 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering3505 return hasAndNotCompare(Y); in hasAndNot()
811 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function821 return hasAndNotCompare(X); in hasAndNot()
4224 } else if (N0.hasOneUse() && hasAndNotCompare(Y)) { in foldSetCCWithAnd()4263 if (sd_match(N0, m_Or(m_Value(X), m_Specific(N1))) && hasAndNotCompare(X)) { in foldSetCCWithOr()