Home | History | Annotate | Download | only in TableGen

Lines Matching defs:condition

193     //   - put conditional properties after properties used in the condition
251 PropertyType type, StringRef condition = "");
256 StringRef condition = "");
514 StringRef condition) {
528 if (!condition.empty()) Out << "llvm::Optional<";
530 if (!condition.empty()) Out << ">";
533 if (condition.empty()) {
537 " if (" << condition << ") {\n"
550 if (condition.empty()) {
569 StringRef condition) {
570 if (!condition.empty()) {
571 Out << " if (" << condition << ") {\n";
584 if (!condition.empty()) {