Home
last modified time | relevance | path

Searched refs:foldSelectShuffle (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp114 bool foldSelectShuffle(Instruction &I, bool FromReduction = false);
1526 return foldSelectShuffle(*Shuffle, true); in foldShuffleFromReductions()
1539 bool VectorCombine::foldSelectShuffle(Instruction &I, bool FromReduction) { in foldSelectShuffle() function in VectorCombine
1910 MadeChange |= foldSelectShuffle(I); in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h571 Instruction *foldSelectShuffle(ShuffleVectorInst &Shuf);
H A DInstCombineVectorOps.cpp2225 Instruction *InstCombinerImpl::foldSelectShuffle(ShuffleVectorInst &Shuf) { in foldSelectShuffle() function in InstCombinerImpl
2854 if (Instruction *I = foldSelectShuffle(SVI)) in visitShuffleVectorInst()