Home
last modified time | relevance | path

Searched refs:SizeAndActionsVec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h125 using SizeAndActionsVec = std::vector<SizeAndAction>; variable
127 std::function<SizeAndActionsVec(const SizeAndActionsVec &v)>;
210 static SizeAndActionsVec
211 unsupportedForDifferentSizes(const SizeAndActionsVec &v) { in unsupportedForDifferentSizes()
221 static SizeAndActionsVec
222 widenToLargerTypesAndNarrowToLargest(const SizeAndActionsVec &v) { in widenToLargerTypesAndNarrowToLargest()
231 static SizeAndActionsVec
232 widenToLargerTypesUnsupportedOtherwise(const SizeAndActionsVec &v) { in widenToLargerTypesUnsupportedOtherwise()
238 static SizeAndActionsVec
239 narrowToSmallerAndUnsupportedIfTooSmall(const SizeAndActionsVec &v) { in narrowToSmallerAndUnsupportedIfTooSmall()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp115 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::SizeAndActionsVec
212 const SizeAndActionsVec &v, LegacyLegalizeAction IncreaseAction, in increaseToLargerTypesAndDecreaseToLargest()
214 SizeAndActionsVec result; in increaseToLargerTypesAndDecreaseToLargest()
230 LegacyLegalizerInfo::SizeAndActionsVec
232 const SizeAndActionsVec &v, LegacyLegalizeAction DecreaseAction, in decreaseToSmallerTypesAndIncreaseToSmallest()
[all …]