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.cpp112 void reportHWLoopFailure(const StringRef Msg, const StringRef ORETag, in reportHWLoopFailure() function
309 reportHWLoopFailure("nested hardware-loops not supported", "HWLoopNested", in TryConvertLoop()
318 reportHWLoopFailure("cannot analyze loop, irreducible control flow", in TryConvertLoop()
325 reportHWLoopFailure("it's not profitable to create a hardware-loop", in TryConvertLoop()
353 reportHWLoopFailure("loop is not a candidate", "HWLoopNoCandidate", ORE, L); in TryConvertLoop()
380 reportHWLoopFailure("could not safely create a loop count expression", in Create()