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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 210 class VFDatabase {
263 VFDatabase(CallInst &CI)
265 ScalarToVectorMappings(VFDatabase::getMappings(CI)) {}
266 /// \defgroup VFDatabase query interface.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 699 (!VFDatabase::getMappings(*CI).empty() ||
SLPVectorizer.cpp 3285 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape);
3305 VecFunc != VFDatabase(*CI2).getVectorizedFunction(Shape)) ||
3529 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape);
5313 CF = VFDatabase(*CI).getVectorizedFunction(Shape);
LoopVectorize.cpp 3866 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape);
5102 assert(VFDatabase(*CI).getVectorizedFunction(Shape) != nullptr &&
5105 VectorF = VFDatabase(*CI).getVectorizedFunction(Shape);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 1842 !VFDatabase::getMappings(*Call).empty())

Completed in 67 milliseconds