Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp734 static Error getIncompatibleError(StringRef Ext1, StringRef Ext2) { in getIncompatibleError() function
765 return getIncompatibleError("i", "e"); in checkDependency()
768 return getIncompatibleError("f", "zfinx"); in checkDependency()
788 return getIncompatibleError("d", "xwchc"); in checkDependency()
791 return getIncompatibleError("xwchc", "zcb"); in checkDependency()
799 return getIncompatibleError("zclsd", "zcf"); in checkDependency()
810 return getIncompatibleError("zcmp", "xqccmp"); in checkDependency()