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

References

utils/TableGen/CodeGenDAGPatterns.cpp
  271   bool OutP = Out.count(MVT::iPTR), InP = In.count(MVT::iPTR);
  271   bool OutP = Out.count(MVT::iPTR), InP = In.count(MVT::iPTR);
  272   auto Int = [&In](MVT T) -> bool { return !In.count(T); };
  300     berase_if(Diff, [&In](MVT T) { return In.count(T); });
  303     berase_if(Out, [&Diff](MVT T) { return Diff.count(T); });
  306     berase_if(Diff, [&Out](MVT T) { return Out.count(T); });
  770           if (Legal.count(T))
  773           if (Legal.count(T))
  776           if (Legal.count(T))
  781           if (Legal.count(T))
  784           if (Legal.count(T))
  787           if (Legal.count(T))
  792           if (Legal.count(T))
  797           if (Legal.count(T))
utils/TableGen/CodeGenDAGPatterns.h
   94     bool V = count(T.SimpleTy);