Home
last modified time | relevance | path

Searched refs:cmpRes (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp50 Value cmpRes = rewriter.create<arith::CmpFOp>(loc, arith::CmpFPredicate::OGE, in convertTanhOp() local
52 rewriter.replaceOpWithNewOp<arith::SelectOp>(op, cmpRes, positiveRes, in convertTanhOp()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Davx512-calling-conv.ll155 %cmpRes = icmp sgt <8 x i32>%a, %b
156 %resi = call <8 x i1> @func8xi1(<8 x i1> %cmpRes)
219 %cmpRes = icmp sgt <16 x i32>%a, %b
220 %resi = call <16 x i1> @func16xi1(<16 x i1> %cmpRes)
262 %cmpRes = icmp sgt <4 x i32>%a, %b
263 %resi = call <4 x i1> @func4xi1(<4 x i1> %cmpRes)
316 %cmpRes = icmp sgt <8 x i32>%a, %b
317 %resi = call <8 x i1> @func8xi1(<8 x i1> %cmpRes)