/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 733 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()
|
D | CodeGenPrepare.cpp | 1121 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression() 1124 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetLowering.h | 101 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/ |
D | TargetLoweringBase.cpp | 992 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()
|
D | CodeGenPrepare.cpp | 824 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression() 827 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 260 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 …]
|
D | LegalizeTypes.cpp | 232 case TargetLowering::TypePromoteInteger: in run() 289 case TargetLowering::TypePromoteInteger: in run()
|
D | LegalizeTypesGeneric.cpp | 51 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
|
D | LegalizeVectorTypes.cpp | 752 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST() 2546 case TargetLowering::TypePromoteInteger: in WidenVecRes_BITCAST() 3424 Action == TargetLowering::TypePromoteInteger) && in FindMemType()
|
D | DAGCombiner.cpp | 11630 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores() 11802 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores()
|
D | SelectionDAG.cpp | 1124 TargetLowering::TypePromoteInteger) { in getConstant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 262 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 …]
|
D | LegalizeTypes.cpp | 252 case TargetLowering::TypePromoteInteger: in run() 312 case TargetLowering::TypePromoteInteger: in run()
|
D | LegalizeTypesGeneric.cpp | 51 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
|
D | LegalizeVectorTypes.cpp | 828 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST() 2763 case TargetLowering::TypePromoteInteger: in WidenVecRes_BITCAST() 3786 Action == TargetLowering::TypePromoteInteger) && in FindMemType()
|
D | SelectionDAG.cpp | 1208 TargetLowering::TypePromoteInteger) { in getConstant()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CodeGenPrepare.cpp | 382 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression() 385 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 234 case TargetLowering::TypePromoteInteger: in run() 285 case TargetLowering::TypePromoteInteger: in run()
|
D | LegalizeIntegerTypes.cpp | 219 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()
|
D | LegalizeTypesGeneric.cpp | 52 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
|
D | LegalizeVectorTypes.cpp | 528 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST() 789 case TargetLowering::TypePromoteInteger: { in SplitVecRes_UnaryOp() 1598 case TargetLowering::TypePromoteInteger: in WidenVecRes_BITCAST()
|
D | TargetLowering.cpp | 790 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties() 818 ValueTypeActions.setTypeAction(MVT::f32, TypePromoteInteger); in computeRegisterProperties() 854 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
|
D | SelectionDAG.cpp | 946 TargetLowering::TypePromoteInteger) { in getConstant()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 101 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/ |
D | TargetLowering.h | 124 TypePromoteInteger, // Replace this integer with a larger one. enumerator 286 return TypePromoteInteger; in getPreferredVectorAction()
|