/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_peephole.cpp | 143 bool_op_info bop = {}; in optimize_cc_op2() local 151 if (!get_bool_op_info(s, bop)) in optimize_cc_op2() 155 bop.invert = !bop.invert; in optimize_cc_op2() 159 cc = bop.n->bc.op_ptr->flags & AF_CC_MASK; in optimize_cc_op2() 161 if (bop.invert) in optimize_cc_op2() 164 if (bop.int_cvt) { in optimize_cc_op2() 171 dump::dump_op(bop.n); in optimize_cc_op2() 172 sblog << " invert: " << bop.invert << " int_cvt: " << bop.int_cvt; in optimize_cc_op2() 197 a->src[0] = bop.n->src[1]; in optimize_cc_op2() 198 a->src[1] = bop.n->src[0]; in optimize_cc_op2() [all …]
|
D | sb_pass.h | 428 bool get_bool_op_info(value *b, bool_op_info& bop);
|
/external/libdrm/tegra/ |
D | tegra.c | 104 drm_public int drm_tegra_bo_new(struct drm_tegra_bo **bop, struct drm_tegra *drm, in drm_tegra_bo_new() argument 111 if (!drm || size == 0 || !bop) in drm_tegra_bo_new() 137 *bop = bo; in drm_tegra_bo_new() 142 drm_public int drm_tegra_bo_wrap(struct drm_tegra_bo **bop, struct drm_tegra *drm, in drm_tegra_bo_wrap() argument 147 if (!drm || !bop) in drm_tegra_bo_wrap() 160 *bop = bo; in drm_tegra_bo_wrap()
|
D | tegra.h | 37 int drm_tegra_bo_new(struct drm_tegra_bo **bop, struct drm_tegra *drm, 39 int drm_tegra_bo_wrap(struct drm_tegra_bo **bop, struct drm_tegra *drm,
|
/external/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/ |
D | transform_inclusive_scan_bop_uop.pass.cpp | 41 test(Iter1 first, Iter1 last, BOp bop, UOp uop, Iter2 rFirst, Iter2 rLast) in test() argument 45 std::transform_inclusive_scan(first, last, std::back_inserter(v), bop, uop); in test() 51 std::transform_inclusive_scan(v.begin(), v.end(), v.begin(), bop, uop); in test()
|
D | transform_inclusive_scan_bop_uop_init.pass.cpp | 40 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) in test() argument 44 std::transform_inclusive_scan(first, last, std::back_inserter(v), bop, uop, init); in test() 50 std::transform_inclusive_scan(v.begin(), v.end(), v.begin(), bop, uop, init); in test()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | tokenPaste.vert | 69 const int bop = 4; 70 int cop = aop MAKE_OP(<, <) bop; 71 bool dop = aop MAKE_OP(!,=) bop;
|
/external/deqp-deps/glslang/Test/ |
D | tokenPaste.vert | 69 const int bop = 4; 70 int cop = aop MAKE_OP(<, <) bop; 71 bool dop = aop MAKE_OP(!,=) bop;
|
/external/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/ |
D | transform_inclusive_scan_bop_uop.pass.cpp | 48 test(Iter1 first, Iter1 last, BOp bop, UOp uop, Iter2 rFirst, Iter2 rLast) in test() argument 66 std::transform_inclusive_scan(first, last, v.begin(), bop, uop); in test() 71 std::transform_inclusive_scan(v.begin(), v.end(), v.begin(), bop, uop); in test()
|
D | transform_inclusive_scan_bop_uop_init.pass.cpp | 48 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) in test() argument 66 std::transform_inclusive_scan(first, last, v.begin(), bop, uop, init); in test() 71 std::transform_inclusive_scan(v.begin(), v.end(), v.begin(), bop, uop, init); in test()
|
/external/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/ |
D | transform_exclusive_scan_init_bop_uop.pass.cpp | 40 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) in test() argument 44 std::transform_exclusive_scan(first, last, std::back_inserter(v), init, bop, uop); in test() 50 std::transform_exclusive_scan(v.begin(), v.end(), v.begin(), init, bop, uop); in test()
|
/external/mesa3d/src/mesa/main/tests/ |
D | mesa_formats.cpp | 102 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST() argument 106 EXPECT_TRUE(b bop 0); \ in TEST()
|
/external/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/ |
D | transform_exclusive_scan_init_bop_uop.pass.cpp | 47 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) in test() argument 65 std::transform_exclusive_scan(first, last, v.begin(), init, bop, uop); in test() 70 std::transform_exclusive_scan(v.begin(), v.end(), v.begin(), init, bop, uop); in test()
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | tokenPaste.vert.out | 67 0:? 'bop' ( const int) 115 0:? 'bop' ( const int)
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | tokenPaste.vert.out | 67 0:? 'bop' ( const int) 115 0:? 'bop' ( const int)
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 187 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) { in VisitCompoundStmt() local 188 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) { in VisitCompoundStmt() 193 isPoolCreation(bop->getRHS())) { in VisitCompoundStmt()
|
/external/clang/lib/ARCMigrate/ |
D | TransAutoreleasePool.cpp | 188 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) { in VisitCompoundStmt() local 189 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) { in VisitCompoundStmt() 194 isPoolCreation(bop->getRHS())) { in VisitCompoundStmt()
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 1654 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(syntax)) { in recreateSyntacticForm() local 1655 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, bop->getLHS()); in recreateSyntacticForm() 1656 Expr *rhs = cast<OpaqueValueExpr>(bop->getRHS())->getSourceExpr(); in recreateSyntacticForm() 1657 return new (Context) BinaryOperator(lhs, rhs, bop->getOpcode(), in recreateSyntacticForm() 1658 bop->getType(), bop->getValueKind(), in recreateSyntacticForm() 1659 bop->getObjectKind(), in recreateSyntacticForm() 1660 bop->getOperatorLoc(), false); in recreateSyntacticForm()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 1656 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(syntax)) { in recreateSyntacticForm() local 1657 Expr *lhs = stripOpaqueValuesFromPseudoObjectRef(*this, bop->getLHS()); in recreateSyntacticForm() 1658 Expr *rhs = cast<OpaqueValueExpr>(bop->getRHS())->getSourceExpr(); in recreateSyntacticForm() 1659 return BinaryOperator::Create(Context, lhs, rhs, bop->getOpcode(), in recreateSyntacticForm() 1660 bop->getType(), bop->getValueKind(), in recreateSyntacticForm() 1661 bop->getObjectKind(), bop->getOperatorLoc(), in recreateSyntacticForm()
|
/external/icu/icu4c/source/data/misc/ |
D | keyTypeData.txt | 210 bop{""}
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-04-28-CoalescerBug.ll | 13 define void @t(%struct.BltDepth* %depth, %struct.BltOp* %bop, i32 %mode) nounwind {
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 2095 struct iris_bo **bop = &ice->shaders.scratch_bos[encoded_size][stage]; in iris_get_scratch_space() local 2120 if (!*bop) { in iris_get_scratch_space() 2151 *bop = iris_bo_alloc(bufmgr, "scratch", size, IRIS_MEMZONE_SHADER); in iris_get_scratch_space() 2154 return *bop; in iris_get_scratch_space()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2008-04-28-CoalescerBug.ll | 11 define void @t(%struct.BltDepth* %depth, %struct.BltOp* %bop, i32 %mode) nounwind {
|
/external/python/cpython3/Lib/test/ |
D | test_ast.py | 1755 bop = ast.parse(s).body[0].test 1756 self._check_end_pos(bop, 2, 44) 1757 self._check_content(s, bop.values[1],
|
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_draw.c | 1038 const char *bop = dd_fence_state(screen, record->bottom_of_pipe, NULL); in dd_report_hang() local 1041 record->draw_call, driver ? "YES" : "NO ", prev_bop, top, bop); in dd_report_hang()
|