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

References

utils/TableGen/CodeGenDAGPatterns.cpp
 2445     if (!InstInfo.ImplicitDefs.empty()) {
utils/TableGen/CodeGenInstruction.cpp
  414   ImplicitDefs = R->getValueAsListOfDefs("Defs");
  447   if (ImplicitDefs.empty()) return MVT::Other;
  450   Record *FirstImplicitDef = ImplicitDefs[0];
utils/TableGen/DAGISelMatcherGen.cpp
  899       HandledReg = II.ImplicitDefs[0];
 1041         HandledReg = II.ImplicitDefs[0];
utils/TableGen/GlobalISelEmitter.cpp
 2825       if (!I->ImplicitDefs.empty() || !I->ImplicitUses.empty()) {
 2826         for (auto Def : I->ImplicitDefs) {
utils/TableGen/InstrDocsEmitter.cpp
  192     if (!II->ImplicitDefs.empty()) {
  195       for (Record *Def : II->ImplicitDefs) {