HomeSort by: relevance | last modified time | path
    Searched refs:VFShape (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 82 struct VFShape {
87 bool operator==(const VFShape &Other) const {
99 // Retrieve the VFShape that can be used to map a (scalar) function to itself,
101 static VFShape getScalarShape(const CallInst &CI) {
102 return VFShape::get(CI, ElementCount::getFixed(1),
110 static VFShape get(const CallInst &CI, ElementCount EC, bool HasGlobalPred) {
120 /// Sanity check on the Parameters in the VFShape.
124 /// Holds the VFShape for a specific scalar to vector function mapping.
126 VFShape Shape; /// Classification of the vector function.
269 /// Retrieve the Function with VFShape \p Shape
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VFABIDemangling.cpp 436 // need to make sure that the VF field of the VFShape class is never
457 const VFShape Shape({VF, IsScalable, Parameters});
VectorUtils.cpp 1340 bool VFShape::hasValidParameterList() const {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 3282 VFShape Shape = VFShape::get(
3526 auto Shape = VFShape::get(*CI, ElementCount::getFixed(static_cast<unsigned>(
5309 VFShape Shape =
5310 VFShape::get(*CI, ElementCount::getFixed(static_cast<unsigned>(
LoopVectorize.cpp 3865 VFShape Shape = VFShape::get(*CI, VF, false /*HasGlobalPred*/);
5100 const VFShape Shape = VFShape::get(*CI, VF, false /*HasGlobalPred*/);

Completed in 45 milliseconds