Home
last modified time | relevance | path

Searched refs:TypeLegal (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp907 assert((LA == TypeLegal || LA == TypeSoftenFloat || in getTypeConversion()
990 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()
1016 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()
1597 if (LK.first == TypeLegal) in getTypeLegalizationCost()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp227 case TargetLowering::TypeLegal: in run()
282 case TargetLowering::TypeLegal: in run()
DLegalizeTypesGeneric.cpp50 case TargetLowering::TypeLegal: in ExpandRes_BITCAST()
DLegalizeTypes.h72 return TLI.getTypeAction(*DAG.getContext(), VT) == TargetLowering::TypeLegal; in isTypeLegal()
DLegalizeVectorTypes.cpp724 case TargetLowering::TypeLegal: in SplitVecRes_BITCAST()
2120 case TargetLowering::TypeLegal: in WidenVecRes_BITCAST()
DLegalizeIntegerTypes.cpp244 case TargetLowering::TypeLegal: in PromoteIntRes_BITCAST()
647 case TargetLowering::TypeLegal: in PromoteIntRes_TRUNCATE()
DLegalizeDAG.cpp1165 TargetLowering::TypeLegal && in LegalizeOp()
1171 TargetLowering::TypeLegal || in LegalizeOp()
/external/llvm/include/llvm/Target/
DTargetLowering.h96 TypeLegal, // The target natively supports this type. enumerator
450 case TypeLegal: in getTypeToExpandTo()