Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DExpandReductions.cpp124 : getShuffleReduction(Builder, Vec, getOpcode(ID), MRK); in expandReductions()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h295 Value *getShuffleReduction(IRBuilder<> &Builder, Value *Src, unsigned Op,
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp759 llvm::getShuffleReduction(IRBuilder<> &Builder, Value *Src, unsigned Op, in getShuffleReduction() function in llvm
873 return getShuffleReduction(Builder, Src, Opcode, MinMaxKind, RedOps); in createSimpleTargetReduction()