Searched refs:SizeAndActionsVec (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| HD | LegalizerInfo.h | 961 using SizeAndActionsVec = std::vector<SizeAndAction>; variable 963 std::function<SizeAndActionsVec(const SizeAndActionsVec &v)>; 1023 static SizeAndActionsVec 1024 unsupportedForDifferentSizes(const SizeAndActionsVec &v) { in unsupportedForDifferentSizes() 1034 static SizeAndActionsVec 1035 widenToLargerTypesAndNarrowToLargest(const SizeAndActionsVec &v) { in widenToLargerTypesAndNarrowToLargest() 1044 static SizeAndActionsVec 1045 widenToLargerTypesUnsupportedOtherwise(const SizeAndActionsVec &v) { in widenToLargerTypesUnsupportedOtherwise() 1051 static SizeAndActionsVec 1052 narrowToSmallerAndUnsupportedIfTooSmall(const SizeAndActionsVec &v) { in narrowToSmallerAndUnsupportedIfTooSmall() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | LegalizerInfo.cpp | 296 SizeAndActionsVec ScalarSpecifiedActions; in computeTables() 298 std::map<uint16_t, SizeAndActionsVec> AddressSpace2SpecifiedActions; in computeTables() 300 std::map<uint16_t, SizeAndActionsVec> ElemSize2SpecifiedActions; in computeTables() 341 SizeAndActionsVec ElementSizesSeen; in computeTables() 351 SizeAndActionsVec NumElementsActions; in computeTables() 528 LegalizerInfo::SizeAndActionsVec 530 const SizeAndActionsVec &v, LegalizeAction IncreaseAction, in increaseToLargerTypesAndDecreaseToLargest() 532 SizeAndActionsVec result; in increaseToLargerTypesAndDecreaseToLargest() 548 LegalizerInfo::SizeAndActionsVec 550 const SizeAndActionsVec &v, LegalizeAction DecreaseAction, in decreaseToSmallerTypesAndIncreaseToSmallest() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86LegalizerInfo.cpp | 36 addAndInterleaveWithUnsupported(LegalizerInfo::SizeAndActionsVec &result, in addAndInterleaveWithUnsupported() 37 const LegalizerInfo::SizeAndActionsVec &v) { in addAndInterleaveWithUnsupported() 46 static LegalizerInfo::SizeAndActionsVec 47 widen_1(const LegalizerInfo::SizeAndActionsVec &v) { in widen_1() 50 LegalizerInfo::SizeAndActionsVec result = {{1, WidenScalar}, in widen_1()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMLegalizerInfo.cpp | 37 addAndInterleaveWithUnsupported(LegalizerInfo::SizeAndActionsVec &result, in addAndInterleaveWithUnsupported() 38 const LegalizerInfo::SizeAndActionsVec &v) { in addAndInterleaveWithUnsupported() 47 static LegalizerInfo::SizeAndActionsVec 48 widen_8_16(const LegalizerInfo::SizeAndActionsVec &v) { in widen_8_16() 51 LegalizerInfo::SizeAndActionsVec result = {{1, Unsupported}, in widen_8_16()
|