Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DHardwareLoops.cpp110 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()