Home
last modified time | relevance | path

Searched refs:emit (Results 276 - 300 of 651) sorted by relevance

1...<<11121314151617181920>>...27

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceOperand.h79 virtual void emit(const Cfg *Func) const = 0;
147 void emit(const Cfg *Func) const override { emit(Func->getTarget()); }
148 virtual void emit(TargetLowering *Target) const = 0;
207 using Constant::emit;
208 void emit(TargetLowering *Target) const final;
397 using Constant::emit;
398 void emit(TargetLowering *Target) const final;
435 using Constant::emit;
436 void emit(TargetLowerin
[all...]
H A DIceConditionCodesARM32.h32 #define X(tag, encode, opp, emit) tag = encode,
H A DIceConditionCodesMIPS32.h32 #define X(tag, opp, emit) tag,
/third_party/typescript/tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports/no-circular-import/
H A Dexport-with-incremental.js84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (computed .d.ts during emit)
85 /user/username/projects/myproject/lib1/tools/public.ts (computed .d.ts during emit)
86 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
87 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
88 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
89 /user/username/projects/myproject/app.ts (computed .d.ts during emit)
H A Dexport.js84 /user/username/projects/myproject/lib1/tools/tools.interface.ts (computed .d.ts during emit)
85 /user/username/projects/myproject/lib1/tools/public.ts (computed .d.ts during emit)
86 /user/username/projects/myproject/lib1/public.ts (computed .d.ts during emit)
87 /user/username/projects/myproject/lib2/data.ts (computed .d.ts during emit)
88 /user/username/projects/myproject/lib2/public.ts (computed .d.ts during emit)
89 /user/username/projects/myproject/app.ts (computed .d.ts during emit)
/third_party/libabigail/tests/data/test-read-dwarf/
H A Dtest23-first-tu.cc12 emit(string& s) in emit() function
H A Dtest23-second-tu.cc13 emit(string& prefix, string& s) in emit() function
/third_party/rust/crates/proc-macro-error/tests/ui/
H A Demit.rs4 emit!(one, two, three, four, five);
/third_party/node/test/fixtures/errors/
H A Devents_unhandled_error_common_trace.js19 ee.emit('error', err);
/third_party/node/lib/internal/streams/
H A Dreadable.js368 stream.emit('data', chunk);
508 // has returned yet), so that we know whether or not it's safe to emit
575 // If we tried to read() past the EOF, then emit end on the next tick.
582 this.emit('data', ret);
601 // If we are sync, wait until next tick to emit the data.
609 // We have to emit readable now that we are EOF. Modules
615 // Don't emit readable right away in sync mode, because this can trigger
633 stream.emit('readable');
828 dest.emit('error', er);
855 dest.emit('pip
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc683 emit(instr); in GenB()
693 emit(instr); in GenB()
701 emit(instr); in GenB()
709 emit(instr); in GenBJ()
717 emit(instr); in GenCmp()
725 emit(instr); in GenSel()
733 emit(instr); in GenRegister()
738 emit(instr); in GenRegister()
745 emit(instr); in GenRegister()
752 emit(inst in GenRegister()
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pm4.c150 if (state->atom.emit) in si_pm4_emit()
151 state->atom.emit(sctx); in si_pm4_emit()
/third_party/node/lib/internal/
H A Djs_stream_socket.js64 stream.on('error', (err) => this.emit('error', err));
72 this.emit('error', new ERR_STREAM_WRAP());
244 // `this._handle.close()` which will also emit EOF if not emitted before.
245 // This feature makes sockets on the other side emit "end" and "close"
/third_party/node/lib/internal/process/
H A Dwarning.js89 process.emit('warning', warning);
170 process.emit('warning', createWarningObject(warning, type, code, ctor));
/third_party/node/test/parallel/
H A Dtest-cluster-basic.js94 // Check events, states, and emit arguments
173 `The cluster event "${name}" did not emit with correct argument`);
191 `The worker event "${name}" did not emit with correct argument`);
H A Dtest-http2-socket-proxy.js56 assert.throws(() => socket.emit, errMsg);
67 assert.throws(() => (socket.emit = undefined), errMsg);
H A Dtest-http-outgoing-settimeout.js25 outgoingMessage.emit('socket', {
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_derived.c89 vinfo.attrib[0].emit = EMIT_4F; in calculate_vertex_layout()
93 vinfo.attrib[0].emit = EMIT_3F; in calculate_vertex_layout()
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dio_dec.c247 num_lines_out += WebPRescalerExport(wrk); // emit output row(s) in Rescale()
344 p->emit = EmitRescaledYUV; in InitYUVRescaler()
537 p->emit = EmitRescaledRGB; in InitRGBRescaler()
570 p->emit = NULL; in CustomSetup()
591 p->emit = EmitSampledRGB; // default in CustomSetup()
602 p->emit = EmitFancyRGB; in CustomSetup()
607 p->emit = EmitYUV; in CustomSetup()
636 num_lines_out = p->emit(io, p); in CustomPut()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_program.h40 struct ir3_shader_variant *bs; /* VS for when emit->binning */
42 struct ir3_shader_variant *fs; /* FS for when !emit->binning */
54 void fd4_program_emit(struct fd_ringbuffer *ring, struct fd4_emit *emit, int nr,
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_program.h40 struct ir3_shader_variant *bs; /* VS for when emit->binning */
42 struct ir3_shader_variant *fs; /* FS for when !emit->binning */
55 struct fd5_emit *emit) in_dt;
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.h42 /** Arguments that are passed to lp_build_tgsi_action::emit. The
69 * the lp_build_tgsi_action::emit function. However, this value is
79 /** The lp_build_tgsi_action::emit 'executes' the opcode and writes the
117 void (*emit)(const struct lp_build_tgsi_action *, member
125 * that can be assigned to lp_build_tgsi_action::emit and used for
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_program.h40 struct ir3_shader_variant *bs; /* VS for when emit->binning */
42 struct ir3_shader_variant *fs; /* FS for when !emit->binning */
51 void fd3_program_emit(struct fd_ringbuffer *ring, struct fd3_emit *emit, int nr,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCodeGenCoverage.h34 bool emit(StringRef FilePrefix, StringRef BackendName) const;
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64-inl.h297 void Assembler::emit(Instr x) { in emit() function in v8::internal::Assembler
307 void Assembler::emit(ShortInstr x) { in emit() function in v8::internal::Assembler
317 void Assembler::emit(uint64_t data) { in emit() function in v8::internal::Assembler

Completed in 18 milliseconds

1...<<11121314151617181920>>...27