Searched refs:newop (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_peephole.cpp | 176 unsigned newop; in optimize_cc_op2() local 180 newop = get_predsetcc_op(cc, cmp_type); in optimize_cc_op2() 183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); in optimize_cc_op2() 186 newop = get_killcc_op(cc, cmp_type); in optimize_cc_op2() 189 newop = ALU_OP0_NOP; in optimize_cc_op2() 194 a->bc.set_op(newop); in optimize_cc_op2()
|
D | sb_expr.cpp | 1308 unsigned newop = get_setcc_op(cc, cmp_type, true); in convert_predset_to_set() local 1311 a->bc.set_op(newop); in convert_predset_to_set()
|
/external/python/cpython2/Objects/ |
D | complexobject.c | 323 PyObject *newop = NULL; in PyComplex_AsCComplex() local 336 newop = try_complex_special_method(op); in PyComplex_AsCComplex() 338 if (newop) { in PyComplex_AsCComplex() 339 if (!PyComplex_Check(newop)) { in PyComplex_AsCComplex() 342 Py_DECREF(newop); in PyComplex_AsCComplex() 345 cv = ((PyComplexObject *)newop)->cval; in PyComplex_AsCComplex() 346 Py_DECREF(newop); in PyComplex_AsCComplex()
|
/external/python/cpython3/Objects/ |
D | complexobject.c | 314 PyObject *newop = NULL; in PyComplex_AsCComplex() local 327 newop = try_complex_special_method(op); in PyComplex_AsCComplex() 329 if (newop) { in PyComplex_AsCComplex() 330 cv = ((PyComplexObject *)newop)->cval; in PyComplex_AsCComplex() 331 Py_DECREF(newop); in PyComplex_AsCComplex()
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | BlinkGCPluginConsumer.cpp | 221 if (CXXMethodDecl* newop = info->DeclaresNewOperator()) in CheckClass() local 222 if (!Config::IsIgnoreAnnotated(newop)) in CheckClass() 223 reporter_.ClassOverridesNew(info, newop); in CheckClass()
|
D | DiagnosticsReporter.h | 58 void ClassOverridesNew(RecordInfo* info, clang::CXXMethodDecl* newop);
|
D | DiagnosticsReporter.cpp | 488 CXXMethodDecl* newop) { in ClassOverridesNew() argument 489 ReportDiagnostic(newop->getLocStart(), diag_class_overrides_new_) in ClassOverridesNew()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | computedgoto.ll | 91 %newop = load i8*, i8** %arrayidx, align 8 92 indirectbr i8* %newop, [label %bb0, label %bb1] 251 %newop = load i8*, i8** %arrayidx, align 8 252 indirectbr i8* %newop, [label %bb0, label %bb1]
|