Home
last modified time | relevance | path

Searched refs:newop (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp176 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()
Dsb_expr.cpp1308 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/
Dcomplexobject.c323 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/
Dcomplexobject.c314 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/
DBlinkGCPluginConsumer.cpp221 if (CXXMethodDecl* newop = info->DeclaresNewOperator()) in CheckClass() local
222 if (!Config::IsIgnoreAnnotated(newop)) in CheckClass()
223 reporter_.ClassOverridesNew(info, newop); in CheckClass()
DDiagnosticsReporter.h58 void ClassOverridesNew(RecordInfo* info, clang::CXXMethodDecl* newop);
DDiagnosticsReporter.cpp488 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/
Dcomputedgoto.ll91 %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]