Searched refs:SizeAndActionsVec (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | 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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | 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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | 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()
|