Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h1532 if (auto *RetVTy = dyn_cast<VectorType>(RetTy)) { in getTypeBasedIntrinsicInstrCost() local
1534 ScalarizationCost = getScalarizationOverhead(RetVTy, true, false); in getTypeBasedIntrinsicInstrCost()
1536 cast<FixedVectorType>(RetVTy)->getNumElements()); in getTypeBasedIntrinsicInstrCost()
1929 if (auto *RetVTy = dyn_cast<VectorType>(RetTy)) { in getTypeBasedIntrinsicInstrCost() local
1938 : getScalarizationOverhead(RetVTy, true, false); in getTypeBasedIntrinsicInstrCost()
1940 unsigned ScalarCalls = cast<FixedVectorType>(RetVTy)->getNumElements(); in getTypeBasedIntrinsicInstrCost()