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

References

include/llvm/CodeGen/TargetRegisterInfo.h
  289     for (auto I = legalclasstypes_begin(RC); *I != MVT::Other; ++I)
  302     vt_iterator I = legalclasstypes_begin(RC);
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 7908   const MVT RegVT = *TRI.legalclasstypes_begin(*RC);
lib/CodeGen/TargetLoweringBase.cpp
 1010   for (auto I = TRI.legalclasstypes_begin(RC); *I != MVT::Other; ++I)
lib/Target/Mips/MipsOptimizePICCall.cpp
  140   assert(TRI.legalclasstypes_end(*RC) - TRI.legalclasstypes_begin(*RC) == 1);
  141   return *TRI.legalclasstypes_begin(*RC);
lib/Target/X86/X86InstrInfo.cpp
 5635     EVT VT = *TRI.legalclasstypes_begin(*RC);
 5665     VTs.push_back(*TRI.legalclasstypes_begin(*DstRC));