Searched defs:opVar (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | SPIRVUtilsGen.cpp | 491 StringRef opVar, StringRef operandList, in emitAttributeSerialization() 534 StringRef tabs, StringRef opVar, in emitArgumentSerialization() 617 StringRef tabs, StringRef opVar, in emitResultSerialization() 644 StringRef opVar, StringRef elidedAttrs, in emitDecorationSerialization() 672 StringRef opVar("op"), operands("operands"), elidedAttrs("elidedAttrs"), in emitSerializationFunction() local 713 static void initDispatchSerializationFn(StringRef opVar, raw_ostream &os) { in initDispatchSerializationFn() 724 StringRef opVar, raw_ostream &os) { in emitSerializationDispatch() 735 static void finalizeDispatchSerializationFn(StringRef opVar, raw_ostream &os) { in finalizeDispatchSerializationFn() 921 wordIndex("wordIndex"), opVar("op"), operands("operands"), in emitDeserializationFunction() local 1090 StringRef opVar("op"); in emitSerializationFns() local
|
D | OpFormatGen.cpp | 1060 } else if (auto *opVar = dyn_cast<OperandVariable>(firstElement)) { in genElementParser() local 2651 auto *opVar = dyn_cast<OperandVariable>(typeEle); in parseOptional() local
|