Searched refs:SizeAndActionsVec (Results 1 – 2 of 2) sorted by relevance
125 using SizeAndActionsVec = std::vector<SizeAndAction>; variable127 std::function<SizeAndActionsVec(const SizeAndActionsVec &v)>;210 static SizeAndActionsVec211 unsupportedForDifferentSizes(const SizeAndActionsVec &v) { in unsupportedForDifferentSizes()221 static SizeAndActionsVec222 widenToLargerTypesAndNarrowToLargest(const SizeAndActionsVec &v) { in widenToLargerTypesAndNarrowToLargest()231 static SizeAndActionsVec232 widenToLargerTypesUnsupportedOtherwise(const SizeAndActionsVec &v) { in widenToLargerTypesUnsupportedOtherwise()238 static SizeAndActionsVec239 narrowToSmallerAndUnsupportedIfTooSmall(const SizeAndActionsVec &v) { in narrowToSmallerAndUnsupportedIfTooSmall()[all …]
115 SizeAndActionsVec ScalarSpecifiedActions; in computeTables()117 std::map<uint16_t, SizeAndActionsVec> AddressSpace2SpecifiedActions; in computeTables()119 std::map<uint16_t, SizeAndActionsVec> ElemSize2SpecifiedActions; in computeTables()160 SizeAndActionsVec ElementSizesSeen; in computeTables()170 SizeAndActionsVec NumElementsActions; in computeTables()210 LegacyLegalizerInfo::SizeAndActionsVec212 const SizeAndActionsVec &v, LegacyLegalizeAction IncreaseAction, in increaseToLargerTypesAndDecreaseToLargest()214 SizeAndActionsVec result; in increaseToLargerTypesAndDecreaseToLargest()230 LegacyLegalizerInfo::SizeAndActionsVec232 const SizeAndActionsVec &v, LegacyLegalizeAction DecreaseAction, in decreaseToSmallerTypesAndIncreaseToSmallest()[all …]