/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | IRCompileLayer.h | 58 void emit(MaterializationResponsibility R, ThreadSafeModule TSM) override; 143 /// Immediately emit and finalize the module represented by the given 145 /// @param K The VModuleKey for the module to emit/finalize.
|
H A D | IRTransformLayer.h | 40 void emit(MaterializationResponsibility R, ThreadSafeModule TSM) override; 106 /// Immediately emit and finalize the module represented by the given 108 /// @param K The VModuleKey for the module to emit/finalize.
|
H A D | ObjectLinkingLayer.h | 102 void emit(MaterializationResponsibility R,
|
H A D | ObjectTransformLayer.h | 34 void emit(MaterializationResponsibility R, 101 /// Immediately emit and finalize the object set represented by the
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | OptimizationRemarkEmitter.cpp | 73 void OptimizationRemarkEmitter::emit( in emit() function in OptimizationRemarkEmitter 78 // Only emit it if its hotness meets the threshold. in emit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCfgNode.h | 112 void emit(Cfg *Func) const;
|
H A D | IceCfgNode.cpp | 950 // Helper functions for emit(). 993 Var->emit(Func); in emitRegisterUsage() 1000 /// needs to emit a newline character. 1027 Var->emit(Func); in emitLiveRangesEnded() 1058 void CfgNode::emit(Cfg *Func) const { in emit() function in Ice::CfgNode 1094 I.emit(Func); in emit() 1116 I.emit(Func); in emit()
|
H A D | IceInst.cpp | 699 getSrc(I)->emit(Func); in emitSources() 940 void InstFakeDef::emit(const Cfg *Func) const { in emit() function in InstFakeDef 943 // Go ahead and "emit" these for now, since they are relatively rare. in emit() 946 getDest()->emit(Func); in emit() 963 void InstFakeUse::emit(const Cfg *Func) const { (void)Func; } in emit() function in InstFakeUse 973 void InstFakeKill::emit(const Cfg *Func) const { (void)Func; } in emit() function in InstFakeKill
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
H A D | RemarkLinker.cpp | 124 Serializer->emit(R); in serialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CodeGenCoverage.cpp | 84 bool CodeGenCoverage::emit(StringRef CoveragePrefix, in emit() function in CodeGenCoverage
|
/third_party/vixl/test/ |
H A D | test-code-buffer.cc | 100 TEST(emit) { in TEST()
|
/third_party/python/Lib/unittest/ |
H A D | _log.py | 22 def emit(self, record): member in _CapturingHandler
|
/third_party/node/deps/undici/src/lib/ |
H A D | client.js | 478 client.emit('disconnect', 822 client.emit('disconnect', client[kUrl], [client], new InformationalError('upgrade')) 1159 client.emit('disconnect', client[kUrl], [client], err) 1290 client.emit('connect', client[kUrl], [client]) 1323 client.emit('connectionError', client[kUrl], [client], err) 1331 client.emit('drain', client[kUrl], [client]) 2279 client.emit('error', err)
|
/third_party/node/lib/internal/bootstrap/switches/ |
H A D | is_main_thread.js | 115 // We need to emit 'close' anyway so that the closing 122 this.emit('close');
|
/third_party/node/lib/internal/main/ |
H A D | worker_thread.js | 224 process.emit('exit', process.exitCode);
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_mem.h | 168 static bool emit(nir_intrinsic_instr *intr, Shader& shader);
|