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.h124 using SizeAndActionsVec = std::vector<SizeAndAction>; variable
126 std::function<SizeAndActionsVec(const SizeAndActionsVec &v)>;
209 static SizeAndActionsVec
210 unsupportedForDifferentSizes(const SizeAndActionsVec &v) { in unsupportedForDifferentSizes()
220 static SizeAndActionsVec
221 widenToLargerTypesAndNarrowToLargest(const SizeAndActionsVec &v) { in widenToLargerTypesAndNarrowToLargest()
230 static SizeAndActionsVec
231 widenToLargerTypesUnsupportedOtherwise(const SizeAndActionsVec &v) { in widenToLargerTypesUnsupportedOtherwise()
237 static SizeAndActionsVec
238 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 in increaseToLargerTypesAndDecreaseToLargest()
212 const SizeAndActionsVec &v, LegacyLegalizeAction IncreaseAction, in increaseToLargerTypesAndDecreaseToLargest()
214 SizeAndActionsVec result; in increaseToLargerTypesAndDecreaseToLargest()
230 LegacyLegalizerInfo::SizeAndActionsVec in decreaseToSmallerTypesAndIncreaseToSmallest()
232 const SizeAndActionsVec in decreaseToSmallerTypesAndIncreaseToSmallest()
[all...]