Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp200 ElementCount VF, TTI::PartialReductionExtendKind OpAExtend, in getPartialReductionCost() argument
227 if (OpAExtend != OpBExtend) in getPartialReductionCost()
239 return OpAExtend == TTI::PR_SignExtend ? Cost : Cost * 2; in getPartialReductionCost()
243 return OpAExtend == TTI::PR_SignExtend ? Cost * 2 : Cost * 4; in getPartialReductionCost()
H A DWebAssemblyTargetTransformInfo.h88 ElementCount VF, TTI::PartialReductionExtendKind OpAExtend,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h105 ElementCount VF, TTI::PartialReductionExtendKind OpAExtend,
H A DRISCVTargetTransformInfo.cpp299 ElementCount VF, TTI::PartialReductionExtendKind OpAExtend, in getPartialReductionCost() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h386 ElementCount VF, TTI::PartialReductionExtendKind OpAExtend,
H A DAArch64TargetTransformInfo.cpp5404 ElementCount VF, TTI::PartialReductionExtendKind OpAExtend, in getPartialReductionCost() argument
5416 OpAExtend == TTI::PR_None) in getPartialReductionCost()
5425 (OpAExtend != OpBExtend && !ST->hasMatMulInt8() && in getPartialReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp873 ElementCount VF, PartialReductionExtendKind OpAExtend, in getPartialReductionCost() argument
877 AccumType, VF, OpAExtend, OpBExtend, in getPartialReductionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1346 ElementCount VF, PartialReductionExtendKind OpAExtend,
H A DTargetTransformInfoImpl.h657 ElementCount VF, TTI::PartialReductionExtendKind OpAExtend, in getPartialReductionCost() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8162 TTI::PartialReductionExtendKind OpAExtend = in getScaledReductions() local
8178 PHI->getType(), VF, OpAExtend, OpBExtend, BinOpc, CM.CostKind); in getScaledReductions()