Home
last modified time | relevance | path

Searched refs:determineMutation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp197 std::pair<unsigned, LLT> Mutation = Rule.determineMutation(Query); in apply()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h417 std::pair<unsigned, LLT> determineMutation(const LegalityQuery &Query) const { in determineMutation() function