Home
last modified time | relevance | path

Searched refs:notOp (Results 1 – 4 of 4) sorted by relevance

/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_negate.cpp96 #define TEST_NOT(TYPE) TEST_NEGATION(TYPE, cl_##TYPE, op_not, notOp<cl_##TYPE>)
111 TEST_NEGATION(short, short, op_not, notOp<cl_short>)
Dtypes.hpp161 Tv notOp(Tv in) in notOp() function
/external/llvm-project/flang/lib/Parser/
Dexpr-parsers.cpp280 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/
DConvertSPIRVToLLVM.cpp927 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()