Home
last modified time | relevance | path

Searched refs:codegen (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dgen.c378 static void codegen(const char *template, ...) in codegen() function
479 codegen("\ in codegen_asserts()
523 codegen("\ in codegen_asserts()
539 codegen("\ in codegen_attach_detach()
564 codegen("\ in codegen_attach_detach()
574 codegen("\ in codegen_attach_detach()
585 codegen("\ in codegen_attach_detach()
591 codegen("\ in codegen_attach_detach()
602 codegen("\ in codegen_attach_detach()
608 codegen("\ in codegen_attach_detach()
[all...]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dgen.c212 static void codegen(const char *template, ...) in codegen() function
339 codegen("\ in do_skeleton()
390 codegen("\ in do_skeleton()
468 codegen("\ in do_skeleton()
488 codegen("\ in do_skeleton()
507 codegen("\ in do_skeleton()
524 codegen("\ in do_skeleton()
538 codegen("\ in do_skeleton()
549 codegen("\ in do_skeleton()
572 codegen("\ in do_skeleton()
[all...]
/third_party/jinja2/
H A Dmeta.py52 codegen = TrackingCodeGenerator(ast.environment) # type: ignore
53 codegen.visit(ast)
54 return codegen.undeclared_identifiers
/third_party/node/deps/v8/third_party/jinja2/
H A Dmeta.py48 codegen = TrackingCodeGenerator(ast.environment)
49 codegen.visit(ast)
50 return codegen.undeclared_identifiers
/third_party/node/tools/inspector_protocol/jinja2/
H A Dmeta.py55 codegen = TrackingCodeGenerator(ast.environment)
56 codegen.visit(ast)
57 return codegen.undeclared_identifiers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DParallelCG.cpp27 static void codegen(Module *M, llvm::raw_pwrite_stream &OS, in codegen() function
33 report_fatal_error("Failed to setup codegen"); in codegen()
47 codegen(M.get(), *OSs[0], TMFactory, FileType); in splitCodeGen()
61 // codegen. We do it by serializing partition modules to bitcode in splitCodeGen()
88 codegen(MPartInCtx.get(), *ThreadOS, TMFactory, FileType); in splitCodeGen()
/third_party/skia/third_party/externals/jinja2/
H A Dmeta.py48 codegen = TrackingCodeGenerator(ast.environment)
49 codegen.visit(ast)
50 return codegen.undeclared_identifiers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTargetMachineC.cpp187 LLVMCodeGenFileType codegen, in LLVMTargetMachineEmit()
199 switch (codegen) { in LLVMTargetMachineEmit()
220 char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) { in LLVMTargetMachineEmitToFile()
227 bool Result = LLVMTargetMachineEmit(T, M, dest, codegen, ErrorMessage); in LLVMTargetMachineEmitToFile()
233 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
237 bool Result = LLVMTargetMachineEmit(T, M, OStream, codegen, ErrorMessage); in LLVMTargetMachineEmitToMemoryBuffer()
185 LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, raw_pwrite_stream &OS, LLVMCodeGenFileType codegen, char **ErrorMessage) LLVMTargetMachineEmit() argument
219 LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) LLVMTargetMachineEmitToFile() argument
232 LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf) LLVMTargetMachineEmitToMemoryBuffer() argument
/third_party/python/Tools/unicode/
H A Dgenwincodec.py8 from gencodec import codegen namespace
47 code = codegen("", map, encodingname)
H A Dgencodec.py253 def codegen(name, map, encodingname, comments=1): function
360 code = codegen(name,map,encodingname,comments)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DTargetMachine.h133 char *Filename, LLVMCodeGenFileType codegen, char **ErrorMessage);
137 LLVMCodeGenFileType codegen, char** ErrorMessage, LLVMMemoryBufferRef *OutMemBuf);
/third_party/rust/crates/bindgen/bindgen/
H A Dlib.rs65 mod codegen; modules
81 use codegen::CodegenError;
84 pub use crate::codegen::{
303 codegen::EnumVariation::Rust { in command_line_flags()
306 codegen::EnumVariation::Rust { in command_line_flags()
309 codegen::EnumVariation::NewType { in command_line_flags()
313 codegen::EnumVariation::NewType { in command_line_flags()
323 codegen::EnumVariation::Consts => "consts", in command_line_flags()
324 codegen::EnumVariation::ModuleConsts => "moduleconsts", in command_line_flags()
981 arg: codegen in default_enum_style()
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Ddyngen.rs1 use crate::codegen;
180 let ident_str = codegen::helpers::ast_ty::cstr_expr(ident.to_string());
H A Dmod.rs265 /// function name to the number of overloads we have already codegen'd for
465 fn codegen( in codegen() functions
508 fn codegen( in codegen() functions
514 debug!("<Item as CodeGenerator>::codegen: self = {:?}", self); in codegen()
521 module.codegen(ctx, result, self); in codegen()
524 fun.codegen(ctx, result, self); in codegen()
527 var.codegen(ctx, result, self); in codegen()
530 ty.codegen(ctx, result, self); in codegen()
540 fn codegen( in codegen() functions
546 debug!("<Module as CodeGenerator>::codegen in codegen()
632 fn codegen( codegen() functions
779 fn codegen( codegen() functions
1100 fn codegen( codegen() functions
1199 fn codegen( codegen() functions
1271 fn codegen<F, M>( codegen() functions
1290 fn codegen<F, M>( codegen() functions
1368 fn codegen<F, M>( codegen() functions
1573 fn codegen<F, M>( codegen() functions
1723 fn codegen<F, M>( codegen() functions
1827 fn codegen( codegen() functions
3020 fn codegen( codegen() functions
4021 fn codegen( codegen() functions
4271 fn codegen( codegen() functions
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTOBackend.cpp335 void codegen(const Config &Conf, TargetMachine *TM, AddStreamFn AddStream, in codegen() function
368 report_fatal_error("Failed to setup codegen"); in codegen()
386 // codegen. We do it by serializing partition modules to bitcode in splitCodeGen()
409 codegen(C, TM.get(), AddStream, ThreadId, *MPartInCtx); in splitCodeGen()
473 codegen(C, TM.get(), AddStream, 0, *Mod); in backend()
522 codegen(Conf, TM.get(), AddStream, Task, Mod); in thinBackend()
566 codegen(Conf, TM.get(), AddStream, Task, Mod); in thinBackend()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Denum_ty.rs3 use super::super::codegen::EnumVariation;
H A Dvar.rs3 use super::super::codegen::MacroTypeVariation;
H A Dcomp.rs13 use crate::codegen::struct_layout::{align_to, bytes_from_bits_pow2};
320 /// Should be assigned before codegen.
325 /// Should be assigned before codegen.
H A Dcontext.rs1 //! Common context that is passed around during parsing and codegen.
23 use crate::codegen::CodegenError;
388 /// we should generate accounting for the codegen options.
394 /// uses. See `ir::named` for more details. Always `Some` during the codegen
414 /// This is populated when we enter codegen by `compute_enum_typedef_combos`
420 /// This is populated when we enter codegen by `compute_cannot_derive_debug`
426 /// This is populated when we enter codegen by `compute_cannot_derive_default`
432 /// This is populated when we enter codegen by `compute_cannot_derive_copy`
438 /// This is populated when we enter codegen by `compute_can_derive_hash`
444 /// This is populated when we enter codegen b
[all...]
H A Ditem.rs3 use super::super::codegen::{EnumVariation, CONSTIFIED_ENUM_MODULE_REPR_NAME};
78 /// May only be called when `ctx` is in the codegen phase.
396 /// This is a fairly used operation during codegen so this makes bindgen
574 /// This function is used to determine when the codegen phase should call
575 /// `codegen` on an item, since any item that is not top-level will be
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc8 #include "src/codegen/assembler.h"
9 #include "src/codegen/cpu-features.h"
10 #include "src/codegen/external-reference.h"
11 #include "src/codegen/macro-assembler.h"
12 #include "src/codegen/optimized-compilation-info.h"
13 #include "src/codegen/x64/assembler-x64.h"
14 #include "src/codegen/x64/register-x64.h"
497 void EmitTSANStoreOOL(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, in EmitTSANStoreOOL() argument
506 DCHECK_NE(codegen->code_kind(), CodeKind::FOR_TESTING); in EmitTSANStoreOOL()
509 auto tsan_ool = zone->New<OutOfLineTSANStore>(codegen, operan in EmitTSANStoreOOL()
548 EmitTSANAwareStore(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, ValueT value, X64OperandConverter& i, StubCallMode stub_call_mode, MachineRepresentation rep) EmitTSANAwareStore() argument
614 EmitTSANRelaxedLoadOOLIfNeeded(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, X64OperandConverter& i, StubCallMode mode, int size) EmitTSANRelaxedLoadOOLIfNeeded() argument
634 EmitTSANAwareStore(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, ValueT value, X64OperandConverter& i, StubCallMode stub_call_mode, MachineRepresentation rep) EmitTSANAwareStore() argument
643 EmitTSANRelaxedLoadOOLIfNeeded(Zone* zone, CodeGenerator* codegen, TurboAssembler* tasm, Operand operand, X64OperandConverter& i, StubCallMode mode, int size) EmitTSANRelaxedLoadOOLIfNeeded() argument
712 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument
723 EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, InstructionCode opcode, Instruction* instr, int pc) EmitOOLTrapIfNeeded() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc5 #include "src/codegen/arm64/assembler-arm64-inl.h"
6 #include "src/codegen/arm64/macro-assembler-arm64-inl.h"
7 #include "src/codegen/optimized-compilation-info.h"
453 void EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, in EmitOOLTrapIfNeeded() argument
457 zone->New<WasmProtectedInstructionTrap>(codegen, pc, instr); in EmitOOLTrapIfNeeded()
461 void EmitOOLTrapIfNeeded(Zone* zone, CodeGenerator* codegen, in EmitOOLTrapIfNeeded() argument

Completed in 25 milliseconds