Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp1257 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()
DSIInstrInfo.h238 StringRef &ErrInfo) const override;
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.h342 StringRef &ErrInfo) const override;
DARMBaseInstrInfo.cpp4042 StringRef &ErrInfo) const { in verifyInstruction()
4044 ErrInfo = "Pseudo flag setting opcodes only exist in Selection DAG"; in verifyInstruction()
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h1092 bool verifyInstruction(const MachineInstr *MI, StringRef &ErrInfo) const { in verifyInstruction() argument