Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.h243 bool hasAndNot(SDValue Y) const override;
H A DVEISelLowering.cpp2855 bool VETargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in VETargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h765 bool hasAndNot(SDValue Y) const override { in hasAndNot() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1064 bool hasAndNot(SDValue Y) const override;
H A DX86ISelLowering.cpp5911 bool X86TargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in X86TargetLowering
25216 (CondCode == X86::COND_G && hasAndNot(Op1)))) { // smax(x, 0) in LowerSELECT()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h718 virtual bool hasAndNot(SDValue X) const { in hasAndNot() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8365 if (!TLI.hasAndNot(M)) in unfoldMaskedMerge()
8372 if (!TLI.hasAndNot(Y) && !isBitwiseNot(M)) { in unfoldMaskedMerge()
8373 assert(TLI.hasAndNot(X) && "Only mask is a variable? Unreachable."); in unfoldMaskedMerge()
8384 if (!TLI.hasAndNot(X) && isBitwiseNot(M)) { in unfoldMaskedMerge()
8385 assert(TLI.hasAndNot(Y) && "Only mask is a variable? Unreachable."); in unfoldMaskedMerge()
10327 if (isNullOrNullSplat(N1) && TLI.hasAndNot(N1)) { in foldVSelectToSignBitSplatMask()
23898 if (CC == ISD::SETGT && TLI.hasAndNot(N2)) { in foldSelectCCToShiftAnd()