/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.h | 941 inline void emit(Instr x); 942 inline void emit(uint64_t x);
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_sched.cpp | 424 alu_group_node* alu_group_tracker::emit() { in emit() function in r600_sb::alu_group_tracker 875 sblog << "can't emit SET_CF_IDX"; in load_index_register() 891 sblog << "can't emit AR load : "; in load_index_register() 1348 sblog << "can't emit AR load : "; in emit_load_ar() 1992 alu_group_node *g = grp().emit(); in emit_group()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nv50.cpp | 2313 CodeEmitterNV50 *emit = new CodeEmitterNV50(type, this); in getCodeEmitter() local 2314 return emit; in getCodeEmitter()
|
H A D | nv50_ir_emit_gv100.cpp | 1131 const int emit = insn->op == OP_EMIT; in emitOUT() local 1140 emitField(78, 2, (cut << 1) | emit); in emitOUT()
|
H A D | nv50_ir_emit_gk110.cpp | 2808 CodeEmitterGK110 *emit = new CodeEmitterGK110(this, type); in createCodeEmitterGK110() local 2809 return emit; in createCodeEmitterGK110()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 463 if (auto Err = JD.emit(SymbolFlags)) in notifyEmitted() 1096 Error JITDylib::emit(const SymbolFlagsMap &Emitted) { in emit() function in JITDylib
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InlineCost.cpp | 1786 ORE->emit([&]() { in analyzeBlock() 1803 ORE->emit([&]() { in analyzeBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopIdiomRecognize.cpp | 32 // would be good to enhance isel to emit a loop for ctpop in this case. 977 ORE.emit([&]() { in processLoopStridedStore() 1117 ORE.emit([&]() { in processLoopStoreOfLoopLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceCfg.cpp | 1654 void Cfg::emit() { in emit() function in Ice::Cfg 1678 Node->emit(this); in emit() 1686 // The emitIAS() routines emit into the internal assembler buffer, so there's in emitIAS()
|
H A D | IceAssemblerARM32.cpp | 633 size_t MoveRelocatableFixup::emit(GlobalContext *Ctx, 696 size_t BlRelocatableFixup::emit(GlobalContext *Ctx, 791 Buffer.emit<char>(0); 2254 Buffer.emit<uint8_t>(Byte);
|
H A D | IceTargetLoweringARM32.cpp | 750 // In the future, we could potentially emit an inline memcpy/memset, etc. in genTargetHelperCallFor() 3390 // No producer, no problem: just do emit code to perform (Boolean & 1) and 6049 // Helper for legalize() to emit the right code to lower an operand to a 6357 void TargetARM32::emit(const ConstantInteger32 *C) const { 6364 void TargetARM32::emit(const ConstantInteger64 *) const { 6365 llvm::report_fatal_error("Not expecting to emit 64-bit integers"); 6368 void TargetARM32::emit(const ConstantFloat *C) const { 6373 void TargetARM32::emit(const ConstantDouble *C) const { 6378 void TargetARM32::emit(const ConstantUndef *) const { 6382 void TargetARM32::emit(cons [all...] |
H A D | IceTargetLoweringX8632.cpp | 2553 // If Dest ends up being a physical xmm register, the fstp emit code will in lowerCall() 3672 // For filetype=asm, InstX86Pinsr::emit() compensates for in lowerInsertElement() 7308 /// Helper for legalize() to emit the right code to lower an operand to a 7578 void TargetX8632::emit(const ConstantInteger32 *C) const { in emit() function in Ice::X8632::TargetX8632 7585 void TargetX8632::emit(const ConstantInteger64 *C) const { in emit() function in Ice::X8632::TargetX8632 7586 llvm::report_fatal_error("Not expecting to emit 64-bit integers"); in emit() 7589 void TargetX8632::emit(const ConstantFloat *C) const { in emit() function in Ice::X8632::TargetX8632 7596 void TargetX8632::emit(const ConstantDouble *C) const { in emit() function in Ice::X8632::TargetX8632 7603 void TargetX8632::emit(const ConstantUndef *) const { in emit() function in Ice::X8632::TargetX8632 7607 void TargetX8632::emit(cons function in Ice::X8632::TargetX8632 [all...] |
H A D | IceTargetLoweringX8664.cpp | 3228 // For filetype=asm, InstX86Pinsr::emit() compensates for in lowerInsertElement() 6570 /// Helper for legalize() to emit the right code to lower an operand to a 6848 void TargetX8664::emit(const ConstantInteger32 *C) const { in emit() function in Ice::X8664::TargetX8664 6855 void TargetX8664::emit(const ConstantInteger64 *C) const { in emit() function in Ice::X8664::TargetX8664 6862 void TargetX8664::emit(const ConstantFloat *C) const { in emit() function in Ice::X8664::TargetX8664 6869 void TargetX8664::emit(const ConstantDouble *C) const { in emit() function in Ice::X8664::TargetX8664 6876 void TargetX8664::emit(const ConstantUndef *) const { in emit() function in Ice::X8664::TargetX8664 6880 void TargetX8664::emit(const ConstantRelocatable *C) const { in emit() function in Ice::X8664::TargetX8664
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 327 OREGetter(F).emit(OptimizationRemark(DEBUG_TYPE, OptName, DLoc, Block) in emitRemark() 1920 OREGetter(F).emit(OptimizationRemark(DEBUG_TYPE, "Devirtualized", F) in run()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state_common.c | 71 void (*emit)(struct r600_context *ctx, struct r600_atom *state), in r600_init_atom() 74 atom->emit = (void*)emit; in r600_init_atom() 412 /* Re-emit PA_SC_LINE_STIPPLE. */ in r600_bind_rs_state() 2205 /* Re-emit the framebuffer state if needed. */ in r600_draw_vbo()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderDebugger.cpp | 960 Emit // Code generation pass (called from SpirvShader::emit()). 1131 void defineOrEmit(InsnIterator insn, Pass pass, F &&emit); 1560 void SpirvShader::Impl::Debugger::defineOrEmit(InsnIterator insn, Pass pass, F &&emit) 1569 emit(get<T>(id));
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | 3957 Phase["Emit"] = "emit"; 5901 * Used by the checker, this enum keeps track of external emit helpers that should be type 7423 // If a BOM is required, emit one 9341 Concatenate_and_emit_output_to_single_file: diag(6001, ts.DiagnosticCategory.Message, "Concatenate_and_emit_output_to_single_file_6001", "Concatenate and emit output to single file."), 9347 Do_not_emit_outputs_if_any_errors_were_reported: diag(6008, ts.DiagnosticCategory.Message, "Do_not_emit_outputs_if_any_errors_were_reported_6008", "Do not emit outputs if any errors were reported."), 9348 Do_not_emit_comments_to_output: diag(6009, ts.DiagnosticCategory.Message, "Do_not_emit_comments_to_output_6009", "Do not emit comments to output."), 9349 Do_not_emit_outputs: diag(6010, ts.DiagnosticCategory.Message, "Do_not_emit_outputs_6010", "Do not emit outputs."), 9350 Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking: diag(6011, ts.DiagnosticCategory.Message, "Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011", "Allow default imports from modules with no default export. This does not affect code emit, just typechecking."), 9353 Only_emit_d_ts_declaration_files: diag(6014, ts.DiagnosticCategory.Message, "Only_emit_d_ts_declaration_files_6014", "Only emit '.d.ts' declaration files."), 9387 Do_not_emit_declarations_for_code_that_has_an_internal_annotation: diag(6056, ts.DiagnosticCategory.Message, "Do_not_emit_declarations_for_code_that_has_an_internal_annotation_6056", "Do not emit declaration [all...] |
H A D | typescript.js | 3948 Phase["Emit"] = "emit"; 5892 * Used by the checker, this enum keeps track of external emit helpers that should be type 7414 // If a BOM is required, emit one 9332 Concatenate_and_emit_output_to_single_file: diag(6001, ts.DiagnosticCategory.Message, "Concatenate_and_emit_output_to_single_file_6001", "Concatenate and emit output to single file."), 9338 Do_not_emit_outputs_if_any_errors_were_reported: diag(6008, ts.DiagnosticCategory.Message, "Do_not_emit_outputs_if_any_errors_were_reported_6008", "Do not emit outputs if any errors were reported."), 9339 Do_not_emit_comments_to_output: diag(6009, ts.DiagnosticCategory.Message, "Do_not_emit_comments_to_output_6009", "Do not emit comments to output."), 9340 Do_not_emit_outputs: diag(6010, ts.DiagnosticCategory.Message, "Do_not_emit_outputs_6010", "Do not emit outputs."), 9341 Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking: diag(6011, ts.DiagnosticCategory.Message, "Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011", "Allow default imports from modules with no default export. This does not affect code emit, just typechecking."), 9344 Only_emit_d_ts_declaration_files: diag(6014, ts.DiagnosticCategory.Message, "Only_emit_d_ts_declaration_files_6014", "Only emit '.d.ts' declaration files."), 9378 Do_not_emit_declarations_for_code_that_has_an_internal_annotation: diag(6056, ts.DiagnosticCategory.Message, "Do_not_emit_declarations_for_code_that_has_an_internal_annotation_6056", "Do not emit declaration [all...] |
H A D | typescriptServices.js | 3948 Phase["Emit"] = "emit"; 5892 * Used by the checker, this enum keeps track of external emit helpers that should be type 7414 // If a BOM is required, emit one 9332 Concatenate_and_emit_output_to_single_file: diag(6001, ts.DiagnosticCategory.Message, "Concatenate_and_emit_output_to_single_file_6001", "Concatenate and emit output to single file."), 9338 Do_not_emit_outputs_if_any_errors_were_reported: diag(6008, ts.DiagnosticCategory.Message, "Do_not_emit_outputs_if_any_errors_were_reported_6008", "Do not emit outputs if any errors were reported."), 9339 Do_not_emit_comments_to_output: diag(6009, ts.DiagnosticCategory.Message, "Do_not_emit_comments_to_output_6009", "Do not emit comments to output."), 9340 Do_not_emit_outputs: diag(6010, ts.DiagnosticCategory.Message, "Do_not_emit_outputs_6010", "Do not emit outputs."), 9341 Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking: diag(6011, ts.DiagnosticCategory.Message, "Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011", "Allow default imports from modules with no default export. This does not affect code emit, just typechecking."), 9344 Only_emit_d_ts_declaration_files: diag(6014, ts.DiagnosticCategory.Message, "Only_emit_d_ts_declaration_files_6014", "Only emit '.d.ts' declaration files."), 9378 Do_not_emit_declarations_for_code_that_has_an_internal_annotation: diag(6056, ts.DiagnosticCategory.Message, "Do_not_emit_declarations_for_code_that_has_an_internal_annotation_6056", "Do not emit declaration [all...] |
H A D | tsserver.js | 3958 Phase["Emit"] = "emit"; 5902 * Used by the checker, this enum keeps track of external emit helpers that should be type 7424 // If a BOM is required, emit one 9342 Concatenate_and_emit_output_to_single_file: diag(6001, ts.DiagnosticCategory.Message, "Concatenate_and_emit_output_to_single_file_6001", "Concatenate and emit output to single file."), 9348 Do_not_emit_outputs_if_any_errors_were_reported: diag(6008, ts.DiagnosticCategory.Message, "Do_not_emit_outputs_if_any_errors_were_reported_6008", "Do not emit outputs if any errors were reported."), 9349 Do_not_emit_comments_to_output: diag(6009, ts.DiagnosticCategory.Message, "Do_not_emit_comments_to_output_6009", "Do not emit comments to output."), 9350 Do_not_emit_outputs: diag(6010, ts.DiagnosticCategory.Message, "Do_not_emit_outputs_6010", "Do not emit outputs."), 9351 Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking: diag(6011, ts.DiagnosticCategory.Message, "Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011", "Allow default imports from modules with no default export. This does not affect code emit, just typechecking."), 9354 Only_emit_d_ts_declaration_files: diag(6014, ts.DiagnosticCategory.Message, "Only_emit_d_ts_declaration_files_6014", "Only emit '.d.ts' declaration files."), 9388 Do_not_emit_declarations_for_code_that_has_an_internal_annotation: diag(6056, ts.DiagnosticCategory.Message, "Do_not_emit_declarations_for_code_that_has_an_internal_annotation_6056", "Do not emit declaration [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 3973 Phase["Emit"] = "emit"; 5871 * Used by the checker, this enum keeps track of external emit helpers that should be type 7373 // If a BOM is required, emit one 9256 Concatenate_and_emit_output_to_single_file: diag(6001, ts.DiagnosticCategory.Message, "Concatenate_and_emit_output_to_single_file_6001", "Concatenate and emit output to single file."), 9262 Do_not_emit_outputs_if_any_errors_were_reported: diag(6008, ts.DiagnosticCategory.Message, "Do_not_emit_outputs_if_any_errors_were_reported_6008", "Do not emit outputs if any errors were reported."), 9263 Do_not_emit_comments_to_output: diag(6009, ts.DiagnosticCategory.Message, "Do_not_emit_comments_to_output_6009", "Do not emit comments to output."), 9264 Do_not_emit_outputs: diag(6010, ts.DiagnosticCategory.Message, "Do_not_emit_outputs_6010", "Do not emit outputs."), 9265 Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking: diag(6011, ts.DiagnosticCategory.Message, "Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011", "Allow default imports from modules with no default export. This does not affect code emit, just typechecking."), 9268 Only_emit_d_ts_declaration_files: diag(6014, ts.DiagnosticCategory.Message, "Only_emit_d_ts_declaration_files_6014", "Only emit '.d.ts' declaration files."), 9302 Do_not_emit_declarations_for_code_that_has_an_internal_annotation: diag(6056, ts.DiagnosticCategory.Message, "Do_not_emit_declarations_for_code_that_has_an_internal_annotation_6056", "Do not emit declaration [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/poly1305/ |
H A D | poly1305-x86_64.s | 162 L$emit: 1222 je L$emit
|
/third_party/PyYAML/lib/yaml/ |
H A D | emitter.py | 111 def emit(self, event): member in Emitter 765 # Although the plain scalar writer supports breaks, we never emit
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_shader.cpp | 771 if (RatInstr::emit(intr, *this)) in process_intrinsic() 785 // We only emit the group barrier, barriers across work groups in process_intrinsic()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_compute.c | 998 /* First emit registers. */ in si_launch_grid() 1025 sctx->atoms.s.render_cond.emit(sctx); in si_launch_grid()
|