|
| Custom (OperandConstraint input_constr, const OperandIndexSequence &inputs, const OperandIndexSequence &outputs, std::string id, const Userdata &userdata) |
|
void | accept (OperationVisitor &v) const override |
|
const std::string & | id () const |
|
std::string | name () const override |
|
OpCode | opcode () const final |
|
const Userdata & | userdata () const |
|
| Operation (OperandConstraint input_constr, const OperandIndexSequence &inputs, const OperandIndexSequence &outputs, OperandConstraint output_constr=OperandConstraint::createAny()) |
|
| Operation (OperandConstraint input_constr, OperandConstraint output_constr=OperandConstraint::createAny()) |
|
| Operation (const Operation &)=default |
|
| Operation (Operation &&)=default |
|
Operation & | operator= (const Operation &)=default |
|
Operation & | operator= (Operation &&)=default |
|
virtual | ~Operation () |
|
void | replaceInputs (const OperandIndex &from, const OperandIndex &to) override |
|
void | replaceOutputs (const OperandIndex &from, const OperandIndex &to) override |
|
OperandIndexSequence & | getInputs () |
|
const OperandIndexSequence & | getInputs () const override |
|
const OperandIndexSequence & | getOutputs () const override |
|
void | setInputs (const OperandIndexSequence &indexes) |
|
void | setOutputs (const OperandIndexSequence &indexes) |
|
virtual | ~IOperation ()=default |
|
Definition at line 30 of file Custom.h.