Home
last modified time | relevance | path

Searched full:codegen (Results 1 – 25 of 2275) sorted by relevance

12345678910>>...91

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/
DAndroid.bp107 "llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp",
108 "llvm/lib/CodeGen/AllocationOrder.cpp",
109 "llvm/lib/CodeGen/Analysis.cpp",
110 "llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp",
111 "llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp",
112 "llvm/lib/CodeGen/AsmPrinter/ARMException.cpp",
113 "llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp",
114 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp",
115 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp",
116 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
[all …]
DBUILD.gn262 "llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp",
263 "llvm/lib/CodeGen/AllocationOrder.cpp",
264 "llvm/lib/CodeGen/Analysis.cpp",
265 "llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp",
266 "llvm/lib/CodeGen/AsmPrinter/AddressPool.cpp",
267 "llvm/lib/CodeGen/AsmPrinter/ARMException.cpp",
268 "llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp",
269 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp",
270 "llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp",
271 "llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp",
[all …]
DCMakeLists.txt107 ${LLVM_DIR}/lib/CodeGen/AggressiveAntiDepBreaker.cpp
108 ${LLVM_DIR}/lib/CodeGen/AllocationOrder.cpp
109 ${LLVM_DIR}/lib/CodeGen/Analysis.cpp
110 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AccelTable.cpp
111 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AddressPool.cpp
112 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/ARMException.cpp
113 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
114 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinterDwarf.cpp
115 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
116 ${LLVM_DIR}/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
[all …]
/third_party/grpc/include/grpc/
Dmodule.modulemap19 header "impl/codegen/atm.h"
20 header "impl/codegen/byte_buffer.h"
21 header "impl/codegen/byte_buffer_reader.h"
22 header "impl/codegen/compression_types.h"
23 header "impl/codegen/connectivity_state.h"
24 header "impl/codegen/fork.h"
25 header "impl/codegen/gpr_types.h"
26 header "impl/codegen/grpc_types.h"
27 header "impl/codegen/log.h"
28 header "impl/codegen/port_platform.h"
[all …]
/third_party/grpc/tools/run_tests/sanity/
Dcheck_deprecated_grpc++.py65 "include/grpc++/impl/codegen/sync_stream.h",
66 "include/grpc++/impl/codegen/channel_interface.h",
67 "include/grpc++/impl/codegen/config_protobuf.h",
68 "include/grpc++/impl/codegen/status.h",
69 "include/grpc++/impl/codegen/config.h",
70 "include/grpc++/impl/codegen/status_code_enum.h",
71 "include/grpc++/impl/codegen/metadata_map.h",
72 "include/grpc++/impl/codegen/rpc_method.h",
73 "include/grpc++/impl/codegen/server_context.h",
74 "include/grpc++/impl/codegen/byte_buffer.h",
[all …]
/third_party/mesa3d/src/gfxstream/codegen/scripts/cereal/
Dfrontend.py4 from .common.codegen import CodeGen, VulkanAPIWrapper
40 def frontendDefFunc(codegen, api): argument
43 codegen.stmt(
46 codegen.funcCall(None, API_PREFIX_VALIDATE + api.origName,
50 codegen.beginIf(
53 codegen.stmt("return %s" % VALIDATE_VAR_NAME)
55 codegen.stmt("return (%s)0" % retTypeName)
57 codegen.stmt("return")
58 codegen.endIf()
60 codegen.stmt("// VULKAN_STREAM_GET()")
[all …]
Dtransform.py4 from .common.codegen import CodeGen
206 self.codegen = CodeGen()
237 self.codegen.stmt("class %s" % self.resourceTrackerTypeName)
238 self.codegen.line("#define LIST_TRIVIAL_TRANSFORMED_TYPES(f) \\")
240 self.codegen.line("f(%s) \\" % name)
241 self.codegen.line("")
243 self.codegen.line("#define LIST_NON_TRIVIAL_TRANSFORMED_TYPES(f) \\")
245 self.codegen.line("f(%s) \\" % name)
246 self.codegen.line("")
248 self.codegen.line("#define LIST_TRANSFORMED_TYPES(f) \\")
[all …]
Dextensionstructs.py4 from .common.codegen import CodeGen
20 self.codegen = CodeGen()
51 self.module.appendHeader(self.codegen.makeFuncDecl(
53 self.module.appendHeader(self.codegen.makeFuncDecl(
55 self.module.appendHeader(self.codegen.makeFuncDecl(
78 self.codegen.makeFuncImpl(
106 self.codegen.makeFuncImpl(
117 self.codegen.makeFuncImpl(
Dunbox.py4 from .common.codegen import CodeGen
16 self.codegen = CodeGen()
39 self.codegen.makeFuncAlias(self.unboxPrefix + "_" + name,
61 self.codegen.makeFuncDecl(api))
63 self.codegen.makeFuncImpl(api, funcDefGenerator))
/third_party/rust/rust/tests/run-make/codegen-options-parsing/
DMakefile6 $(RUSTC) -C codegen-units dummy.rs 2>&1 | \
7 $(CGREP) 'codegen option `codegen-units` requires a number'
8 $(RUSTC) -C codegen-units= dummy.rs 2>&1 | \
9 $(CGREP) 'incorrect value `` for codegen option `codegen-units` - a number was expected'
10 $(RUSTC) -C codegen-units=foo dummy.rs 2>&1 | \
11 $(CGREP) 'incorrect value `foo` for codegen option `codegen-units` - a number was expected'
12 $(RUSTC) -C codegen-units=1 dummy.rs
15 $(CGREP) 'codegen option `extra-filename` requires a string'
20 …$(CGREP) 'codegen option `lto` - either a boolean (`yes`, `no`, `on`, `off`, etc), `thin`, `fat`, …
22 …$(CGREP) 'codegen option `lto` - either a boolean (`yes`, `no`, `on`, `off`, etc), `thin`, `fat`, …
[all …]
/third_party/grpc/test/csharp/codegen/simple/expected/
DHelloworldGrpc.cs25 namespace Test.Csharp.Codegen.Simple.Proto.Helloworld {
31 static readonly string __ServiceName = "test.csharp.codegen.simple.proto.helloworld.Greeter";
67Codegen.Simple.Proto.Helloworld.HelloRequest> __Marshaller_test_csharp_codegen_simple_proto_hellow…
69Codegen.Simple.Proto.Helloworld.HelloReply> __Marshaller_test_csharp_codegen_simple_proto_hellowor…
72Codegen.Simple.Proto.Helloworld.HelloRequest, global::Test.Csharp.Codegen.Simple.Proto.Helloworld.…
80Codegen.Simple.Proto.Helloworld.HelloRequest, global::Test.Csharp.Codegen.Simple.Proto.Helloworld.…
90 …get { return global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloworldReflection.Descriptor.S…
104 …ding.Tasks.Task<global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply> SayHello(global::T… in SayHello()
110 …ly(global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloRequest request, grpc::IServerStreamWr… in SayHelloStreamReply()
153 …public virtual global::Test.Csharp.Codegen.Simple.Proto.Helloworld.HelloReply SayHello(global::Tes… in SayHello()
[all …]
/third_party/skia/m133/gn/
Dsksl.gni12 # //src/sksl/codegen/BUILD.bazel
27 # //src/sksl/codegen:rasterpipeline_hdrs
28 # //src/sksl/codegen:rasterpipeline_srcs
109 "$_src/sksl/codegen/SkSLRasterPipelineBuilder.cpp",
110 "$_src/sksl/codegen/SkSLRasterPipelineBuilder.h",
111 "$_src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp",
112 "$_src/sksl/codegen/SkSLRasterPipelineCodeGenerator.h",
269 # Generated by Bazel rule //src/sksl/codegen:gpu
271 "$_src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp",
272 "$_src/sksl/codegen/SkSLPipelineStageCodeGenerator.h",
[all …]
/third_party/typescript/tests/cases/compiler/
DcollisionArgumentsFunction.ts23 function f4(arguments: number, ...rest); // no codegen no error
24 function f4(arguments: string, ...rest); // no codegen no error
28 function f42(i: number, ...arguments); // no codegen no error
29 function f42(i: string, ...arguments); // no codegen no error
39 declare function f5(arguments: number, ...rest); // no codegen no error
40 declare function f5(arguments: string, ...rest); // no codegen no error
41 declare function f52(i: number, ...arguments); // no codegen no error
42 declare function f52(i: string, ...arguments); // no codegen no error
43 declare function f6(arguments: number); // no codegen no error
44 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsClassMethod.ts11 public f4(i: number, ...arguments); // no codegen no error
12 public f4(i: string, ...arguments); // no codegen no error
16 public f41(arguments: number, ...rest); // no codegen no error
17 public f41(arguments: string, ...rest); // no codegen no error
33 public f4(i: number, ...arguments); // no codegen no error
34 public f4(i: string, ...arguments); // no codegen no error
35 public f41(arguments: number, ...rest); // no codegen no error
36 public f41(arguments: string, ...rest); // no codegen no error
DcollisionArgumentsClassConstructor.ts51 constructor(i: number, ...arguments); // no codegen no error
52 constructor(i: string, ...arguments); // no codegen no error
59 constructor(arguments: number, ...rest); // no codegen no error
60 constructor(arguments: string, ...rest); // no codegen no error
75 constructor(i: number, ...arguments); // no codegen no error
76 constructor(i: string, ...arguments); // no codegen no error
79 constructor(arguments: number, ...rest); // no codegen no error
80 constructor(arguments: string, ...rest); // no codegen no error
DcollisionRestParameterFunction.ts19 function f4(_i: number, ...rest); // no codegen no error
20 function f4(_i: string, ...rest); // no codegen no error
29 declare function f5(_i: number, ...rest); // no codegen no error
30 declare function f5(_i: string, ...rest); // no codegen no error
32 declare function f6(_i: number); // no codegen no error
33 declare function f6(_i: string); // no codegen no error
/third_party/skia/src/sksl/
DBUILD.bazel59 "codegen/SkSLCodeGenerator.h",
60 "codegen/SkSLGLSLCodeGenerator.cpp",
61 "codegen/SkSLGLSLCodeGenerator.h",
62 "codegen/SkSLMetalCodeGenerator.cpp",
63 "codegen/SkSLMetalCodeGenerator.h",
64 "codegen/SkSLPipelineStageCodeGenerator.cpp",
65 "codegen/SkSLPipelineStageCodeGenerator.h",
66 "codegen/SkSLSPIRVCodeGenerator.cpp",
67 "codegen/SkSLSPIRVCodeGenerator.h",
68 "codegen/SkSLSPIRVtoHLSL.cpp",
[all …]
/third_party/typescript/tests/baselines/reference/
DcollisionArgumentsFunction.js24 function f4(arguments: number, ...rest); // no codegen no error
25 function f4(arguments: string, ...rest); // no codegen no error
29 function f42(i: number, ...arguments); // no codegen no error
30 function f42(i: string, ...arguments); // no codegen no error
40 declare function f5(arguments: number, ...rest); // no codegen no error
41 declare function f5(arguments: string, ...rest); // no codegen no error
42 declare function f52(i: number, ...arguments); // no codegen no error
43 declare function f52(i: string, ...arguments); // no codegen no error
44 declare function f6(arguments: number); // no codegen no error
45 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsFunction.errors.txt34 function f4(arguments: number, ...rest); // no codegen no error
35 function f4(arguments: string, ...rest); // no codegen no error
41 function f42(i: number, ...arguments); // no codegen no error
42 function f42(i: string, ...arguments); // no codegen no error
54 declare function f5(arguments: number, ...rest); // no codegen no error
55 declare function f5(arguments: string, ...rest); // no codegen no error
56 declare function f52(i: number, ...arguments); // no codegen no error
57 declare function f52(i: string, ...arguments); // no codegen no error
58 declare function f6(arguments: number); // no codegen no error
59 declare function f6(arguments: string); // no codegen no error
/third_party/rust/rust/tests/run-make/issue-30063/
DMakefile6 $(RUSTC) -C codegen-units=4 -o $(TMPDIR)/foo-output foo.rs
10 $(RUSTC) -C codegen-units=4 --emit=asm -o $(TMPDIR)/asm-output foo.rs
14 $(RUSTC) -C codegen-units=4 --emit=llvm-bc -o $(TMPDIR)/bc-output foo.rs
18 $(RUSTC) -C codegen-units=4 --emit=llvm-ir -o $(TMPDIR)/ir-output foo.rs
22 $(RUSTC) -C codegen-units=4 --emit=link -o $(TMPDIR)/link-output foo.rs
26 $(RUSTC) -C codegen-units=4 --emit=obj -o $(TMPDIR)/obj-output foo.rs
30 $(RUSTC) -C codegen-units=4 --emit=dep-info -o $(TMPDIR)/dep-output foo.rs
35 # $(RUSTC) -C codegen-units=4 --emit=asm,obj -o $(TMPDIR)/multi-output foo.rs
/third_party/rust/rust/rust-build/
Dexclude_test.txt73 [all]tests/codegen/issues/issue-114312.rs
74 [mobile]tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-attr-no-sanitize.rs#x86_64
75 [mobile]tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-attr-no-sanitize.rs#aarch64
76 [mobile]tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi-generalized.rs#aarch64
77 [mobile]tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi-normalized-generalize…
78 [mobile]tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi-generalized.rs#x86_64
79 [mobile]tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi-normalized.rs#aarch64
80 [mobile]tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle.rs#aarch64
81 [mobile]tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle-itanium-cxx-abi-normalized-generalize…
82 [mobile]tests/codegen/sanitizer-kcfi-emit-kcfi-operand-bundle.rs#x86_64
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelector.cpp1 //===- llvm/CodeGen/GlobalISel/InstructionSelector.cpp --------------------===//
14 #include "llvm/CodeGen/GlobalISel/InstructionSelector.h"
15 #include "llvm/CodeGen/GlobalISel/Utils.h"
16 #include "llvm/CodeGen/MachineBasicBlock.h"
17 #include "llvm/CodeGen/MachineFunction.h"
18 #include "llvm/CodeGen/MachineInstr.h"
19 #include "llvm/CodeGen/MachineOperand.h"
20 #include "llvm/CodeGen/MachineRegisterInfo.h"
21 #include "llvm/CodeGen/TargetRegisterInfo.h"
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/traits/
Dmod.rs1 //! Interface of a Rust codegen backend
3 //! This crate defines all the traits that have to be implemented by a codegen backend in order to
4 //! use the backend-agnostic codegen code in `rustc_codegen_ssa`.
6 //! The interface is designed around two backend-specific data structures, the codegen context and
7 //! the builder. The codegen context is supposed to be read-only after its creation and during the
8 //! actual codegen, while the builder stores the information about the function during codegen and
11 //! Finally, a third `Backend` structure has to implement methods related to how codegen information
/third_party/protobuf/rust/protobuf_codegen/example/
Dbuild.rs1 use protobuf_codegen::CodeGen;
5 let mut codegen = CodeGen::new(); in main() localVariable
6 codegen in main()
13 codegen.compile().unwrap(); in main()
/third_party/rust/rust/tests/run-make-fulldeps/hotplug_codegen_backend/
DMakefile5 # This test both exists as a check that -Zcodegen-backend is capable of loading external codegen
6 # backends and that this external codegen backend is only included in the dep info if
15 -Z codegen-backend=$(TMPDIR)/the_backend.dylib -Z unstable-options \
18 # don't declare a dependency on the codegen backend if -Zbinary-dep-depinfo isn't used.
22 -Z codegen-backend=$(TMPDIR)/the_backend.dylib -Z unstable-options \
25 # but declare a dependency on the codegen backend if -Zbinary-dep-depinfo it used.

12345678910>>...91