Searched refs:ValueTypeActions (Results 1 – 3 of 3) sorted by relevance
936 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()941 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()1024 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()1050 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()1283 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()1298 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()1308 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()1313 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()1323 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()1332 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()[all …]
898 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; variable902 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()907 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()911 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()916 return ValueTypeActions; in getValueTypeActions()927 return ValueTypeActions.getTypeAction(VT); in getTypeAction()2990 ValueTypeActionImpl ValueTypeActions; variable
59 TargetLowering::ValueTypeActionImpl ValueTypeActions;170 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()