Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h512 function_ref<Value *(IRBuilderBase &, unsigned)> GetVF, unsigned IC);
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1670 function_ref<Value *(IRBuilderBase &, unsigned)> GetVF, unsigned IC) { in addDiffRuntimeChecks() argument
1683 ChkBuilder.CreateMul(GetVF(ChkBuilder, Ty->getScalarSizeInBits()), in addDiffRuntimeChecks()
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7784 function_ref<unsigned(T *)> GetVF, in performExtractsShuffleAction() argument
7807 assert((!V || GetVF(V) == Mask.size()) && in performExtractsShuffleAction()
7823 unsigned Vec1VF = GetVF(ShuffleMask.begin()->first); in performExtractsShuffleAction()
7824 unsigned Vec2VF = GetVF(VMIt->first); in performExtractsShuffleAction()