Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Twine

19 #include "llvm/ADT/Twine.h"
1685 TP.error("Instruction '" + InstName + "' was provided " + Twine(Actual) +
1686 " operands but expected only " + Twine(Expected) + "!");
1693 "' expects more than the provided " + Twine(Actual) + " operands!");
2064 void TreePattern::error(const Twine &Msg) {
2585 PrintFatalError("Value #" + Twine(i) + " of OperandWithDefaultOps '" +
2851 Twine(InstInfo.hasSideEffects));
2858 Twine(InstInfo.mayStore));
2867 Twine(InstInfo.mayLoad));
3219 Twine("Pattern can never match: ") + Reason);
3386 PrintError(PTM.getSrcRecord()->getLoc(), Twine(Msg) + " on the " +