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

Declarations

lib/Target/PowerPC/PPCFastISel.cpp
  146     bool isLoadTypeLegal(Type *Ty, MVT &VT);

References

lib/Target/PowerPC/PPCFastISel.cpp
  600   if (!isLoadTypeLegal(I->getType(), VT))
  749   if (!isLoadTypeLegal(Op0->getType(), VT))
 2270   if (!isLoadTypeLegal(AI->getType(), VT)) return 0;
 2297   if (!isLoadTypeLegal(LI->getType(), VT))