Home
last modified time | relevance | path

Searched refs:emit (Results 451 - 475 of 757) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/node/benchmark/net/
H A Dnet-wrap-js-stream-passthrough.js75 Writer.prototype.emit = function() {};
H A Dnet-pipe.js83 Writer.prototype.emit = function() {};
H A Dnet-c2s.js80 Writer.prototype.emit = function() {};
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dpeg_calculator.rs64 term::emit(&mut writer.lock(), &config, &file, &diagnostic)?; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAddressPool.cpp47 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit() function in AddressPool
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineFunctionPass.cpp81 MORE.emit([&]() { in runOnFunction()
H A DMachineOptimizationRemarkEmitter.cpp49 void MachineOptimizationRemarkEmitter::emit( in emit() function in MachineOptimizationRemarkEmitter
56 // Only emit it if its hotness meets the threshold. in emit()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DComputeProgram.hpp67 void emit(SpirvRoutine *routine);
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dwebpi_dec.h45 OutputFunc emit; // output RGB or YUV samples member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DRemarkStreamer.h28 /// The regex used to filter remarks based on the passes that emit them.
55 void emit(const DiagnosticInfoOptimizationBase &Diag);
/third_party/rust/crates/proc-macro-error/src/imp/
H A Ddelegate.rs64 res.emit()
/third_party/PyYAML/lib/yaml/
H A D__init__.py157 def emit(events, stream=None, Dumper=Dumper, function
172 dumper.emit(event)
/third_party/node/lib/internal/debugger/
H A Dinspect_client.js217 this.emit('debugEvent', method, params);
218 this.emit(method, params);
321 this.emit('error', e);
339 this.emit('close');
342 this.emit('ready');
/third_party/node/lib/internal/readline/
H A Dutils.js371 stream.emit('keypress', escaped ? undefined : s, key);
374 stream.emit('keypress', s, key);
376 /* Unrecognized or broken escape sequence, don't emit anything */
/third_party/node/lib/internal/test_runner/mock/
H A Dmock_timers.js132 emitter.emit('data', { __proto__: null, aborted: true, reason });
146 emitter.emit('data', startTime);
/third_party/node/test/parallel/
H A Dtest-stream-map.js103 setImmediate(() => stream.emit('data', Uint8Array.from([1])));
119 stream.emit('error', new Error('boom'));
H A Dtest-worker-debug.js89 this.emit('inspectorNotification', message);
90 this.emit(message.method, message);
/third_party/node/deps/npm/node_modules/npm-profile/lib/
H A Dindex.js82 doneEmitter.emit('abort')
93 doneEmitter.emit('abort')
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64-inl.h299 void Assembler::emit(Instr x, CompactBranchType is_compact_branch) { in emit() function in v8::internal::Assembler
306 void Assembler::emit(uint64_t data) { in emit() function in v8::internal::Assembler
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch_shade_emit.c47 /* Prototype fetch, shade, emit-hw-verts all in one go.
128 unsigned emit_sz = draw_translate_vinfo_size(vinfo->attrib[i].emit); in fse_prepare()
137 fse->key.element[i].out.format = vinfo->attrib[i].emit; in fse_prepare()
210 /* Single routine to fetch vertices, run shader and emit HW verts. in fse_run_linear()
271 /* Single routine to fetch vertices, run shader and emit HW verts. in fse_run()
322 /* Single routine to fetch vertices, run shader and emit HW verts. in fse_run_linear_elts()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dscriptgenerator.py63 # Collect the mappings, then emit the Python script in endFile
143 def beginFeature(self, interface, emit):
145 OutputGenerator.beginFeature(self, interface, emit)
215 # generating a structure. Otherwise, emit the tag text.
228 # Always emit an alias (?!)
231 # May want to only emit full type definition when not an alias?
235 # If the resulting text is an empty string, do not emit it.
253 # but the output generator does not emit them directly.
278 # May want to only emit definition on this branch
306 # May want to only emit definitio
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_reg_allocate.cpp779 unspill_inst = bld.emit(SHADER_OPCODE_SEND, dst, in emit_unspill()
799 unspill_inst = bld.emit(SHADER_OPCODE_GFX7_SCRATCH_READ, dst); in emit_unspill()
802 unspill_inst = bld.emit(SHADER_OPCODE_GFX4_SCRATCH_READ, dst); in emit_unspill()
848 spill_inst = bld.emit(SHADER_OPCODE_SEND, bld.null_reg_f(), in emit_spill()
862 spill_inst = bld.emit(SHADER_OPCODE_GFX4_SCRATCH_WRITE, in emit_spill()
1051 inst = ubld.emit(SHADER_OPCODE_SCRATCH_HEADER, in spill_reg()
1150 * not possible we'll have to emit a matching unspill before the in spill_reg()
1157 /* Builder used to emit the scratch messages. */ in spill_reg()
H A Dbrw_mesh.cpp914 fs_inst *inst = bld8.emit(SHADER_OPCODE_URB_WRITE_LOGICAL, in emit_urb_direct_writes()
942 fs_inst *inst = bld8.emit(SHADER_OPCODE_URB_WRITE_LOGICAL, in emit_urb_direct_writes()
1008 fs_inst *inst = bld8.emit(SHADER_OPCODE_URB_WRITE_LOGICAL, in emit_urb_indirect_writes()
1046 fs_inst *inst = ubld8.emit(SHADER_OPCODE_URB_READ_LOGICAL, data, in emit_urb_direct_reads()
1108 fs_inst *inst = bld8.emit(SHADER_OPCODE_URB_READ_LOGICAL, in emit_urb_indirect_reads()
1115 bld8.emit(SHADER_OPCODE_MOV_INDIRECT, in emit_urb_indirect_reads()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.h136 void emit(const ConstantInteger32 *C) const final {
142 void emit(const ConstantInteger64 *C) const final {
146 void emit(const ConstantFloat *C) const final {
150 void emit(const ConstantDouble *C) const final {
154 void emit(const ConstantUndef *C) const final {
158 void emit(const ConstantRelocatable *C) const final {
619 /// the helpers will create a new Operand and emit instructions that
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp801 ORE.emit([&]() { in findScope()
847 ORE.emit([&]() { in findScope()
923 ORE.emit([&]() { in checkScopeHoistable()
953 ORE.emit([&]() { in checkScopeHoistable()
1191 ORE.emit([&]() { in splitScope()
1227 ORE.emit([&]() { in splitScope()
1355 ORE.emit([&]() { in filterScopes()
1868 ORE.emit([&]() { in fixupBranchesAndSelects()
2066 ORE.emit([&]() { in run()

Completed in 28 milliseconds

1...<<11121314151617181920>>...31