reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/TableGen/CodeGenInstruction.cpp
  389   hasPostISelHook = R->getValueAsBit("hasPostISelHook");
utils/TableGen/InstrDocsEmitter.cpp
  125     FLAG(hasPostISelHook)
utils/TableGen/InstrInfoEmitter.cpp
  693   if (Inst.hasPostISelHook)    OS << "|(1ULL<<MCID::HasPostISelHook)";