Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h292 bool hasAndNotCompare(SDValue Y) const override;
H A DLoongArchISelLowering.cpp8420 bool LoongArchTargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h370 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function
379 return hasAndNotCompare(Y); in hasAndNot()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h55 bool hasAndNotCompare(SDValue Y) const override;
H A DRISCVISelLowering.cpp2147 bool RISCVTargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in RISCVTargetLowering
2161 return hasAndNotCompare(Y); in hasAndNot()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h612 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h831 bool hasAndNotCompare(SDValue) const override { in hasAndNotCompare() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1221 bool hasAndNotCompare(SDValue Y) const override;
H A DX86ISelLowering.cpp3485 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering
3505 return hasAndNotCompare(Y); in hasAndNot()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h811 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function
821 return hasAndNotCompare(X); in hasAndNot()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4224 } 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()