Searched refs:TypePromoteInteger (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLowering.h95 TypePromoteInteger, // Replace this integer with a larger one. enumerator in enum:llvm::TargetLoweringBase::LegalizeTypeAction
195 return TypePromoteInteger;
1639 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)
1661 if (NextStep.first == TypePromoteInteger) return NextStep;
1663 return LegalizeKind(TypePromoteInteger, NVT);
1720 return LegalizeKind(TypePromoteInteger,
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1046 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger);
1083 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger);
1104 case TypePromoteInteger: {
1117 ValueTypeActions.setTypeAction(VT, TypePromoteInteger);
1214 if (NumElts != 1 && (TA == TypeWidenVector || TA == TypePromoteInteger)) {
H A DCodeGenPrepare.cpp553 TargetLowering::TypePromoteInteger)
556 TargetLowering::TypePromoteInteger)
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp246 case TargetLowering::TypePromoteInteger:
420 == TargetLowering::TypePromoteInteger) {
555 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger &&
558 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger &&
623 case TargetLowering::TypePromoteInteger:
1701 TargetLowering::TypePromoteInteger &&
2183 TargetLowering::TypePromoteInteger &&
2418 TargetLowering::TypePromoteInteger &&
H A DLegalizeTypes.cpp234 case TargetLowering::TypePromoteInteger:
283 case TargetLowering::TypePromoteInteger:
H A DLegalizeTypesGeneric.cpp51 case TargetLowering::TypePromoteInteger:
H A DLegalizeVectorTypes.cpp697 case TargetLowering::TypePromoteInteger:
1945 case TargetLowering::TypePromoteInteger:
H A DDAGCombiner.cpp9204 TargetLowering::TypePromoteInteger) {
9395 TargetLowering::TypePromoteInteger) {
H A DSelectionDAG.cpp1118 TargetLowering::TypePromoteInteger) {

Completed in 1415 milliseconds