Home
last modified time | relevance | path

Searched defs:isVectorClearMaskLegal (Results 1 – 3 of 3) sorted by relevance

/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/Target/AArch64/
H A DAArch64ISelLowering.cpp14772 bool AArch64TargetLowering::isVectorClearMaskLegal(ArrayRef<int> M, in isVectorClearMaskLegal() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp34402 bool X86TargetLowering::isVectorClearMaskLegal(ArrayRef<int> Mask, in isVectorClearMaskLegal() function in X86TargetLowering