Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h244 bool hasAndNotCompare(SDValue Y) const override;
H A DLoongArchISelLowering.cpp6138 bool LoongArchTargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h864 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function
873 return hasAndNotCompare(Y); in hasAndNot()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h507 bool hasAndNotCompare(SDValue Y) const override;
H A DRISCVISelLowering.cpp1962 bool RISCVTargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare()
1961 bool RISCVTargetLowering::hasAndNotCompare(SDValue Y) const { hasAndNotCompare() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h818 bool hasAndNotCompare(SDValue) const override { in hasAndNotCompare() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1135 bool hasAndNotCompare(SDValue Y) const override;
H A DX86ISelLowering.cpp3304 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering
3324 return hasAndNotCompare(Y); in hasAndNot()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h781 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function
791 return hasAndNotCompare(X); in hasAndNot()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4048 } else if (N0.hasOneUse() && hasAndNotCompare(Y)) { in foldSetCCWithAnd()