Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1937 unsigned ScalarCalls = 1; in getTypeBasedIntrinsicInstrCost() local
1943 ScalarCalls = std::max(ScalarCalls, in getTypeBasedIntrinsicInstrCost()
1953 ScalarCalls = std::max(ScalarCalls, in getTypeBasedIntrinsicInstrCost()
1959 if (ScalarCalls == 1) in getTypeBasedIntrinsicInstrCost()
1966 return ScalarCalls * ScalarCost + ScalarizationCost; in getTypeBasedIntrinsicInstrCost()
2386 unsigned ScalarCalls = cast<FixedVectorType>(RetVTy)->getNumElements(); in getTypeBasedIntrinsicInstrCost() local
2401 ScalarCalls = std::max(ScalarCalls, in getTypeBasedIntrinsicInstrCost()
2405 return ScalarCalls * ScalarCost + ScalarizationCost; in getTypeBasedIntrinsicInstrCost()