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

References

utils/TableGen/CodeGenDAGPatterns.h
 1078         : std::string(Def->getValueAsString("CondString"));
 1085     return IfCond == P.IfCond && IsHwMode == P.IsHwMode && Def == P.Def;
 1085     return IfCond == P.IfCond && IsHwMode == P.IsHwMode && Def == P.Def;
 1090     assert(!Def == !P.Def && "Inconsistency between Def and IsHwMode");
 1090     assert(!Def == !P.Def && "Inconsistency between Def and IsHwMode");
 1093     if (Def)
 1094       return LessRecord()(Def, P.Def);
 1094       return LessRecord()(Def, P.Def);
utils/TableGen/GlobalISelEmitter.cpp
 3455     if (!P.Def || P.getCondString().empty())
 3457     declareSubtargetFeature(P.Def);
 3458     M.addRequiredFeature(P.Def);