Searched refs:ops (Results 251 - 275 of 323) sorted by relevance

<<111213

/external/llvm/lib/IR/
H A DConstantsContext.h321 ArrayRef<Constant*> ops,
326 operands(ops.begin(), ops.end()), indices(inds.begin(), inds.end()) {}
320 ExprMapKeyType(unsigned opc, ArrayRef<Constant*> ops, unsigned short flags = 0, unsigned short optionalflags = 0, ArrayRef<unsigned> inds = None) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp130 sm4_op& op = *insn->ops[i];
141 sm4_op& op = *insn->ops[i];
190 sm4_op& op = *insn->ops[i];
/external/oprofile/events/i386/nehalem/
H A Devents45 event:0x3D counters:0,1,2,3 um:one minimum:6000 name:UOPS_DECODED_DEC0 : Counts micro-ops decoded by decoder 0.
73 event:0xA8 counters:0,1,2,3 um:one minimum:6000 name:LSD : Counts the number of micro-ops delivered by loop stream detector
82 event:0xC2 counters:0,1,2,3 um:uops_retired minimum:6000 name:UOPS_RETIRED : Counts the number of micro-ops retired, (macro-fused=1, micro-fused=2, others=1; maximum count of 8 per cycle). Most instructions are composed of one or two microops. Some instructions are decoded into longer sequences such as repeat instructions, floating point transcendental instructions, and assists
H A Dunit_masks274 0x01 any Counts the number of micro-ops retired, (macro-fused=1, micro-fused=2, others=1; maximum count of 8 per cycle)
317 0x04 rob_read_port Counts the number of cycles when ROB read port stalls occurred, which did not allow new micro-ops to enter the out-of-order pipeline
319 0x0F any Counts all Register Allocation Table stall cycles due to: Cycles when ROB read port stalls occurred, which did not allow new micro-ops to enter the execution pipe
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c388 (*gc->ops->CopyArea)(src_draw, dst_draw, gc,
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_dri2.c388 (*gc->ops->CopyArea)(src_draw, dst_draw, gc,
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h1338 void setTransform(const TransformOperations& ops) { SET_VAR(rareNonInheritedData.access()->m_transform, m_operations, ops); } argument
1357 void setFilter(const FilterOperations& ops) { SET_VAR(rareNonInheritedData.access()->m_filter, m_operations, ops); } argument
1650 static const TransformOperations& initialTransform() { DEFINE_STATIC_LOCAL(TransformOperations, ops, ()); return ops; }
1718 static const FilterOperations& initialFilter() { DEFINE_STATIC_LOCAL(FilterOperations, ops, ()); return ops; }
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1729 // TODO: maybe have all fixed ops act as barrier ?
2027 DLList ops[OP_LAST + 1]; member in class:nv50_ir::LocalCSE
2205 ops[ir->op].insert(ir);
2223 DLLIST_FOR_EACH(&ops[ir->op], iter)
2232 ops[ir->op].insert(ir);
2237 ops[i].clear();
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_peephole.cpp1729 // TODO: maybe have all fixed ops act as barrier ?
2027 DLList ops[OP_LAST + 1]; member in class:nv50_ir::LocalCSE
2205 ops[ir->op].insert(ir);
2223 DLLIST_FOR_EACH(&ops[ir->op], iter)
2232 ops[ir->op].insert(ir);
2237 ops[i].clear();
/external/qemu/ui/
H A Dvnc-android.c864 struct audio_capture_ops ops; local
871 ops.notify = audio_capture_notify;
872 ops.destroy = audio_capture_destroy;
873 ops.capture = audio_capture;
875 vs->audio_cap = AUD_add_capture(&vs->as, &ops, vs);
H A Dvnc.c856 struct audio_capture_ops ops; local
863 ops.notify = audio_capture_notify;
864 ops.destroy = audio_capture_destroy;
865 ops.capture = audio_capture;
867 vs->audio_cap = AUD_add_capture(&vs->as, &ops, vs);
/external/qemu/
H A Dvl-android.c3631 SaveVMHandlers* ops = g_malloc0(sizeof(*ops)); local
3632 ops->save_live_state = ram_save_live;
3633 ops->load_state = ram_load;
3639 ops,
/external/chromium_org/third_party/jinja2/
H A Dnodes.py698 """Compares an expression with some other expressions. `ops` must be a
701 fields = ('expr', 'ops')
707 for op in self.ops:
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp1871 const SkPicture::OperationList& ops = picture->EXPERIMENTAL_getActiveOps(query);
1879 if (ops.valid()) {
1883 for (int i = 0; i < ops.numOps(); ++i) {
1884 uint32_t offset = ops.offset(i);
/external/libnl/lib/netfilter/
H A Dct.c357 static int ct_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
/external/libnl/lib/route/
H A Dneigh.c252 static int neigh_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
H A Dneightbl.c121 static int neightbl_msg_parser(struct nl_cache_ops *ops, argument
H A Drule.c80 static int rule_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, argument
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1871 const SkPicture::OperationList& ops = picture->EXPERIMENTAL_getActiveOps(query);
1879 if (ops.valid()) {
1883 for (int i = 0; i < ops.numOps(); ++i) {
1884 uint32_t offset = ops.offset(i);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp991 LookupResult ops(S, deleteName, loc, Sema::LookupOrdinaryName);
992 S.LookupQualifiedName(ops, record->getDecl());
995 ops.suppressDiagnostics();
998 if (ops.empty()) return false;
1002 if (ops.isAmbiguous()) return false;
1004 LookupResult::Filter filter = ops.makeFilter();
1029 if (!ops.isSingleResult()) return false;
1031 const FunctionDecl *del = cast<FunctionDecl>(ops.getFoundDecl());
/external/oprofile/events/mips/24K/
H A Devents35 event:0x11 counters:0 um:zero minimum:500 name:NO_OPS_INSNS : 17-0 no-ops completed, ie instructions writing $0
/external/oprofile/events/mips/34K/
H A Devents35 event:0x11 counters:0 um:zero minimum:500 name:NO_OPS_INSNS : 17-0 no-ops completed, ie instructions writing $0
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-xen.c213 struct vki_xen_mmuext_op *ops = (struct vki_xen_mmuext_op *)ARG1; local
217 struct vki_xen_mmuext_op *op = ops + i;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/valgrind/main/perf/
H A Dtinycc.c3008 /* unary ops */
3080 /* generic FP ops */
3097 /* string ops */
3111 /* generic asm ops */
4340 /* unary ops */
4412 /* generic FP ops */
4429 /* string ops */
4443 /* generic asm ops */
11037 /* if commutative ops, put c2 as constant */
16310 Operand ops[MAX_OPERAND
16308 Operand ops[MAX_OPERANDS], *pop; local
[all...]

Completed in 707 milliseconds

<<111213