Home
last modified time | relevance | path

Searched refs:PR_SignExtend (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp239 return OpAExtend == TTI::PR_SignExtend ? Cost : Cost * 2; in getPartialReductionCost()
243 return OpAExtend == TTI::PR_SignExtend ? Cost * 2 : Cost * 4; in getPartialReductionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h221 enum PartialReductionExtendKind { PR_None, PR_SignExtend, PR_ZeroExtend }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1005 return PR_SignExtend; in getPartialReductionExtendKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp324 return TTI::PR_SignExtend; in computeCost()