Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DVectorTypeUtils.h100 inline ElementCount getVectorizedTypeVF(Type *Ty) { in getVectorizedTypeVF() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h320 ElementCount VF = getVectorizedTypeVF(RetTy);
1862 ElementCount RetVF = isVectorizedTy(RetTy) ? getVectorizedTypeVF(RetTy) in getIntrinsicInstrCost()
2922 unsigned ScalarCalls = getVectorizedTypeVF(RetTy).getFixedValue(); in getTypeBasedIntrinsicInstrCost()