Searched refs:reportHWLoopFailure (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | HardwareLoops.cpp | 113 void reportHWLoopFailure(const StringRef Msg, const StringRef ORETag, in reportHWLoopFailure() function 250 reportHWLoopFailure("nested hardware-loops not supported", "HWLoopNested", in TryConvertLoop() 258 reportHWLoopFailure("cannot analyze loop, irreducible control flow", in TryConvertLoop() 265 reportHWLoopFailure("it's not profitable to create a hardware-loop", in TryConvertLoop() 293 reportHWLoopFailure("loop is not a candidate", "HWLoopNoCandidate", ORE, L); in TryConvertLoop() 320 reportHWLoopFailure("could not safely create a loop count expression", in Create()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | HardwareLoops.cpp | 110 void reportHWLoopFailure(const StringRef Msg, const StringRef ORETag, in reportHWLoopFailure() function 247 reportHWLoopFailure("nested hardware-loops not supported", "HWLoopNested", in TryConvertLoop() 256 reportHWLoopFailure("cannot analyze loop, irreducible control flow", in TryConvertLoop() 263 reportHWLoopFailure("it's not profitable to create a hardware-loop", in TryConvertLoop() 291 reportHWLoopFailure("loop is not a candidate", "HWLoopNoCandidate", ORE, L); in TryConvertLoop() 318 reportHWLoopFailure("could not safely create a loop count expression", in Create()
|