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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VFABIDemangling.cpp 325 StringRef VectorName = MangledName;
399 VectorName = MangledName;
401 if (VectorName.empty())
407 if (ISA == VFISAKind::LLVM && VectorName == OriginalName)
439 const Function *F = M.getFunction(VectorName);
454 if (!M.getFunction(VectorName))
458 return VFInfo({Shape, std::string(ScalarName), std::string(VectorName), ISA});
VectorUtils.cpp 1301 std::string VFABI::mangleTLIVectorName(StringRef VectorName,
1313 Out << "_" << ScalarName << "(" << VectorName << ")";
1333 assert(CI.getModule()->getFunction(Info.getValue().VectorName) &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 128 std::string VectorName; /// Vector Function Name associated to this VFInfo.
171 /// This routine mangles the given VectorName according to the LangRef
176 /// _ZGV<isa><mask><vlen><vparams>_<scalarname>(<vectorname>)
187 /// <vectorname> = the name of the vector function.
188 std::string mangleTLIVectorName(StringRef VectorName, StringRef ScalarName,
242 assert(CI.getModule()->getFunction(Shape.getValue().VectorName) &&
276 return M->getFunction(Info.VectorName);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 315 assert(M->getNamedValue(VI.getValue().VectorName) &&

Completed in 27 milliseconds