Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp192 static Error failedImport(const Twine &Reason) { in failedImport() function
267 return failedImport(Explanation); in isTrivialOperatorNode()
297 return failedImport("Dst pattern child needs a def"); in getInstResultType()
301 return failedImport("Dst pattern child has no result"); in getInstResultType()
311 return failedImport("Dst operand has an unsupported type"); in getInstResultType()
582 return failedImport("Address space is not an integer"); in addBuiltinPredicates()
618 return failedImport("MemVT could not be converted to LLT"); in addBuiltinPredicates()
655 return failedImport("MemVT could not be converted to LLT"); in addBuiltinPredicates()
734 return failedImport( in createAndImportSelDAGMatcher()
739 return failedImport("Pattern operator lacks an equivalent Instruction" + in createAndImportSelDAGMatcher()
[all …]