Home
last modified time | relevance | path

Searched refs:hasAndNot (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h341 bool hasAndNot(SDValue Y) const override;
H A DVEISelLowering.cpp3078 bool VETargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in VETargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h223 bool hasAndNot(SDValue Y) const override;
H A DLoongArchISelLowering.cpp7747 bool LoongArchTargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h675 bool hasAndNot(SDValue Y) const override;
H A DSystemZISelLowering.cpp1286 bool SystemZTargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in SystemZTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h56 bool hasAndNot(SDValue Y) const override;
H A DRISCVISelLowering.cpp2157 bool RISCVTargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h375 bool hasAndNot(SDValue Y) const override { in hasAndNot() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1223 bool hasAndNot(SDValue Y) const override;
H A DX86ISelLowering.cpp3501 bool X86TargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in X86TargetLowering
25070 (CondCode == X86::COND_G && hasAndNot(Op1)))) { // smax(x, 0) in LowerSELECT()
51218 if (!DAG.getTargetLoweringInfo().hasAndNot(SDValue(N, 0))) in combineAndNotOrIntoAndNotAnd()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7343 if (TLI.hasAndNot(SDValue(Node, 0))) in foldMaskedMerge()
7686 (TLI.hasAndNot(SDValue(N, 0)) || NotY->hasOneUse())) in visitAND()
7695 (TLI.hasAndNot(SDValue(N, 0)) || NotY->hasOneUse())) in visitAND()
7701 if (TLI.hasAndNot(SDValue(N, 0))) in visitAND()
9803 if (!TLI.hasAndNot(M)) in unfoldMaskedMerge()
9810 if (!TLI.hasAndNot(Y) && !isBitwiseNot(M)) { in unfoldMaskedMerge()
9811 assert(TLI.hasAndNot(X) && "Only mask is a variable? Unreachable."); in unfoldMaskedMerge()
9822 if (!TLI.hasAndNot(X) && isBitwiseNot(M)) { in unfoldMaskedMerge()
9823 assert(TLI.hasAndNot(Y) && "Only mask is a variable? Unreachable."); in unfoldMaskedMerge()
9909 !(VT.isVector() && TLI.hasAndNot(SDValue(N, 0)) && N->hasOneUse() && in visitXOR()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h818 virtual bool hasAndNot(SDValue X) const { in hasAndNot() function