Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h66 enum RejectAction { RejectAndGiveUp, RejectAndResume }; in executeMatchTable() enumerator
71 return RejectAndGiveUp; in executeMatchTable()
166 if (handleReject() == RejectAndGiveUp) in executeMatchTable()
173 if (handleReject() == RejectAndGiveUp) in executeMatchTable()
206 if (handleReject() == RejectAndGiveUp) in executeMatchTable()
230 if (handleReject() == RejectAndGiveUp) in executeMatchTable()
320 if (handleReject() == RejectAndGiveUp) in executeMatchTable()
349 if (handleReject() == RejectAndGiveUp) in executeMatchTable()
370 if (handleReject() == RejectAndGiveUp) in executeMatchTable()
391 if (handleReject() == RejectAndGiveUp) in executeMatchTable()
[all …]