Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h554 bool isVectorClearMaskLegal(ArrayRef<int> M, EVT VT) const override;
H A DAArch64ISelLowering.cpp11860 bool AArch64TargetLowering::isVectorClearMaskLegal(ArrayRef<int> M, in isVectorClearMaskLegal() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1327 bool isVectorClearMaskLegal(ArrayRef<int> Mask, EVT VT) const override;
H A DX86ISelLowering.cpp34168 bool X86TargetLowering::isVectorClearMaskLegal(ArrayRef<int> Mask, in isVectorClearMaskLegal() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1081 virtual bool isVectorClearMaskLegal(ArrayRef<int> /*Mask*/, in isVectorClearMaskLegal() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22751 if (TLI.isVectorClearMaskLegal(ClearMask, IntVT)) in visitVECTOR_SHUFFLE()
23467 if (!TLI.isVectorClearMaskLegal(Indices, ClearVT)) in XformToShuffleWithZero()