Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h229 bool hasAndNotCompare(SDValue Y) const override;
H A DLoongArchISelLowering.cpp4938 bool LoongArchTargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in LoongArchTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h841 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function
850 return hasAndNotCompare(Y); in hasAndNot()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h456 bool hasAndNotCompare(SDValue Y) const override;
H A DRISCVISelLowering.cpp1834 bool RISCVTargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h807 bool hasAndNotCompare(SDValue) const override { in hasAndNotCompare() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1130 bool hasAndNotCompare(SDValue Y) const override;
H A DX86ISelLowering.cpp3214 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering
3234 return hasAndNotCompare(Y); in hasAndNot()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h735 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function
745 return hasAndNotCompare(X); in hasAndNot()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3984 } else if (N0.hasOneUse() && hasAndNotCompare(Y)) { in foldSetCCWithAnd()