Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp1182 std::string OpcName = in verifyPreISelGenericInstruction() local
1185 report(Twine(OpcName, " expects an immediate operand #2"), MI); in verifyPreISelGenericInstruction()
1194 report(Twine(OpcName, " size must be >= 1"), MI); in verifyPreISelGenericInstruction()
1199 report(Twine(OpcName, " size must be less than source bit width"), MI); in verifyPreISelGenericInstruction()
1208 report(Twine(OpcName, " cannot change register bank"), MI); in verifyPreISelGenericInstruction()
1216 Twine(OpcName, " source and destination register classes must match"), in verifyPreISelGenericInstruction()