Home
last modified time | relevance | path

Searched defs:VectorValue (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/modules/skottie/src/
DSkottieValue.h29 VectorValue(std::initializer_list<float> l) : INHERITED(l) {} in VectorValue() function
/third_party/flutter/skia/modules/skottie/src/
DSkottieValue.h38 using VectorValue = std::vector<ScalarValue>; variable
DSkottieAnimator.cpp362 const VectorValue*) { in Make()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h624 const auto* VectorValue = cast<Constant>(Val); in minRequiredElementSize() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2049 Value *VectorValue = nullptr; in getOrCreateVectorValue() local
2113 Value *VectorValue = VectorLoopValueMap.getVectorValue(V, Instance.Part); in packScalarIntoVectorValue() local
7487 Value *VectorValue = State.ValueMap.getVectorValue(PredInst, Part); in execute() local