Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h778 bool hasAndNotCompare(SDValue V) const override { in hasAndNotCompare() function
787 return hasAndNotCompare(Y); in hasAndNot()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h367 bool hasAndNotCompare(SDValue Y) const override;
H A DRISCVISelLowering.cpp1228 bool RISCVTargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in RISCVTargetLowering
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h816 bool hasAndNotCompare(SDValue) const override { in hasAndNotCompare() function
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1111 bool hasAndNotCompare(SDValue Y) const override;
H A DX86ISelLowering.cpp6013 bool X86TargetLowering::hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function in X86TargetLowering
6033 return hasAndNotCompare(Y); in hasAndNot()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h699 virtual bool hasAndNotCompare(SDValue Y) const { in hasAndNotCompare() function
709 return hasAndNotCompare(X); in hasAndNot()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3790 } else if (N0.hasOneUse() && hasAndNotCompare(Y)) { in foldSetCCWithAnd()