Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h340 bool hasAndNot(SDValue Y) const override;
H A DVEISelLowering.cpp3094 bool VETargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in VETargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h187 bool hasAndNot(SDValue Y) const override;
H A DLoongArchISelLowering.cpp5621 bool LoongArchTargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1137 bool hasAndNot(SDValue Y) const override;
H A DX86ISelLowering.cpp3320 bool X86TargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in X86TargetLowering
24223 (CondCode == X86::COND_G && hasAndNot(Op1)))) { // smax(x, 0) in LowerSELECT()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h869 bool hasAndNot(SDValue Y) const override { in hasAndNot() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h788 virtual bool hasAndNot(SDValue X) const { in hasAndNot() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9349 if (!TLI.hasAndNot(M)) in unfoldMaskedMerge()
9356 if (!TLI.hasAndNot(Y) && !isBitwiseNot(M)) { in unfoldMaskedMerge()
9357 assert(TLI.hasAndNot(X) && "Only mask is a variable? Unreachable."); in unfoldMaskedMerge()
9368 if (!TLI.hasAndNot(X) && isBitwiseNot(M)) { in unfoldMaskedMerge()
9369 assert(TLI.hasAndNot(Y) && "Only mask is a variable? Unreachable."); in unfoldMaskedMerge()
11580 if (isNullOrNullSplat(N1) && TLI.hasAndNot(N1)) { in foldVSelectToSignBitSplatMask()
27451 if (CC == ISD::SETGT && TLI.hasAndNot(N2)) { in foldSelectCCToShiftAnd()