Searched refs:shouldEmitSpace (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | OpFormatGen.cpp | 435 bool &shouldEmitSpace, bool &lastWasPunctuation); 1493 bool &shouldEmitSpace, bool &lastWasPunctuation) { in genLiteralPrinter() argument 1504 if (shouldEmitSpace && shouldPrintSpaceBeforeLiteral()) in genLiteralPrinter() 1509 shouldEmitSpace = in genLiteralPrinter() 1517 bool &shouldEmitSpace, bool &lastWasPunctuation) { in genSpacePrinter() argument 1522 shouldEmitSpace = false; in genSpacePrinter() 1617 Operator &op, bool &shouldEmitSpace, in genElementPrinter() argument 1620 return genLiteralPrinter(literal->getLiteral(), body, shouldEmitSpace, in genElementPrinter() 1624 return genSpacePrinter(space->getValue(), body, shouldEmitSpace, in genElementPrinter() 1660 genElementPrinter(&childElement, body, op, shouldEmitSpace, in genElementPrinter() [all …]
|