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.cpp7907 auto *VectorPtr = new VPVectorPointerRecipe( in tryToWidenMemory() local
7910 Builder.getInsertBlock()->appendRecipe(VectorPtr); in tryToWidenMemory()
7911 Ptr = VectorPtr; in tryToWidenMemory()