Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp193 std::pair<unsigned, LLT> Mutation = Rule.determineMutation(Query); in apply()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h411 std::pair<unsigned, LLT> determineMutation(const LegalityQuery &Query) const { in determineMutation() function