Searched refs:isSelectMask (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Instruction.h | 676 static bool isSelectMask(ArrayRef<int> Mask, int NumSrcElts) { in isSelectMask() function 677 return llvm::ShuffleVectorInst::isSelectMask(Mask, NumSrcElts); in isSelectMask() 679 static bool isSelectMask(const Constant *Mask, int NumSrcElts) { in isSelectMask() function 680 return llvm::ShuffleVectorInst::isSelectMask( in isSelectMask()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instructions.h | 2108 LLVM_ABI static bool isSelectMask(ArrayRef<int> Mask, int NumSrcElts); 2109 static bool isSelectMask(const Constant *Mask, int NumSrcElts) { 2113 return isSelectMask(MaskAsInts, NumSrcElts); 2125 return !changesLength() && isSelectMask(ShuffleMask, ShuffleMask.size());
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 2218 assert((ShuffleVectorInst::isSelectMask(NewMask, NumElts) || in foldSelectShuffleOfSelectShuffle()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | BasicTTIImpl.h | 1137 if (ShuffleVectorInst::isSelectMask(Mask, NumSrcElts)) in improveShuffleKindFromMask()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Instructions.cpp | 1989 bool ShuffleVectorInst::isSelectMask(ArrayRef<int> Mask, int NumSrcElts) { in isSelectMask() function in ShuffleVectorInst
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 19037 if (ShuffleVectorInst::isSelectMask(Mask, NumElts) && in performVECTOR_SHUFFLECombine()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 14145 if (ShuffleVectorInst::isSelectMask(ShuffleMask, NumElts)) { in LowerVECTOR_SHUFFLE()
|