Lines Matching refs:Transform
1630 TP.error("Node transform '" + getOperator()->getName() +
1638 // legal to transform from one type to a completely different type.
2150 Record *Transform = Fragments[i]->getValueAsDef("OperandTransform");
2151 if (!getSDNodeTransform(Transform).second.empty()) // not noop xform?
2152 P->getOnlyTree()->setTransformFn(Transform);
2288 I->error("Cannot specify a transform function for a non-input value!");
2321 I->error("Cannot specify a transform function for a non-input value!");
2330 I->error("Cannot specify a transform function on a set node!");