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

References

include/llvm/CodeGen/TargetLowering.h
  778     return ValueTypeActions.getTypeAction(VT);
lib/CodeGen/TargetLoweringBase.cpp
  832     LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT);
  836              ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) &&
  918       if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal)
  944     if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal)