Searched refs:ValueTypeActions (Results 1 – 4 of 4) sorted by relevance
907 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()910 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger) && in getTypeConversion()992 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()1018 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()1206 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()1221 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()1230 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()1239 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()1248 ValueTypeActions.setTypeAction(MVT::f64, TypeSoftenFloat); in computeRegisterProperties()1257 ValueTypeActions.setTypeAction(MVT::f32, TypeSoftenFloat); in computeRegisterProperties()[all …]
416 LegalizeTypeAction ValueTypeActions[MVT::LAST_VALUETYPE]; variable420 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()425 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()429 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()434 return ValueTypeActions; in getValueTypeActions()445 return ValueTypeActions.getTypeAction(VT); in getTypeAction()1917 ValueTypeActionImpl ValueTypeActions;
63 TargetLowering::ValueTypeActionImpl ValueTypeActions;143 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()
630 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in X86TargetLowering()