Lines Matching refs:getAction
99 switch (Rule.getAction()) { in hasNoSimpleLoops()
118 if (Rule.getAction() == Custom || Rule.getAction() == Legal) in mutationIsSane()
125 switch (Rule.getAction()) { in mutationIsSane()
135 if (Rule.getAction() == FewerElements) { in mutationIsSane()
144 } else if (Rule.getAction() == MoreElements) in mutationIsSane()
162 if (Rule.getAction() == NarrowScalar) { in mutationIsSane()
194 LLVM_DEBUG(dbgs() << ".. .. " << Rule.getAction() << ", " in apply()
199 return {Rule.getAction(), Mutation.first, Mutation.second}; in apply()
319 LegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction() function in LegalizerInfo
325 return getLegacyLegalizerInfo().getAction(Query); in getAction()
329 LegalizerInfo::getAction(const MachineInstr &MI, in getAction() function in LegalizerInfo
355 return getAction({MI.getOpcode(), Types, MemDescrs}); in getAction()
360 return getAction(MI, MRI).Action == Legal; in isLegal()
365 auto Action = getAction(MI, MRI).Action; in isLegalOrCustom()