Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp1654 MI.emitGenericError("fixed input regs must be last on the x87 stack"); in handleSpecialFP()
1659 MI.emitGenericError("output regs must be last on the x87 stack"); in handleSpecialFP()
1666 MI.emitGenericError("clobbers must be last on the x87 stack"); in handleSpecialFP()
1671 MI.emitGenericError( in handleSpecialFP()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h579 LLVM_ABI void emitGenericError(const Twine &ErrMsg) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp2336 void MachineInstr::emitGenericError(const Twine &Msg) const { in emitGenericError() function in MachineInstr