Lines Matching defs:CheckedElementwiseOpPattern

105 struct CheckedElementwiseOpPattern final
499 CheckedElementwiseOpPattern<math::AbsFOp, spirv::GLFAbsOp>,
500 CheckedElementwiseOpPattern<math::AbsIOp, spirv::GLSAbsOp>,
501 CheckedElementwiseOpPattern<math::AtanOp, spirv::GLAtanOp>,
502 CheckedElementwiseOpPattern<math::CeilOp, spirv::GLCeilOp>,
503 CheckedElementwiseOpPattern<math::CosOp, spirv::GLCosOp>,
504 CheckedElementwiseOpPattern<math::ExpOp, spirv::GLExpOp>,
505 CheckedElementwiseOpPattern<math::FloorOp, spirv::GLFloorOp>,
506 CheckedElementwiseOpPattern<math::FmaOp, spirv::GLFmaOp>,
507 CheckedElementwiseOpPattern<math::LogOp, spirv::GLLogOp>,
508 CheckedElementwiseOpPattern<math::RoundEvenOp, spirv::GLRoundEvenOp>,
509 CheckedElementwiseOpPattern<math::RsqrtOp, spirv::GLInverseSqrtOp>,
510 CheckedElementwiseOpPattern<math::SinOp, spirv::GLSinOp>,
511 CheckedElementwiseOpPattern<math::SqrtOp, spirv::GLSqrtOp>,
512 CheckedElementwiseOpPattern<math::TanhOp, spirv::GLTanhOp>>(
519 CheckedElementwiseOpPattern<math::AbsFOp, spirv::CLFAbsOp>,
520 CheckedElementwiseOpPattern<math::AbsIOp, spirv::CLSAbsOp>,
521 CheckedElementwiseOpPattern<math::AtanOp, spirv::CLAtanOp>,
522 CheckedElementwiseOpPattern<math::Atan2Op, spirv::CLAtan2Op>,
523 CheckedElementwiseOpPattern<math::CeilOp, spirv::CLCeilOp>,
524 CheckedElementwiseOpPattern<math::CosOp, spirv::CLCosOp>,
525 CheckedElementwiseOpPattern<math::ErfOp, spirv::CLErfOp>,
526 CheckedElementwiseOpPattern<math::ExpOp, spirv::CLExpOp>,
527 CheckedElementwiseOpPattern<math::FloorOp, spirv::CLFloorOp>,
528 CheckedElementwiseOpPattern<math::FmaOp, spirv::CLFmaOp>,
529 CheckedElementwiseOpPattern<math::LogOp, spirv::CLLogOp>,
530 CheckedElementwiseOpPattern<math::PowFOp, spirv::CLPowOp>,
531 CheckedElementwiseOpPattern<math::RoundEvenOp, spirv::CLRintOp>,
532 CheckedElementwiseOpPattern<math::RoundOp, spirv::CLRoundOp>,
533 CheckedElementwiseOpPattern<math::RsqrtOp, spirv::CLRsqrtOp>,
534 CheckedElementwiseOpPattern<math::SinOp, spirv::CLSinOp>,
535 CheckedElementwiseOpPattern<math::SqrtOp, spirv::CLSqrtOp>,
536 CheckedElementwiseOpPattern<math::TanhOp, spirv::CLTanhOp>>(