Home
last modified time | relevance | path

Searched refs:GreaterOp (Results 1 – 20 of 20) sorted by last modified time

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp353 if (isa<tosa::GreaterOp>(op) && elementTy.isa<FloatType>()) in createLinalgBodyCalculationForElementwiseOp()
357 if (isa<tosa::GreaterOp>(op) && elementTy.isSignlessInteger()) in createLinalgBodyCalculationForElementwiseOp()
2506 PointwiseConverter<tosa::GreaterOp>, in populateTosaToLinalgOnTensorsConversionPatterns()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp827 NARY_SHAPE_INFER(tosa::GreaterOp) in NARY_SHAPE_INFER()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp278 patterns.add<ConvertTosaOp<tosa::GreaterOp>>(ctx); in runOnFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp353 if (isa<tosa::GreaterOp>(op) && elementTy.isa<FloatType>()) in createLinalgBodyCalculationForElementwiseOp()
357 if (isa<tosa::GreaterOp>(op) && elementTy.isSignlessInteger()) in createLinalgBodyCalculationForElementwiseOp()
2506 PointwiseConverter<tosa::GreaterOp>, in populateTosaToLinalgOnTensorsConversionPatterns()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp827 NARY_SHAPE_INFER(tosa::GreaterOp) in NARY_SHAPE_INFER()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp278 patterns.add<ConvertTosaOp<tosa::GreaterOp>>(ctx); in runOnFunction()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp353 if (isa<tosa::GreaterOp>(op) && elementTy.isa<FloatType>())
357 if (isa<tosa::GreaterOp>(op) && elementTy.isSignlessInteger())
2506 PointwiseConverter<tosa::GreaterOp>,
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp278 patterns.add<ConvertTosaOp<tosa::GreaterOp>>(ctx);
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp827 NARY_SHAPE_INFER(tosa::GreaterOp) in NARY_SHAPE_INFER()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DNames.h202 GreaterOp, enumerator
H A DBind.cpp792 kind = OperatorNameId::GreaterOp; in cppOperator()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/cplusplus/
H A DNamePrettyPrinter.cpp166 case OperatorNameId::GreaterOp: in visit()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp411 if (isa<tosa::GreaterOp>(op) && elementTy.isa<FloatType>()) in createLinalgBodyCalculationForElementwiseOp()
415 if (isa<tosa::GreaterOp>(op) && elementTy.isSignlessInteger()) in createLinalgBodyCalculationForElementwiseOp()
3023 PointwiseConverter<tosa::GreaterOp>, in populateTosaToLinalgOnTensorsConversionPatterns()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp1110 NARY_SHAPE_INFER(tosa::GreaterOp) in NARY_SHAPE_INFER()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp282 patterns.add<ConvertTosaOp<tosa::GreaterOp>>(ctx); in runOnFunction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp263 patterns.insert<ConvertTosaOp<tosa::GreaterOp>>(ctx); in runOnFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp263 patterns.insert<ConvertTosaOp<tosa::GreaterOp>>(ctx); in runOnFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp262 patterns.insert<ConvertTosaOp<tosa::GreaterOp>>(ctx); in runOnFunction()
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlSimd/
H A DCtlSimdType.cpp289 (new SimdBinaryOpInst <bool, bool, bool, GreaterOp> in generateCode()
518 (new SimdBinaryOpInst <int, int, bool, GreaterOp> in generateCode()
775 (new SimdBinaryOpInst <unsigned, unsigned, bool, GreaterOp> in generateCode()
1012 (new SimdBinaryOpInst <half, half, bool, GreaterOp> in generateCode()
1229 (new SimdBinaryOpInst <float, float, bool, GreaterOp> in generateCode()
H A DCtlSimdOp.h212 struct GreaterOp struct