Home
last modified time | relevance | path

Searched refs:PR_ZeroExtend (Results 1 – 3 of 3) sorted by relevance

/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.cpp1007 return PR_ZeroExtend; in getPartialReductionExtendKind()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp322 return TTI::PR_ZeroExtend; in computeCost()