Lines Matching refs:second

119         const LegacyLegalizeAction Action = LLT2Action.second;  in computeTables()
147 llvm::sort(PointerSpecifiedActions.second); in computeTables()
148 checkPartialSizeAndActionsVector(PointerSpecifiedActions.second); in computeTables()
153 unsupportedForDifferentSizes(PointerSpecifiedActions.second)); in computeTables()
159 llvm::sort(VectorSpecifiedActions.second); in computeTables()
162 checkPartialSizeAndActionsVector(VectorSpecifiedActions.second); in computeTables()
168 for (SizeAndAction BitsizeAndAction : VectorSpecifiedActions.second) { in computeTables()
171 NumElementsActions.push_back({NumElements, BitsizeAndAction.second}); in computeTables()
254 LegacyLegalizeAction Action = Vec[VecIdx].second; in findAction()
277 if (!needsLegalizingToDifferentSize(Vec[i].second) && in findAction()
278 Vec[i].second != Unsupported) in findAction()
286 if (!needsLegalizingToDifferentSize(Vec[i].second) && in findAction()
287 Vec[i].second != Unsupported) in findAction()
314 ->second in findScalarLegalAction()
322 return {SizeAndAction.second, in findScalarLegalAction()
347 if (ElementSizeAndAction.second != Legal) in findVectorLegalAction()
348 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()
355 const SizeAndActionsVec &NumElementsVec = (*i).second[TypeIdx]; in findVectorLegalAction()
358 return {NumElementsAndAction.second, in findVectorLegalAction()
375 << Action.first << ", " << Action.second << "\n"); in getAction()
376 return {Action.first, i, Action.second}; in getAction()