Searched refs:TypeLegal (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h95 TypeLegal, // The target natively supports this type. enumerator in enum:llvm::TargetLowering::LegalizeTypeAction
309 case TypeLegal:
1980 (!(NVT.isSimple() && LA != TypeLegal) ||
2051 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal)
2071 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal)
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp225 case TargetLowering::TypeLegal:
276 case TargetLowering::TypeLegal:
H A DLegalizeTypesGeneric.cpp48 case TargetLowering::TypeLegal:
H A DLegalizeTypes.h73 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal;
H A DLegalizeVectorTypes.cpp605 case TargetLowering::TypeLegal:
1660 case TargetLowering::TypeLegal:
H A DLegalizeDAG.cpp1138 TargetLowering::TypeLegal &&
1144 TargetLowering::TypeLegal ||
H A DLegalizeIntegerTypes.cpp215 case TargetLowering::TypeLegal:
578 case TargetLowering::TypeLegal:

Completed in 390 milliseconds