Lines Matching defs:getAction
97 switch (Rule.getAction()) {
117 if (Rule.getAction() == Custom || Rule.getAction() == Legal)
128 switch (Rule.getAction()) {
138 if (Rule.getAction() == FewerElements) {
147 } else if (Rule.getAction() == MoreElements)
166 if (Rule.getAction() == NarrowScalar) {
198 LLVM_DEBUG(dbgs() << ".. .. " << Rule.getAction() << ", "
203 return {Rule.getAction(), Mutation.first, Mutation.second};
323 LegalizerInfo::getAction(const LegalityQuery &Query) const {
329 return getLegacyLegalizerInfo().getAction(Query);
333 LegalizerInfo::getAction(const MachineInstr &MI,
359 return getAction({MI.getOpcode(), Types, MemDescrs});
364 return getAction(MI, MRI).Action == Legal;
369 auto Action = getAction(MI, MRI).Action;