Searched refs:ErrInfo (Results 1 – 5 of 5) sorted by relevance
1257 StringRef &ErrInfo) const { in verifyInstruction()1268 ErrInfo = "Instruction has wrong number of operands."; in verifyInstruction()1275 ErrInfo = "FPImm Machine Operands are not supported. ISel should bitcast " in verifyInstruction()1285 ErrInfo = "Illegal immediate value for operand."; in verifyInstruction()1294 ErrInfo = "Illegal immediate value for operand."; in verifyInstruction()1303 ErrInfo = "Expected immediate, but got non-immediate"; in verifyInstruction()1321 ErrInfo = "Operand has incorrect register class."; in verifyInstruction()1352 ErrInfo = "VOP* instruction uses the constant bus more than once"; in verifyInstruction()1366 ErrInfo = "v_div_scale_{f32|f64} require src0 = src1 or src2"; in verifyInstruction()
238 StringRef &ErrInfo) const override;
342 StringRef &ErrInfo) const override;
4042 StringRef &ErrInfo) const { in verifyInstruction()4044 ErrInfo = "Pseudo flag setting opcodes only exist in Selection DAG"; in verifyInstruction()
1092 bool verifyInstruction(const MachineInstr *MI, StringRef &ErrInfo) const { in verifyInstruction() argument