Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp100 Value *IRBuilderBase::CreateElementCount(Type *DstType, ElementCount EC) { in CreateElementCount() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1641 Value *EC = IB.CreateElementCount(IntptrTy, VTy->getElementCount()); in instrumentMaskedLoadOrStore()
1644 EVL = IB.CreateElementCount(IntptrTy, VTy->getElementCount()); in instrumentMaskedLoadOrStore()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1764 Value *NumElements = IRB.CreateElementCount(IndexTy, EC); in SplitBlockAndInsertForEachLane()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h951 Value *CreateElementCount(Type *DstType, ElementCount EC);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp920 return B.CreateElementCount(Ty, VF.multiplyCoefficientBy(Step)); in createStepForVF()
925 return B.CreateElementCount(Ty, VF); in getRuntimeVF()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp417 Value *RunTimeVF = Builder.CreateElementCount(Builder.getInt32Ty(), VF); in simplifyMaskedScatter()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3352 return Builder.CreateElementCount(CGF.SizeTy, VecTy->getElementCount()); in VisitUnaryExprOrTypeTraitExpr()