Searched refs:cmpIOp (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/ |
D | ConvertStandardToSPIRV.cpp | 423 matchAndRewrite(CmpIOp cmpIOp, ArrayRef<Value> operands, 433 matchAndRewrite(CmpIOp cmpIOp, ArrayRef<Value> operands, 765 BoolCmpIOpPattern::matchAndRewrite(CmpIOp cmpIOp, ArrayRef<Value> operands, in matchAndRewrite() argument 769 Type operandType = cmpIOp.lhs().getType(); in matchAndRewrite() 773 switch (cmpIOp.getPredicate()) { in matchAndRewrite() 776 rewriter.replaceOpWithNewOp<spirvOp>(cmpIOp, cmpIOp.getResult().getType(), \ in matchAndRewrite() 791 CmpIOpPattern::matchAndRewrite(CmpIOp cmpIOp, ArrayRef<Value> operands, in matchAndRewrite() argument 795 Type operandType = cmpIOp.lhs().getType(); in matchAndRewrite() 799 switch (cmpIOp.getPredicate()) { in matchAndRewrite() 804 return cmpIOp.emitError( \ in matchAndRewrite() [all …]
|