Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp814 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()
836 if (NextStep.first == TypePromoteInteger) in getTypeConversion()
839 return LegalizeKind(TypePromoteInteger, NVT); in getTypeConversion()
897 return LegalizeKind(TypePromoteInteger, in getTypeConversion()
1181 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()
1250 case TypePromoteInteger: { in computeRegisterProperties()
1267 ValueTypeActions.setTypeAction(VT, TypePromoteInteger); in computeRegisterProperties()
1387 if (NumElts != 1 && (TA == TypeWidenVector || TA == TypePromoteInteger)) { in getVectorTypeBreakdown()
DTypePromotion.cpp980 TargetLowering::TypePromoteInteger) in runOnFunction()
DCodeGenPrepare.cpp1176 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
1179 TargetLowering::TypePromoteInteger) in OptimizeNoopCopyExpression()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp298 case TargetLowering::TypePromoteInteger: in PromoteIntRes_BITCAST()
493 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_EXTRACT_VECTOR_ELT()
569 == TargetLowering::TypePromoteInteger) { in PromoteIntRes_INT_EXTEND()
912 if (getTypeAction(SVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
913 if (getTypeAction(InVT) == TargetLowering::TypePromoteInteger) { in PromoteIntRes_SETCC()
947 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SHL()
988 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRA()
997 if (getTypeAction(RHS.getValueType()) == TargetLowering::TypePromoteInteger) in PromoteIntRes_SRL()
1014 case TargetLowering::TypePromoteInteger: in PromoteIntRes_TRUNCATE()
2516 TargetLowering::TypePromoteInteger && in ExpandIntRes_ANY_EXTEND()
[all …]
DLegalizeTypes.cpp247 case TargetLowering::TypePromoteInteger: in run()
303 case TargetLowering::TypePromoteInteger: in run()
DLegalizeTypesGeneric.cpp50 case TargetLowering::TypePromoteInteger: in ExpandRes_BITCAST()
DLegalizeVectorTypes.cpp1031 case TargetLowering::TypePromoteInteger: in SplitVecRes_BITCAST()
3466 case TargetLowering::TypePromoteInteger: { in WidenVecRes_BITCAST()
4794 Action == TargetLowering::TypePromoteInteger) && in FindMemType()
4818 Action == TargetLowering::TypePromoteInteger) && in FindMemType()
DSelectionDAG.cpp1247 TargetLowering::TypePromoteInteger) { in getConstant()
DDAGCombiner.cpp15879 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores()
16131 TargetLowering::TypePromoteInteger) { in MergeConsecutiveStores()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h127 TypePromoteInteger, // Replace this integer with a larger one. enumerator
317 return TypePromoteInteger; in getPreferredVectorAction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp28959 if (getTypeAction(*DAG.getContext(), InVT) != TypePromoteInteger) in ReplaceNodeResults()