Searched refs:notOp (Results 1 – 4 of 4) sorted by relevance
/external/OpenCL-CTS/test_conformance/spirv_new/ |
D | test_op_negate.cpp | 96 #define TEST_NOT(TYPE) TEST_NEGATION(TYPE, cl_##TYPE, op_not, notOp<cl_##TYPE>) 111 TEST_NEGATION(short, short, op_not, notOp<cl_short>)
|
D | types.hpp | 161 Tv notOp(Tv in) in notOp() function
|
/external/llvm-project/flang/lib/Parser/ |
D | expr-parsers.cpp | 280 static constexpr auto notOp{attempt(logicalOp(".NOT.", ".N.") >> andOperand)}; in Parse() local 281 if (std::optional<Expr> negation{notOp.Parse(state)}) { in Parse()
|
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 927 matchAndRewrite(SPIRVOp notOp, ArrayRef<Value> operands, in matchAndRewrite() argument 930 auto srcType = notOp.getType(); in matchAndRewrite() 935 Location loc = notOp.getLoc(); in matchAndRewrite() 943 rewriter.template replaceOpWithNewOp<LLVM::XOrOp>(notOp, dstType, in matchAndRewrite() 944 notOp.operand(), mask); in matchAndRewrite()
|