Home
last modified time | relevance | path

Searched refs:PromoteOp (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/docs/
H A DExtendingLLVM.rst120 operation. You will also need to add code to ``PromoteOp`` to do this as
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp630 transform::PromoteOp::applyToOne(linalg::LinalgOp target, in applyToOne()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.td338 def PromoteOp : Op<Transform_Dialect, "structured.promote",
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp4886 unsigned PromoteOp = ICmpInst::isSigned(IcInput) ? in lowerICMPIntrinsic() local
4888 LHS = DAG.getNode(PromoteOp, DL, MVT::i32, LHS); in lowerICMPIntrinsic()
4889 RHS = DAG.getNode(PromoteOp, DL, MVT::i32, RHS); in lowerICMPIntrinsic()