Lines Matching refs:Action
28 raw_ostream &llvm::operator<<(raw_ostream &OS, LegacyLegalizeAction Action) { in operator <<() argument
29 switch (Action) { in operator <<()
119 const LegacyLegalizeAction Action = LLT2Action.second; in computeTables() local
121 auto SizeAction = std::make_pair(Type.getSizeInBits(), Action); in computeTables()
254 LegacyLegalizeAction Action = Vec[VecIdx].second; in findAction() local
255 switch (Action) { in findAction()
261 return {Size, Action}; in findAction()
279 return {Vec[i].first, Action}; in findAction()
288 return {Vec[i].first, Action}; in findAction()
372 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); in getAction() local
373 if (Action.first != Legal) { in getAction()
375 << Action.first << ", " << Action.second << "\n"); in getAction()
376 return {Action.first, i, Action.second}; in getAction()