Searched refs:SizeAndActionsVec (Results 1 – 4 of 4) sorted by relevance
123 using SizeAndActionsVec = std::vector<SizeAndAction>; variable125 std::function<SizeAndActionsVec(const SizeAndActionsVec &v)>;208 static SizeAndActionsVec209 unsupportedForDifferentSizes(const SizeAndActionsVec &v) { in unsupportedForDifferentSizes()219 static SizeAndActionsVec220 widenToLargerTypesAndNarrowToLargest(const SizeAndActionsVec &v) { in widenToLargerTypesAndNarrowToLargest()229 static SizeAndActionsVec230 widenToLargerTypesUnsupportedOtherwise(const SizeAndActionsVec &v) { in widenToLargerTypesUnsupportedOtherwise()236 static SizeAndActionsVec237 narrowToSmallerAndUnsupportedIfTooSmall(const SizeAndActionsVec &v) { in narrowToSmallerAndUnsupportedIfTooSmall()[all …]
112 SizeAndActionsVec ScalarSpecifiedActions; in computeTables()114 std::map<uint16_t, SizeAndActionsVec> AddressSpace2SpecifiedActions; in computeTables()116 std::map<uint16_t, SizeAndActionsVec> ElemSize2SpecifiedActions; in computeTables()157 SizeAndActionsVec ElementSizesSeen; in computeTables()167 SizeAndActionsVec NumElementsActions; in computeTables()207 LegacyLegalizerInfo::SizeAndActionsVec209 const SizeAndActionsVec &v, LegacyLegalizeAction IncreaseAction, in increaseToLargerTypesAndDecreaseToLargest()211 SizeAndActionsVec result; in increaseToLargerTypesAndDecreaseToLargest()227 LegacyLegalizerInfo::SizeAndActionsVec229 const SizeAndActionsVec &v, LegacyLegalizeAction DecreaseAction, in decreaseToSmallerTypesAndIncreaseToSmallest()[all …]
38 LegacyLegalizerInfo::SizeAndActionsVec &result, in addAndInterleaveWithUnsupported()39 const LegacyLegalizerInfo::SizeAndActionsVec &v) { in addAndInterleaveWithUnsupported()48 static LegacyLegalizerInfo::SizeAndActionsVec49 widen_8_16(const LegacyLegalizerInfo::SizeAndActionsVec &v) { in widen_8_16()52 LegacyLegalizerInfo::SizeAndActionsVec result = { in widen_8_16()
36 LegacyLegalizerInfo::SizeAndActionsVec &result, in addAndInterleaveWithUnsupported()37 const LegacyLegalizerInfo::SizeAndActionsVec &v) { in addAndInterleaveWithUnsupported()46 static LegacyLegalizerInfo::SizeAndActionsVec47 widen_1(const LegacyLegalizerInfo::SizeAndActionsVec &v) { in widen_1()50 LegacyLegalizerInfo::SizeAndActionsVec result = { in widen_1()