Lines Matching refs:Operator

182 static std::string getArgumentName(const Operator &op, int index) {  in getArgumentName()
219 OpOrAdaptorHelper(const Operator &op, bool emitForOp) in OpOrAdaptorHelper()
308 const Operator &getOp() const { return op; } in getOp()
320 const Operator &op;
387 emitDecl(const Operator &op, raw_ostream &os,
390 emitDef(const Operator &op, raw_ostream &os,
394 OpEmitter(const Operator &op,
519 Operator::const_value_range values,
557 const Operator &op;
798 static std::string formatExtraDefinitions(const Operator &op) { in formatExtraDefinitions()
803 OpEmitter::OpEmitter(const Operator &op, in OpEmitter()
842 const Operator &op, raw_ostream &os, in emitDecl()
848 const Operator &op, raw_ostream &os, in emitDef()
864 const Operator &op) { in errorIfPruned()
954 const Operator &op, StringRef name, in emitAttrGetterWithReturnType()
1171 static void generateNamedOperandGetters(const Operator &op, Class &opClass, in generateNamedOperandGetters()
1207 const_cast<Operator &>(op).getOperands()); in generateNamedOperandGetters()
1442 static bool canGenerateUnwrappedBuilder(const Operator &op) { in canGenerateUnwrappedBuilder()
1463 static bool canInferType(const Operator &op) { in canInferType()
2271 auto resolveDecorators = [&](Operator::var_decorator_range decorators, in genSideEffectInterfaceMethods()
2412 if (arg.kind() == Operator::OperandOrAttribute::Kind::Operand) { in genTypeInterfaceMethods()
2527 Operator::const_value_range values, in genOperandResultVerifier()
2812 emitDecl(const Operator &op,
2816 emitDef(const Operator &op,
2822 const Operator &op,
2830 const Operator &op;
2844 const Operator &op, in OpOperandAdaptorEmitter()
2989 const Operator &op, in emitDecl()
2996 const Operator &op, in emitDef()
3012 Operator op(*def); in emitOpClasses()
3029 Operator op(*def); in emitOpClasses()
3065 defs, [&os](Record *def) { os << Operator(def).getQualCppClassName(); }, in emitOpList()