Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.h213 bool hasAndNot(SDValue Y) const override;
H A DVEISelLowering.cpp2648 bool VETargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in VETargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1024 bool hasAndNot(SDValue Y) const override;
H A DX86ISelLowering.cpp5442 bool X86TargetLowering::hasAndNot(SDValue Y) const { in hasAndNot() function in X86TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h730 bool hasAndNot(SDValue Y) const override { in hasAndNot() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h687 virtual bool hasAndNot(SDValue X) const { in hasAndNot() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7688 if (!TLI.hasAndNot(M)) in unfoldMaskedMerge()
7694 if (!TLI.hasAndNot(Y)) { in unfoldMaskedMerge()
7695 assert(TLI.hasAndNot(X) && "Only mask is a variable? Unreachable."); in unfoldMaskedMerge()
22134 if (CC == ISD::SETGT && TLI.hasAndNot(N2)) { in foldSelectCCToShiftAnd()