Searched refs:unset_flags (Results 1 – 4 of 4) sorted by relevance
428 buf_flags ( addr, set_flags, unset_flags )431 u_long unset_flags;445 unset_flags&BUF_DIRTY ? "DIRTY " : "", 446 unset_flags&BUF_VALID ? "VALID " : "", 447 unset_flags&BUF_PINNED ? "PINNED " : "", 448 unset_flags&BUF_IO_ERROR ? "IO_ERROR " : "", 450 unset_flags&BUF_NEWPAGE ? "NEWPAGE " : "" );467 unset_flags |= BUF_NEWPAGE;470 if ( unset_flags & BUF_PINNED ) {474 unset_flags &= ~BUF_PINNED;[all …]
385 if (!FI->unset_flags().empty()) in printExtras()386 OS << " (unset " << join(FI->unset_flags(), ", ") << ")"; in printExtras()
409 const auto &unset_flags() const { return UnsetF; } in unset_flags() function
2335 for (StringRef F : FI->unset_flags()) in emitInstructionApplyPattern()2464 if (const auto &UnsetF = FI->unset_flags(); !UnsetF.empty()) in emitCodeGenInstructionMatchPattern()