Home
last modified time | relevance | path

Searched defs:cmpOp (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DForToWhile.cpp61 auto cmpOp = rewriter.create<arith::CmpIOp>( in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DRuntimeOpVerification.cpp71 auto cmpOp = builder.createOrFold<index::CmpOp>( in generateRuntimeVerification() local
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DNumericTest.cpp65 auto cmpOp = mlir::dyn_cast<mlir::arith::CmpFOp>(cmp.getDefiningOp()); testGenNearest() local
H A DCharacterTest.cpp84 auto cmpOp = mlir::dyn_cast<mlir::arith::CmpIOp>(res.getDefiningOp()); in checkCharCompare2() local
/llvm-project/mlir/lib/Conversion/SCFToSPIRV/
H A DSCFToSPIRV.cpp182 auto cmpOp = rewriter.create<spirv::SLessThanOp>( in matchAndRewrite() local
/llvm-project/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp112 auto cmpOp = dyn_cast<arith::CmpIOp>(res.getDefiningOp()); TEST_F() local
123 auto cmpOp = dyn_cast<arith::CmpIOp>(res.getDefiningOp()); TEST_F() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DDataSharingProcessor.cpp243 mlir::Value cmpOp = firOpBuilder.create<mlir::arith::SelectOp>( insertLastPrivateCompare() local
/llvm-project/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp452 printOperation(CppEmitter & emitter,emitc::CmpOp cmpOp) printOperation() argument