Searched refs:ValueTypeActions (Results 1 – 3 of 3) sorted by relevance
966 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()971 ValueTypeActions.getTypeAction(NVT) != TypePromoteInteger)) && in getTypeConversion()1054 if (NVT != MVT() && ValueTypeActions.getTypeAction(NVT) == TypeLegal) in getTypeConversion()1080 if (ValueTypeActions.getTypeAction(LargerVector) == TypeLegal) in getTypeConversion()1313 ValueTypeActions.setTypeAction((MVT::SimpleValueType)ExpandedReg, in computeRegisterProperties()1328 ValueTypeActions.setTypeAction(IVT, TypePromoteInteger); in computeRegisterProperties()1338 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeExpandFloat); in computeRegisterProperties()1343 ValueTypeActions.setTypeAction(MVT::ppcf128, TypeSoftenFloat); in computeRegisterProperties()1353 ValueTypeActions.setTypeAction(MVT::f128, TypeSoftenFloat); in computeRegisterProperties()1362 ValueTypeActions.setTypeAction(MVT::f80, TypeSoftenFloat); in computeRegisterProperties()[all …]
945 LegalizeTypeAction ValueTypeActions[MVT::VALUETYPE_SIZE]; variable949 std::fill(std::begin(ValueTypeActions), std::end(ValueTypeActions), in ValueTypeActionImpl()954 return ValueTypeActions[VT.SimpleTy]; in getTypeAction()958 ValueTypeActions[VT.SimpleTy] = Action; in setTypeAction()963 return ValueTypeActions; in getValueTypeActions()990 return ValueTypeActions.getTypeAction(VT); in getTypeAction()3352 ValueTypeActionImpl ValueTypeActions; variable
58 TargetLowering::ValueTypeActionImpl ValueTypeActions;169 ValueTypeActions(TLI.getValueTypeActions()) { in DAGTypeLegalizer()