Lines Matching refs:second

74                         << Mutation.first << ", " << Mutation.second << "\n");  in apply()
75 assert((Query.Types[Mutation.first] != Mutation.second || in apply()
80 return {Rule.getAction(), Mutation.first, Mutation.second}; in apply()
162 const LegalizeAction Action = LLT2Action.second; in computeTables()
191 llvm::sort(PointerSpecifiedActions.second.begin(), in computeTables()
192 PointerSpecifiedActions.second.end()); in computeTables()
193 checkPartialSizeAndActionsVector(PointerSpecifiedActions.second); in computeTables()
198 unsupportedForDifferentSizes(PointerSpecifiedActions.second)); in computeTables()
204 llvm::sort(VectorSpecifiedActions.second.begin(), in computeTables()
205 VectorSpecifiedActions.second.end()); in computeTables()
208 checkPartialSizeAndActionsVector(VectorSpecifiedActions.second); in computeTables()
214 for (SizeAndAction BitsizeAndAction : VectorSpecifiedActions.second) { in computeTables()
217 NumElementsActions.push_back({NumElements, BitsizeAndAction.second}); in computeTables()
333 << Action.second << "\n"); in getAction()
334 return {Action.first, i, Action.second}; in getAction()
435 LegalizeAction Action = Vec[VecIdx].second; in findAction()
457 if (!needsLegalizingToDifferentSize(Vec[i].second) && in findAction()
458 Vec[i].second != Unsupported) in findAction()
466 if (!needsLegalizingToDifferentSize(Vec[i].second) && in findAction()
467 Vec[i].second != Unsupported) in findAction()
495 ->second in findScalarLegalAction()
503 return {SizeAndAction.second, in findScalarLegalAction()
528 if (ElementSizeAndAction.second != Legal) in findVectorLegalAction()
529 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()
536 const SizeAndActionsVec &NumElementsVec = (*i).second[TypeIdx]; in findVectorLegalAction()
539 return {NumElementsAndAction.second, in findVectorLegalAction()