/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTargetLoweringMIPS32.h | 136 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 D | ControlHeightReduction.cpp | 801 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 D | Makefile | 52 LDFLAGS_realmode.elf := -m elf_i386 --emit-relocs -T
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_ring.h | 52 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 D | Makefile | 53 LDFLAGS_realmode.elf := -m elf_i386 --emit-relocs -T
|
/test/testfwk/xdevice/plugins/devicetest/report/ |
H A D | generation.py | 40 def emit(self, record): member in BufferHandler
|
/third_party/node/lib/internal/repl/ |
H A D | history.js | 149 repl.emit('flushHistory');
|
/third_party/node/test/parallel/ |
H A D | test-child-process-execfile.js | 44 child.emit('close', code, null);
|
H A D | test-event-emitter-listeners.js | 109 ee.emit('foo');
|
H A D | test-http2-compat-socket.js | 73 request.socket.emit('testEvent');
|
H A D | test-http2-respond-with-fd-errors.js | 23 // - every other NGHTTP2 error from binding (should emit stream error) 57 `${currentError.error.code} should emit on ${currentError.type}`
|
H A D | test-repl-top-level-await.js | 31 this.emit('line', this.lines[this.lines.length - 1]);
|
H A D | test-tls-ticket.js | 100 servers.shift().emit('connection', c);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/aes/ |
H A D | aes-armv4.S | 23 @ 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 D | aes-armv4.S | 23 @ in one instruction and emit combined result every cycle. The module
|
/third_party/node/benchmark/net/ |
H A D | net-s2c.js | 116 Writer.prototype.emit = function() {};
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_vec4_dead_code_eliminate.cpp | 170 v->emit(v->SCRATCH_WRITE(dst_reg(r4), r6, r5)); in TEST_F()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_screen.h | 53 void (*emit)(struct pipe_screen *, u32 *sequence); member
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_prim_emit.c | 39 * 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 D | HeaderParser.js | 63 this.emit('header', header)
|
/third_party/rust/crates/codespan/codespan-reporting/examples/ |
H A D | reusable_diagnostic.rs | 9 #[structopt(name = "emit")] 45 term::emit(&mut writer.lock(), &config, &file, &diagnostic)?; in main()
|
H A D | term.rs | 15 #[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 D | DwarfFile.cpp | 101 StrPool.emit(*Asm, StrSection, OffsetSection, UseRelativeOffsets); in emitStrings()
|
H A D | DwarfStringPool.cpp | 77 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 D | VertexProgram.cpp | 84 spirvShader->emit(&routine, activeLaneMask, storesAndAtomicsMask, descriptorSets); in program()
|