Home
last modified time | relevance | path

Searched refs:TypePromoteInteger (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp733 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) && in getTypeConversion()
755 if (NextStep.first == TypePromoteInteger) in getTypeConversion()
758 return LegalizeKind(TypePromoteInteger, NVT); in getTypeConversion()
816 return LegalizeKind(TypePromoteInteger, in getTypeConversion()
1100 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1168 case TypePromoteInteger: in computeRegisterProperties()
1180 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
1283 if (NumElts != 1 && (TA == TypeWidenVector || TA == TypePromoteInteger)) { in getVectorTypeBreakdown()
DCodeGenPrepare.cpp1121 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
1124 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h101 TypePromoteInteger, // Replace this integer with a larger one. enumerator
1824 ValueTypeActions.getTypeAction(NVT.getSimpleVT()) != TypePromoteInteger) in getTypeConversion()
1840 if (NextStep.first == TypePromoteInteger) return NextStep; in getTypeConversion()
1842 return LegalizeKind(TypePromoteInteger, NVT); in getTypeConversion()
1896 return LegalizeKind(TypePromoteInteger, in getTypeConversion()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp992 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) && in getTypeConversion()
1014 if (NextStep.first == TypePromoteInteger) in getTypeConversion()
1017 return LegalizeKind(TypePromoteInteger, NVT); in getTypeConversion()
1075 return LegalizeKind(TypePromoteInteger, in getTypeConversion()
1330 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1398 case TypePromoteInteger: { in computeRegisterProperties()
1410 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
1512 if (NumElts != 1 && (TA == TypeWidenVector || TA == TypePromoteInteger)) { in getVectorTypeBreakdown()
DCodeGenPrepare.cpp824 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
827 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp260 case TargetLowering::TypePromoteInteger: in PromoteIntRes_BITCAST()
452 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_INT_EXTEND()
611 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC()
614 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger && in PromoteIntRes_SETCC()
631 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL()
633 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL()
674 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRA()
676 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRA()
685 if (getTypeAction(LHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRL()
687 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRL()
[all …]
DLegalizeTypes.cpp232 case TargetLowering::TypePromoteInteger: in run()
289 case TargetLowering::TypePromoteInteger: in run()
DLegalizeTypesGeneric.cpp51 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp752 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST()
2546 case TargetLowering::TypePromoteInteger: in WidenVecRes_BITCAST()
3424 Action == TargetLowering::TypePromoteInteger) && in FindMemType()
DDAGCombiner.cpp11630 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores()
11802 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores()
DSelectionDAG.cpp1124 TargetLowering::TypePromoteInteger) { in getConstant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp262 case TargetLowering::TypePromoteInteger: in PromoteIntRes_BITCAST()
446 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_INT_EXTEND()
599 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
600 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
624 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL()
665 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRA()
674 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRL()
691 case TargetLowering::TypePromoteInteger: in PromoteIntRes_TRUNCATE()
1236 if (getTypeAction(DataVT) == TargetLowering::TypePromoteInteger) in PromoteIntOp_MSTORE()
2050 TargetLowering::TypePromoteInteger && in ExpandIntRes_ANY_EXTEND()
[all …]
DLegalizeTypes.cpp252 case TargetLowering::TypePromoteInteger: in run()
312 case TargetLowering::TypePromoteInteger: in run()
DLegalizeTypesGeneric.cpp51 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp828 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST()
2763 case TargetLowering::TypePromoteInteger: in WidenVecRes_BITCAST()
3786 Action == TargetLowering::TypePromoteInteger) && in FindMemType()
DSelectionDAG.cpp1208 TargetLowering::TypePromoteInteger) { in getConstant()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp382 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
385 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp234 case TargetLowering::TypePromoteInteger: in run()
285 case TargetLowering::TypePromoteInteger: in run()
DLegalizeIntegerTypes.cpp219 case TargetLowering::TypePromoteInteger: in PromoteIntRes_BITCAST()
388 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_INT_EXTEND()
576 case TargetLowering::TypePromoteInteger: in PromoteIntRes_TRUNCATE()
1627 TargetLowering::TypePromoteInteger && in ExpandIntRes_ANY_EXTEND()
2145 TargetLowering::TypePromoteInteger && in ExpandIntRes_SIGN_EXTEND()
2374 TargetLowering::TypePromoteInteger && in ExpandIntRes_ZERO_EXTEND()
DLegalizeTypesGeneric.cpp52 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp528 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST()
789 case TargetLowering::TypePromoteInteger: { in SplitVecRes_UnaryOp()
1598 case TargetLowering::TypePromoteInteger: in WidenVecRes_BITCAST()
DTargetLowering.cpp790 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
818 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger); in computeRegisterProperties()
854 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
DSelectionDAG.cpp946 TargetLowering::TypePromoteInteger) { in getConstant()
/external/llvm/include/llvm/Target/
DTargetLowering.h101 TypePromoteInteger, // Replace this integer with a larger one. enumerator
215 return TypePromoteInteger; in getPreferredVectorAction()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h124 TypePromoteInteger, // Replace this integer with a larger one. enumerator
286 return TypePromoteInteger; in getPreferredVectorAction()

12