Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp70 auto Res = BundleToCombined.try_emplace(to_vector<4>(Operands), New); in addCombined()
371 auto I = BundleToCombined.find(to_vector<4>(Values)); in buildGraph()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp536 DWARFLocationExpression{None, to_vector<4>(*Expr)}}; in getLocations()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h1249 to_vector(R &&Range) { in to_vector() function