Home
last modified time | relevance | path

Searched refs:VecDiagMsg (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7455 std::pair<StringRef, std::string> VecDiagMsg, IntDiagMsg; in processLoop() local
7466 VecDiagMsg = std::make_pair( in processLoop()
7503 return OptimizationRemarkMissed(VAPassName, VecDiagMsg.first, in processLoop()
7505 << VecDiagMsg.second; in processLoop()
7516 return OptimizationRemarkAnalysis(VAPassName, VecDiagMsg.first, in processLoop()
7518 << VecDiagMsg.second; in processLoop()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6496 std::string VecDiagMsg, IntDiagMsg; in processLoop() local
6508 VecDiagMsg = in processLoop()
6539 L->getStartLoc(), VecDiagMsg); in processLoop()
6546 L->getStartLoc(), VecDiagMsg); in processLoop()