Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h82 struct VFShape { struct
87 bool operator==(const VFShape &Other) const { argument
103 static VFShape get(const CallInst &CI, ElementCount EC, bool HasGlobalPred) { in get() argument
119 VFShape Shape; // Classification of the vector function.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVFABIDemangling.cpp405 const VFShape Shape({VF, IsScalable, Parameters}); in tryDemangleForVFABI()
DVectorUtils.cpp1186 bool VFShape::hasValidParameterList() const { in hasValidParameterList()