Home
last modified time | relevance | path

Searched refs:getArithmeticReductionInstruction (Results 1 – 6 of 6) 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()
H A DExpandVectorPredication.cpp363 unsigned Opc = getArithmeticReductionInstruction(RedID); in expandPredicationInReduction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h375 LLVM_ABI unsigned getArithmeticReductionInstruction(Intrinsic::ID RdxID);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp958 unsigned llvm::getArithmeticReductionInstruction(Intrinsic::ID RdxID) { in getArithmeticReductionInstruction() function in llvm
1259 unsigned Opc = getArithmeticReductionInstruction(RdxID); in getReductionIdentity()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1368 getArithmeticReductionInstruction(II.getIntrinsicID()); in analyzeCostOfVecReduction()
1442 getArithmeticReductionInstruction(II0.getIntrinsicID()); in foldBinopOfReductions()
3095 unsigned ReductionOpc = getArithmeticReductionInstruction(IID); in foldCastFromReductions()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2417 getArithmeticReductionInstruction(IID), VecOpTy, std::nullopt, in getTypeBasedIntrinsicInstrCost()
2422 getArithmeticReductionInstruction(IID), VecOpTy, FMF, CostKind); in getTypeBasedIntrinsicInstrCost()