Home
last modified time | relevance | path

Searched refs:emit (Results 476 - 500 of 1914) sorted by relevance

1...<<11121314151617181920>>...77

/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()
/kernel/linux/linux-5.10/arch/x86/realmode/rm/
H A DMakefile52 LDFLAGS_realmode.elf := -m elf_i386 --emit-relocs -T
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_ring.h52 GEM_BUG_ON((rq->ring->vaddr + rq->ring->emit) != cs); in intel_ring_advance()
/kernel/linux/linux-6.6/arch/x86/realmode/rm/
H A DMakefile53 LDFLAGS_realmode.elf := -m elf_i386 --emit-relocs -T
/test/testfwk/xdevice/plugins/devicetest/report/
H A Dgeneration.py40 def emit(self, record): member in BufferHandler
/third_party/node/lib/internal/repl/
H A Dhistory.js149 repl.emit('flushHistory');
/third_party/node/test/parallel/
H A Dtest-child-process-execfile.js44 child.emit('close', code, null);
H A Dtest-event-emitter-listeners.js109 ee.emit('foo');
H A Dtest-http2-compat-socket.js73 request.socket.emit('testEvent');
H A Dtest-http2-respond-with-fd-errors.js23 // - every other NGHTTP2 error from binding (should emit stream error)
57 `${currentError.error.code} should emit on ${currentError.type}`
H A Dtest-repl-top-level-await.js31 this.emit('line', this.lines[this.lines.length - 1]);
H A Dtest-tls-ticket.js100 servers.shift().emit('connection', c);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/
H A Daes-armv4.S23 @ in one instruction and emit combined result every cycle. The module
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/aes/
H A Daes-armv4.S23 @ in one instruction and emit combined result every cycle. The module
/third_party/node/benchmark/net/
H A Dnet-s2c.js116 Writer.prototype.emit = function() {};
/third_party/mesa3d/src/intel/compiler/
H A Dtest_vec4_dead_code_eliminate.cpp170 v->emit(v->SCRATCH_WRITE(dst_reg(r4), r6, r5)); in TEST_F()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h53 void (*emit)(struct pipe_screen *, u32 *sequence); member
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_prim_emit.c39 * Primitive emit to hardware. No support for vertex buffers or any
58 * Extract the needed fields from vertex_header and emit i915 dwords.
75 switch (vinfo->attrib[i].emit) { in emit_hw_vertex()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
H A DHeaderParser.js63 this.emit('header', header)
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dreusable_diagnostic.rs9 #[structopt(name = "emit")]
45 term::emit(&mut writer.lock(), &config, &file, &diagnostic)?; in main()
H A Dterm.rs15 #[structopt(name = "emit")]
171 term::emit(&mut writer.lock(), &config, &files, &diagnostic)?; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp101 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
H A DDwarfStringPool.cpp77 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit() function in DwarfStringPool
112 // If we've got an offset section go ahead and emit that now as well. in emit()
115 // we can emit them in order. in emit()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DVertexProgram.cpp84 spirvShader->emit(&routine, activeLaneMask, storesAndAtomicsMask, descriptorSets); in program()

Completed in 21 milliseconds

1...<<11121314151617181920>>...77