Home
last modified time | relevance | path

Searched defs:selectOp (Results 1 – 7 of 7) sorted by relevance

/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DBufferViewFlowOpInterfaceImpl.cpp27 auto selectOp = cast<SelectOp>(op); in populateDependencies() local
H A DBufferDeallocationOpInterfaceImpl.cpp60 auto selectOp = cast<arith::SelectOp>(op); in materializeUniqueOwnershipForMemref() local
H A DBufferizableOpInterfaceImpl.cpp135 auto selectOp = cast<arith::SelectOp>(op); in bufferize() local
182 auto selectOp = cast<arith::SelectOp>(op); in getBufferType() local
/llvm-project/flang/unittests/Optimizer/Builder/Runtime/
H A DNumericTest.cpp62 auto selectOp = mlir::dyn_cast<mlir::arith::SelectOp>(select.getDefiningOp()); testGenNearest() local
/llvm-project/mlir/lib/Conversion/ArithToEmitC/
H A DArithToEmitC.cpp489 matchAndRewrite(arith::SelectOp selectOp,OpAdaptor adaptor,ConversionPatternRewriter & rewriter) const matchAndRewrite() argument
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMInlining.cpp
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVCanonicalization.cpp1304 auto selectOp = rewriter.create<spirv::SelectOp>( in matchAndRewrite() local