Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DMachineVerifier.cpp952 std::string OpcName = in verifyPreISelGenericInstruction() local
955 report(Twine(OpcName, " expects an immediate operand #2"), MI); in verifyPreISelGenericInstruction()
964 report(Twine(OpcName, " size must be >= 1"), MI); in verifyPreISelGenericInstruction()
969 report(Twine(OpcName, " size must be less than source bit width"), MI); in verifyPreISelGenericInstruction()
975 Twine(OpcName, " source and destination register banks must match"), in verifyPreISelGenericInstruction()
982 Twine(OpcName, " source and destination register classes must match"), in verifyPreISelGenericInstruction()