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

References

include/llvm/CodeGen/TargetLowering.h
  311     return TypePromoteInteger;
lib/CodeGen/CodeGenPrepare.cpp
 1166       TargetLowering::TypePromoteInteger)
 1169       TargetLowering::TypePromoteInteger)
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
15625                      TargetLowering::TypePromoteInteger) {
15877                    TargetLowering::TypePromoteInteger) {
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  293   case TargetLowering::TypePromoteInteger:
  475       == TargetLowering::TypePromoteInteger) {
  551       == TargetLowering::TypePromoteInteger) {
  827   if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) {
  828     if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) {
  852   if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger)
  893   if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger)
  902   if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger)
  919   case TargetLowering::TypePromoteInteger:
 2389            TargetLowering::TypePromoteInteger &&
 3276            TargetLowering::TypePromoteInteger &&
 3541            TargetLowering::TypePromoteInteger &&
 4080   if (getTypeAction(InOp0.getValueType()) == TargetLowering::TypePromoteInteger)
 4199     if (getTypeAction(Op.getValueType()) == TargetLowering::TypePromoteInteger)
 4228       == TargetLowering::TypePromoteInteger) {
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
  246       case TargetLowering::TypePromoteInteger:
  302       case TargetLowering::TypePromoteInteger:
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
   50     case TargetLowering::TypePromoteInteger:
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
 1071   case TargetLowering::TypePromoteInteger:
 3500   case TargetLowering::TypePromoteInteger:
 4692          Action == TargetLowering::TypePromoteInteger) &&
 4712          Action == TargetLowering::TypePromoteInteger) &&
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 1209       TargetLowering::TypePromoteInteger) {
lib/CodeGen/TargetLoweringBase.cpp
  836              ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) &&
  858       if (NextStep.first == TypePromoteInteger)
  861       return LegalizeKind(TypePromoteInteger, NVT);
  919         return LegalizeKind(TypePromoteInteger,
 1203       ValueTypeActions.setTypeAction(IVT, TypePromoteInteger);
 1272     case TypePromoteInteger: {
 1289           ValueTypeActions.setTypeAction(VT, TypePromoteInteger);
 1406   if (NumElts != 1 && (TA == TypeWidenVector || TA == TypePromoteInteger)) {
lib/Target/X86/X86ISelLowering.cpp
28082         if (getTypeAction(*DAG.getContext(), InVT) != TypePromoteInteger)