Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h55 using VectorPtr = typename CostAllocator::VectorPtr; variable
68 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry()
94 VectorPtr Costs;
377 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in addNode()
467 VectorPtr AllocatedCosts = CostAlloc.getVector(std::move(Costs)); in setNodeCosts()
481 const VectorPtr& getNodeCostsPtr(NodeId NId) const { in getNodeCostsPtr()
H A DCostAllocator.h115 using VectorPtr = typename VectorCostPool::PoolRef; variable
118 template <typename VectorKeyT> VectorPtr getVector(VectorKeyT v) { in getVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7667 VPSingleDefRecipe *VectorPtr; in tryToWidenMemory() local
7676 VectorPtr = in tryToWidenMemory()
7680 VectorPtr = new VPVectorPointerRecipe(Ptr, getLoadStoreType(I), in tryToWidenMemory()
7685 Builder.insert(VectorPtr); in tryToWidenMemory()
7686 Ptr = VectorPtr; in tryToWidenMemory()