Searched refs:uOp (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/ |
D | transform_reduce_iter_iter_init_bop_uop.pass.cpp | 45 test(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test() argument 48 decltype(std::transform_reduce(first1, last1, init, bOp, uOp))> ); in test() 49 assert(std::transform_reduce(first1, last1, init, bOp, uOp) == x); in test()
|
/external/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.reduce/ |
D | transform_reduce_iter_iter_init_bop_uop.pass.cpp | 48 test(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test() argument 51 decltype(std::transform_reduce(first1, last1, init, bOp, uOp))> ); in test() 52 assert(std::transform_reduce(first1, last1, init, bOp, uOp) == x); in test()
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | dependency-breaking-pcmpgt.s | 8 # uOp is executed, and there is no RAW dependency for any of the packed
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BdVer2/ |
D | dependency-breaking-pcmpgt.s | 8 # uOp is executed, and there is no RAW dependency for any of the packed
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Barcelona/ |
D | dependency-breaking-pcmpgt.s | 6 # uOp is executed, and there is no RAW dependency for any of the packed
|
/external/llvm-project/llvm/docs/CommandGuide/ |
D | llvm-mca.rst | 421 the Dispatch Width (2.00), and the theoretical maximum uOp throughput (1.50) is
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 10385 if (UnaryOperator* uOp = dyn_cast<UnaryOperator>(op)) { in CheckAddressOfOperand() local 10386 if (uOp->getOpcode() == UO_Deref) in CheckAddressOfOperand() 10389 return uOp->getSubExpr()->getType(); in CheckAddressOfOperand()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 13357 if (UnaryOperator* uOp = dyn_cast<UnaryOperator>(op)) { in CheckAddressOfOperand() local 13358 if (uOp->getOpcode() == UO_Deref) in CheckAddressOfOperand() 13361 return uOp->getSubExpr()->getType(); in CheckAddressOfOperand()
|