Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp111 void reportHWLoopFailure(const StringRef Msg, const StringRef ORETag, in reportHWLoopFailure() function
308 reportHWLoopFailure("nested hardware-loops not supported", "HWLoopNested", in TryConvertLoop()
317 reportHWLoopFailure("cannot analyze loop, irreducible control flow", in TryConvertLoop()
324 reportHWLoopFailure("it's not profitable to create a hardware-loop", in TryConvertLoop()
352 reportHWLoopFailure("loop is not a candidate", "HWLoopNoCandidate", ORE, L); in TryConvertLoop()
379 reportHWLoopFailure("could not safely create a loop count expression", in Create()