Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp200 std::pair<unsigned, LLT> Mutation = Rule.determineMutation(Query); in apply()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h356 std::pair<unsigned, LLT> determineMutation(const LegalityQuery &Query) const { in determineMutation() function