Searched refs:ValueTypeActions (Results 1 – 3 of 3) sorted by relevance
810 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()814 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()896 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()922 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()1166 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()1181 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()1191 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()1196 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()1206 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()1215 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()[all …]
759 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; variable763 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()768 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()772 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()777 return ValueTypeActions; in getValueTypeActions()788 return ValueTypeActions.getTypeAction(VT); in getTypeAction()2783 ValueTypeActionImpl ValueTypeActions; variable
59 TargetLowering::ValueTypeActionImpl ValueTypeActions;164 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()