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