Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp991 Value *RuntimeVF = getRuntimeVF(B, IntTy, VF); in getRuntimeVFAsFloat() local
992 return B.CreateUIToFP(RuntimeVF, FTy); in getRuntimeVFAsFloat()
1949 Value *RuntimeVF = nullptr; in Create() local
1952 [VF, &RuntimeVF](IRBuilderBase &B, unsigned Bits) { in Create()
1953 if (!RuntimeVF) in Create()
1954 RuntimeVF = getRuntimeVF(B, B.getIntNTy(Bits), VF); in Create()
1955 return RuntimeVF; in Create()
3805 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFixedOrderRecurrence() local
3806 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in fixFixedOrderRecurrence()
3817 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, VF); in fixFixedOrderRecurrence() local
[all …]
H A DVPlanRecipes.cpp1154 auto *RuntimeVF = getRuntimeVF(Builder, IdxTy, State.VF); in execute() local
1155 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in execute()