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

References

utils/TableGen/CodeGenInstruction.cpp
  557               .hasSubClass(&T.getRegisterClass(ADI->getDef())))
utils/TableGen/CodeGenRegisters.cpp
 2353     if (RC.hasSubClass(FoundRC)) {
 2361     if (FoundRC->hasSubClass(&RC))
 2378         RC.contains(Reg) && (!BestRC || BestRC->hasSubClass(&RC)))
utils/TableGen/FastISelEmitter.cpp
  283         if (DstRC != RC && !DstRC->hasSubClass(RC))
utils/TableGen/RISCVCompressInstEmitter.cpp
  157     return RC.hasSubClass(&SubRC);
utils/TableGen/RegisterBankEmitter.cpp
  188     if (RC != &PossibleSubclass && RC->hasSubClass(&PossibleSubclass))