Lines Matching defs:Action
28 raw_ostream &llvm::operator<<(raw_ostream &OS, LegacyLegalizeAction Action) {
29 switch (Action) {
122 const LegacyLegalizeAction Action = LLT2Action.second;
124 auto SizeAction = std::make_pair(Type.getSizeInBits(), Action);
257 LegacyLegalizeAction Action = Vec[VecIdx].second;
258 switch (Action) {
264 return {Size, Action};
282 return {Vec[i].first, Action};
291 return {Vec[i].first, Action};
299 llvm_unreachable("Action has an unknown enum value");
375 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]});
376 if (Action.first != Legal) {
377 LLVM_DEBUG(dbgs() << ".. (legacy) Type " << i << " Action="
378 << Action.first << ", " << Action.second << "\n");
379 return {Action.first, i, Action.second};