Searched refs:PromoteOp (Results 1 – 4 of 4) sorted by relevance
120 operation. You will also need to add code to ``PromoteOp`` to do this as
630 transform::PromoteOp::applyToOne(linalg::LinalgOp target, in applyToOne()
338 def PromoteOp : Op<Transform_Dialect, "structured.promote",
4886 unsigned PromoteOp = ICmpInst::isSigned(IcInput) ? in lowerICMPIntrinsic() local4888 LHS = DAG.getNode(PromoteOp, DL, MVT::i32, LHS); in lowerICMPIntrinsic()4889 RHS = DAG.getNode(PromoteOp, DL, MVT::i32, RHS); in lowerICMPIntrinsic()