Searched refs:OpcName (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1140 std::string OpcName = in verifyPreISelGenericInstruction() local 1143 report(Twine(OpcName, " expects an immediate operand #2"), MI); in verifyPreISelGenericInstruction() 1152 report(Twine(OpcName, " size must be >= 1"), MI); in verifyPreISelGenericInstruction() 1157 report(Twine(OpcName, " size must be less than source bit width"), MI); in verifyPreISelGenericInstruction() 1166 report(Twine(OpcName, " cannot change register bank"), MI); in verifyPreISelGenericInstruction() 1174 Twine(OpcName, " source and destination register classes must match"), in verifyPreISelGenericInstruction()
|