Lines Matching refs:getAction
107 switch (Rule.getAction()) { in hasNoSimpleLoops()
126 if (Rule.getAction() == Custom || Rule.getAction() == Legal) in mutationIsSane()
133 switch (Rule.getAction()) { in mutationIsSane()
142 if (Rule.getAction() == FewerElements) { in mutationIsSane()
151 } else if (Rule.getAction() == MoreElements) in mutationIsSane()
169 if (Rule.getAction() == NarrowScalar) { in mutationIsSane()
201 LLVM_DEBUG(dbgs() << ".. .. " << Rule.getAction() << ", " in apply()
206 return {Rule.getAction(), Mutation.first, Mutation.second}; in apply()
466 LegalizerInfo::getAction(const LegalityQuery &Query) const { in getAction() function in LegalizerInfo
486 LegalizerInfo::getAction(const MachineInstr &MI, in getAction() function in LegalizerInfo
513 return getAction({MI.getOpcode(), Types, MemDescrs}); in getAction()
518 return getAction(MI, MRI).Action == Legal; in isLegal()
523 auto Action = getAction(MI, MRI).Action; in isLegalOrCustom()