Home
last modified time | relevance | path

Searched refs:isVectorClearMaskLegal (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1413 bool isVectorClearMaskLegal(ArrayRef<int> Mask, EVT VT) const override;
H A DX86ISelLowering.cpp34402 bool X86TargetLowering::isVectorClearMaskLegal(ArrayRef<int> Mask, in isVectorClearMaskLegal() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h636 bool isVectorClearMaskLegal(ArrayRef<int> M, EVT VT) const override;
H A DAArch64ISelLowering.cpp14772 bool AArch64TargetLowering::isVectorClearMaskLegal(ArrayRef<int> M, in isVectorClearMaskLegal() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1241 virtual bool isVectorClearMaskLegal(ArrayRef<int> /*Mask*/, in isVectorClearMaskLegal() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26054 if (TLI.isVectorClearMaskLegal(ClearMask, IntVT)) in visitVECTOR_SHUFFLE()
26991 if (!TLI.isVectorClearMaskLegal(Indices, ClearVT)) in XformToShuffleWithZero()