Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp70 auto Res = BundleToCombined.try_emplace(to_vector<4>(Operands), New); in addCombined()
364 auto I = BundleToCombined.find(to_vector<4>(Values)); in buildGraph()
/third_party/skia/src/core/
DSkGeometry.cpp20 static SkVector to_vector(const Sk2s& x) { in to_vector() function
149 return to_vector(T + T); in SkEvalQuadTangentAt()
385 return to_vector(coeff.eval(t)); in eval_cubic_derivative()
396 return to_vector(A * Sk2s(t) + B); in eval_cubic_2ndDerivative()
1328 return to_vector(SkQuadCoeff(A, B, C).eval(t)); in evalTangentAt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp514 DWARFLocationExpression{None, to_vector<4>(*Expr)}}; in getLocations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallVector.h917 to_vector(R &&Range) {