Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp254 ArrayRef<Constant*> VectorValue(TempValues); in getRandomValue() local
255 return ConstantVector::get(VectorValue); in getRandomValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h870 const auto *VectorValue = cast<Constant>(Val); in minRequiredElementSize() local
886 dyn_cast<ConstantInt>(VectorValue->getAggregateElement(i))) { in minRequiredElementSize()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp984 Value *VectorValue = State.get(getOperand(0), Part); in execute() local
985 InsertElementInst *IEI = cast<InsertElementInst>(VectorValue); in execute()
H A DLoopVectorize.cpp2545 Value *VectorValue = State.get(Def, Instance.Part); in packScalarIntoVectorValue() local
2546 VectorValue = Builder.CreateInsertElement( in packScalarIntoVectorValue()
2547 VectorValue, ScalarInst, in packScalarIntoVectorValue()
2549 State.set(Def, VectorValue, Instance.Part); in packScalarIntoVectorValue()
9933 Value *VectorValue = nullptr; in get() local
9935 VectorValue = ILV->getBroadcastInstrs(ScalarValue); in get()
9936 set(Def, VectorValue, Part); in get()
9944 VectorValue = get(Def, Part); in get()
9947 return VectorValue; in get()