Home
last modified time | relevance | path

Searched refs:OpBExtend (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp201 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp, in getPartialReductionCost() argument
227 if (OpAExtend != OpBExtend) in getPartialReductionCost()
H A DWebAssemblyTargetTransformInfo.h89 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h106 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp,
H A DRISCVTargetTransformInfo.cpp300 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp, in getPartialReductionCost() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h387 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp,
H A DAArch64TargetTransformInfo.cpp5405 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp, in getPartialReductionCost() argument
5424 OpBExtend == TTI::PR_None || in getPartialReductionCost()
5425 (OpAExtend != OpBExtend && !ST->hasMatMulInt8() && in getPartialReductionCost()
5428 assert((BinOp || (OpBExtend == TTI::PR_None && !InputTypeB)) && in getPartialReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp874 PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp, in getPartialReductionCost() argument
877 AccumType, VF, OpAExtend, OpBExtend, in getPartialReductionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1347 PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp,
H A DTargetTransformInfoImpl.h658 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp, in getPartialReductionCost() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8164 TTI::PartialReductionExtendKind OpBExtend = in getScaledReductions() local
8178 PHI->getType(), VF, OpAExtend, OpBExtend, BinOpc, CM.CostKind); in getScaledReductions()