Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h676 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 DInstructions.h2108 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 DInstCombineVectorOps.cpp2218 assert((ShuffleVectorInst::isSelectMask(NewMask, NumElts) || in foldSelectShuffleOfSelectShuffle()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1137 if (ShuffleVectorInst::isSelectMask(Mask, NumSrcElts)) in improveShuffleKindFromMask()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1989 bool ShuffleVectorInst::isSelectMask(ArrayRef<int> Mask, int NumSrcElts) { in isSelectMask() function in ShuffleVectorInst
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp19037 if (ShuffleVectorInst::isSelectMask(Mask, NumElts) && in performVECTOR_SHUFFLECombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14145 if (ShuffleVectorInst::isSelectMask(ShuffleMask, NumElts)) { in LowerVECTOR_SHUFFLE()