Home
last modified time | relevance | path

Searched refs:getOperandsScalarizationOverhead (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp639 InstructionCost TargetTransformInfo::getOperandsScalarizationOverhead( in getOperandsScalarizationOverhead() function in TargetTransformInfo
642 return TTIImpl->getOperandsScalarizationOverhead(Args, Tys, CostKind); in getOperandsScalarizationOverhead()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h941 InstructionCost getOperandsScalarizationOverhead( in getOperandsScalarizationOverhead() function
977 Cost += getOperandsScalarizationOverhead(Args, Tys, CostKind); in getScalarizationOverhead()
2162 getOperandsScalarizationOverhead(Args, ICA.getArgTypes(), CostKind); in getIntrinsicInstrCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h967 LLVM_ABI InstructionCost getOperandsScalarizationOverhead(
H A DTargetTransformInfoImpl.h462 getOperandsScalarizationOverhead(ArrayRef<const Value *> Args, in getOperandsScalarizationOverhead() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5567 return Cost + TTI.getOperandsScalarizationOverhead( in getScalarizationOverhead()