Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Transform

1631     TP.error("Node transform '" + getOperator()->getName() +
1639 // legal to transform from one type to a completely different type.
2151 Record *Transform = Fragments[i]->getValueAsDef("OperandTransform");
2152 if (!getSDNodeTransform(Transform).second.empty()) // not noop xform?
2153 P->getOnlyTree()->setTransformFn(Transform);
2289 I->error("Cannot specify a transform function for a non-input value!");
2322 I->error("Cannot specify a transform function for a non-input value!");
2331 I->error("Cannot specify a transform function on a set node!");