Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h61 enum RejectAction { RejectAndGiveUp, RejectAndResume }; in executeMatchTable() enum
62 auto handleReject = [&]() -> RejectAction { in executeMatchTable()