Searched refs:ORETag (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 164 const StringRef OREMsg, const StringRef ORETag,
|
/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 174 const StringRef OREMsg, const StringRef ORETag,
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | HardwareLoops.cpp | 113 void reportHWLoopFailure(const StringRef Msg, const StringRef ORETag, in reportHWLoopFailure() argument 116 ORE->emit(createHWLoopAnalysis(ORETag, TheLoop, I) << Msg); in reportHWLoopFailure()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | HardwareLoops.cpp | 113 void reportHWLoopFailure(const StringRef Msg, const StringRef ORETag, in reportHWLoopFailure() argument 116 ORE->emit(createHWLoopAnalysis(ORETag, TheLoop, I) << Msg); in reportHWLoopFailure()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 882 const StringRef OREMsg, const StringRef ORETag, in reportVectorizationFailure() argument 887 ORETag, TheLoop, I) << OREMsg); in reportVectorizationFailure()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1136 const StringRef OREMsg, const StringRef ORETag, in reportVectorizationFailure() argument 1141 ORETag, TheLoop, I) << OREMsg); in reportVectorizationFailure()
|