Home
last modified time | relevance | path

Searched refs:getArithmeticReductionInstruction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp77 unsigned RdxOpcode = getArithmeticReductionInstruction(ID); in expandReductions()
116 unsigned RdxOpcode = getArithmeticReductionInstruction(ID); in expandReductions()
131 unsigned RdxOpcode = getArithmeticReductionInstruction(ID); in expandReductions()
144 unsigned RdxOpcode = getArithmeticReductionInstruction(ID); in expandReductions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h367 unsigned getArithmeticReductionInstruction(Intrinsic::ID RdxID);
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2103 getArithmeticReductionInstruction(IID), VecOpTy, std::nullopt, in getTypeBasedIntrinsicInstrCost()
2108 getArithmeticReductionInstruction(IID), VecOpTy, FMF, CostKind); in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp959 unsigned llvm::getArithmeticReductionInstruction(Intrinsic::ID RdxID) { in getArithmeticReductionInstruction() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp2141 unsigned ReductionOpc = getArithmeticReductionInstruction(IID); in foldCastFromReductions()