reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/GlobalISel/LegalizerInfo.cpp
  188     if (Rule.match(Query)) {
  190       std::pair<unsigned, LLT> Mutation = Rule.determineMutation(Query);
  191       LLVM_DEBUG(dbgs() << ".. .. " << Rule.getAction() << ", "
  193       assert(mutationIsSane(Rule, Query, Mutation) &&
  195       assert(hasNoSimpleLoops(Rule, Query, Mutation) && "Simple loop detected");
  196       return {Rule.getAction(), Mutation.first, Mutation.second};