Lines Matching refs:Action
28 raw_ostream &llvm::operator<<(raw_ostream &OS, LegacyLegalizeAction Action) { in operator <<() argument
29 switch (Action) { in operator <<()
122 const LegacyLegalizeAction Action = LLT2Action.second; in computeTables() local
124 auto SizeAction = std::make_pair(Type.getSizeInBits(), Action); in computeTables()
257 LegacyLegalizeAction Action = Vec[VecIdx].second; in findAction() local
258 switch (Action) { in findAction()
264 return {Size, Action}; in findAction()
282 return {Vec[i].first, Action}; in findAction()
291 return {Vec[i].first, Action}; in findAction()
375 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); in getAction() local
376 if (Action.first != Legal) { in getAction()
378 << Action.first << ", " << Action.second << "\n"); in getAction()
379 return {Action.first, i, Action.second}; in getAction()