Searched refs:OpcName (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineVerifier.cpp | 952 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()
|