/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.csproj | 33 <Compile Include="..\..\Common\CommandLineParser.cs"> 35 </Compile> 36 <Compile Include="..\..\Common\CRC.cs"> 38 </Compile> 39 <Compile Include="..\..\ICoder.cs"> 41 </Compile> 42 <Compile Include="..\LZ\IMatchFinder.cs"> 44 </Compile> 45 <Compile Include="..\LZ\LzBinTree.cs"> 47 </Compile> [all …]
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Types.def | 38 TYPE("cpp-output", PP_C, INVALID, "i", phases::Compile, phases::… 39 … C, PP_C, "c", phases::Preprocess, phases::Compile, phases::Backend,… 40 … CL, PP_C, "cl", phases::Preprocess, phases::Compile, phases::Backend,… 41 TYPE("cuda-cpp-output", PP_CUDA, INVALID, "cui", phases::Compile, phases::… 42 … CUDA, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend,… 43 … CUDA_DEVICE, PP_CUDA, "cu", phases::Preprocess, phases::Compile, phases::Backend,… 44 TYPE("hip-cpp-output", PP_HIP, INVALID, "cui", phases::Compile, phases::… 45 … HIP, PP_HIP, "cu", phases::Preprocess, phases::Compile, phases::Backend,… 46 … HIP_DEVICE, PP_HIP, "cu", phases::Preprocess, phases::Compile, phases::Backend,… 47 TYPE("objective-c-cpp-output", PP_ObjC, INVALID, "mi", phases::Compile, phases::… [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IRCompileLayer.h | 52 std::unique_ptr<IRCompiler> Compile); 54 IRCompiler &getCompiler() { return *Compile; } in getCompiler() 63 std::unique_ptr<IRCompiler> Compile; variable 84 BaseLayerT &BaseLayer, CompileFtor Compile, 93 CompileFtor Compile, 95 : BaseLayer(BaseLayer), Compile(std::move(Compile)), in BaseLayer() 99 CompileFtor& getCompiler() { return Compile; } in getCompiler() 109 auto Obj = Compile(*M); in addModule() 150 CompileFtor Compile; variable 156 BaseLayerT &BaseLayer, CompileFtor Compile, in LegacyIRCompileLayer() argument [all …]
|
/external/rust/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/ |
D | DotZLib.csproj | 95 BuildAction = "Compile" 100 BuildAction = "Compile" 105 BuildAction = "Compile" 110 BuildAction = "Compile" 115 BuildAction = "Compile" 120 BuildAction = "Compile" 125 BuildAction = "Compile" 130 BuildAction = "Compile" 135 BuildAction = "Compile"
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | IRCompileLayer.cpp | 17 std::unique_ptr<IRCompiler> Compile) in IRCompileLayer() argument 19 Compile(std::move(Compile)) { in IRCompileLayer() 20 ManglingOpts = &this->Compile->getManglingOptions(); in IRCompileLayer() 32 if (auto Obj = TSM.withModuleDo(*Compile)) { in emit()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | IRCompileLayer.cpp | 17 std::unique_ptr<IRCompiler> Compile) in IRCompileLayer() argument 19 Compile(std::move(Compile)) { in IRCompileLayer() 20 ManglingOpts = &this->Compile->getManglingOptions(); in IRCompileLayer() 32 if (auto Obj = TSM.withModuleDo(*Compile)) { in emit()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | relu_op.cc | 42 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon845c4d930111::ReluOp 52 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon845c4d930111::Relu6Op 63 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon845c4d930111::LeakyReluOp 79 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon845c4d930111::ReluGradOp 95 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon845c4d930111::Relu6GradOp 115 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon845c4d930111::LeakyReluGradOp
|
D | sendrecv_ops.cc | 32 void Compile(XlaOpKernelContext* ctx) override; 44 void SendOp::Compile(XlaOpKernelContext* ctx) { in Compile() function in tensorflow::__anonc9c086e80111::SendOp 56 void Compile(XlaOpKernelContext* ctx) override; 75 void RecvOp::Compile(XlaOpKernelContext* ctx) { in Compile() function in tensorflow::__anonc9c086e80111::RecvOp
|
D | image_resize_ops.h | 26 void Compile(XlaOpKernelContext* ctx) override; 38 void Compile(XlaOpKernelContext* ctx) override; 50 void Compile(XlaOpKernelContext* ctx) override;
|
D | variable_ops.cc | 34 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon798bfbf40111::VarIsInitializedOp 49 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon798bfbf40111::VariableShapeOp 70 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon798bfbf40111::ReadVariableOp 85 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon798bfbf40111::AssignVariableOp 95 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon798bfbf40111::AssignAddVariableOp 111 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon798bfbf40111::AssignSubVariableOp 129 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon798bfbf40111::ResourceGatherOp 158 void Compile(XlaOpKernelContext* context) override { in Compile() function in tensorflow::__anon798bfbf40111::ResourceScatterOp
|
D | shape_op.cc | 44 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonab5c7f0c0111::ShapeOp 76 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonab5c7f0c0111::XlaSetBoundOp 118 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonab5c7f0c0111::XlaSetDynamicDimensionSizeOp 151 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonab5c7f0c0111::ShapeNOp 189 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonab5c7f0c0111::RankOp 205 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonab5c7f0c0111::SizeOp 232 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonab5c7f0c0111::ExpandDimsOp 282 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonab5c7f0c0111::SqueezeOp 339 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonab5c7f0c0111::ZerosLikeOp 404 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonab5c7f0c0111::OnesLikeOp
|
D | scatter_nd_op.cc | 83 void Compile(XlaOpKernelContext* context) override { in Compile() function in tensorflow::__anon379560020111::ScatterNdOp 177 void Compile(XlaOpKernelContext* context) override { in Compile() function in tensorflow::__anon379560020111::TensorScatterAddOp 190 void Compile(XlaOpKernelContext* context) override { in Compile() function in tensorflow::__anon379560020111::TensorScatterMaxOp 203 void Compile(XlaOpKernelContext* context) override { in Compile() function in tensorflow::__anon379560020111::TensorScatterMinOp 216 void Compile(XlaOpKernelContext* context) override { in Compile() function in tensorflow::__anon379560020111::TensorScatterSubOp 229 void Compile(XlaOpKernelContext* context) override { in Compile() function in tensorflow::__anon379560020111::TensorScatterUpdateOp
|
D | elu_op.cc | 52 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonc48623c10111::EluOp 62 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonc48623c10111::EluGradOp 81 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonc48623c10111::SeluOp 91 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonc48623c10111::SeluGradOp
|
D | tensor_list_ops.cc | 91 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anond80ffd040111::TensorListLengthOp 145 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anond80ffd040111::TensorListReserveOp 215 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anond80ffd040111::EmptyTensorListOp 289 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anond80ffd040111::TensorListElementShapeOp 345 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anond80ffd040111::TensorListGetItemOp 383 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anond80ffd040111::TensorListGatherOp 434 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anond80ffd040111::TensorListStackOp 464 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anond80ffd040111::TensorListConcatOp 526 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anond80ffd040111::TensorListSplitOp 579 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anond80ffd040111::TensorListFromTensorOp [all …]
|
/external/deqp-deps/amber/src/ |
D | shader_compiler_test.cc | 112 std::tie(r, binary) = sc.Compile(&pipeline, &shader_info, ShaderMap()); in TEST_F() 131 std::tie(r, binary) = sc.Compile(&pipeline, &shader_info, ShaderMap()); in TEST_F() 151 std::tie(r, binary) = sc.Compile(&pipeline, &shader_info, ShaderMap()); in TEST_F() 168 std::tie(r, binary) = sc.Compile(&pipeline, &shader_info, ShaderMap()); in TEST_F() 220 std::tie(r, unopt_binary) = sc.Compile(&pipeline, &unoptimized, ShaderMap()); in TEST_F() 224 std::tie(r, opt_binary) = sc.Compile(&pipeline, &optimized, ShaderMap()); in TEST_F() 241 std::tie(r, binary) = sc.Compile(&pipeline, &shader_info, ShaderMap()); in TEST_F() 260 std::tie(r, binary) = sc.Compile(&pipeline, &shader_info, ShaderMap()); in TEST_F() 287 std::tie(r, binary) = sc.Compile(&pipeline, &shader_info, map); in TEST_F() 312 std::tie(r, binary) = sc.Compile(&pipeline, &shader_info, ShaderMap()); in TEST_F() [all …]
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 39 CompileCallbackInfo(TargetAddress Addr, CompileFtor &Compile) in CompileCallbackInfo() argument 40 : Addr(Addr), Compile(Compile) {} in CompileCallbackInfo() 43 void setCompileAction(CompileFtor Compile) { in setCompileAction() argument 44 this->Compile = std::move(Compile); in setCompileAction() 49 CompileFtor &Compile; variable 77 auto Compile = std::move(I->second); in executeCompileCallback() local 81 if (auto Addr = Compile()) in executeCompileCallback() 90 auto &Compile = this->ActiveTrampolines[TrampolineAddr]; in getCompileCallback() local 91 return CompileCallbackInfo(TrampolineAddr, Compile); in getCompileCallback()
|
D | IRCompileLayer.h | 46 IRCompileLayer(BaseLayerT &BaseLayer, CompileFtor Compile) in IRCompileLayer() argument 47 : BaseLayer(BaseLayer), Compile(std::move(Compile)), ObjCache(nullptr) {} in IRCompileLayer() 73 *Object = Compile(*M); in addModuleSet() 140 CompileFtor Compile; variable
|
/external/angle/src/tests/compiler_tests/ |
D | ShaderVariable_test.cpp | 233 EXPECT_TRUE(sh::Compile(compiler, program, 1, SH_OBJECT_CODE)); in TEST() 234 EXPECT_TRUE(sh::Compile(compiler, program, 1, SH_OBJECT_CODE)); in TEST() 268 EXPECT_TRUE(sh::Compile(compiler, program1, 1, SH_VARIABLES)); in TEST() 269 EXPECT_FALSE(sh::Compile(compiler, program2, 1, SH_VARIABLES)); in TEST() 294 EXPECT_TRUE(sh::Compile(compiler, program1, 1, SH_VARIABLES)); in TEST() 303 EXPECT_TRUE(sh::Compile(compiler, program2, 1, SH_VARIABLES)); in TEST() 336 EXPECT_TRUE(sh::Compile(compiler, program1, 1, SH_VARIABLES)); in TEST() 345 EXPECT_TRUE(sh::Compile(compiler, program2, 1, SH_VARIABLES)); in TEST() 382 EXPECT_TRUE(sh::Compile(compiler, program1, 1, SH_VARIABLES)); in TEST() 391 EXPECT_TRUE(sh::Compile(compiler, program2, 1, SH_VARIABLES)); in TEST() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | set_test.cc | 22 ASSERT_EQ(s.Compile(), true); in TEST() 49 ASSERT_EQ(s.Compile(), true); in TEST() 79 ASSERT_EQ(s.Compile(), true); in TEST() 97 ASSERT_EQ(s.Compile(), true); in TEST() 122 ASSERT_EQ(s.Compile(), true); in TEST() 152 ASSERT_EQ(s.Compile(), true); in TEST() 168 ASSERT_EQ(s.Compile(), true); in TEST() 185 ASSERT_EQ(s.Compile(), true); in TEST()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IRCompileLayer.h | 52 std::unique_ptr<IRCompiler> Compile); 54 IRCompiler &getCompiler() { return *Compile; } in getCompiler() 64 std::unique_ptr<IRCompiler> Compile; variable
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectLinkingLayerTest.cpp | 122 SimpleCompiler Compile(*TM); in TEST_F() local 147 auto Obj1 = Compile(*MB1.getModule()); in TEST_F() 160 auto Obj2 = Compile(*MB2.getModule()); in TEST_F() 191 SimpleCompiler Compile(*TM); in TEST_F() local 217 auto Obj1 = Compile(*MB1.getModule()); in TEST_F() 231 auto Obj2 = Compile(*MB2.getModule()); in TEST_F()
|
/external/llvm-project/llvm/test/tools/llvm-dwp/X86/ |
D | dwos_list_from_exec_simple.test | 64 CHECK-LABEL: Compile Unit: length = {{.*}}, version = 0x0004 70 CHECK-LABEL: Compile Unit: length = {{.*}}, version = 0x0004 76 CHECK-LABEL: Compile Unit: length = {{.*}}, version = 0x0004 82 CHECK-LABEL: Compile Unit: length = {{.*}}, version = 0x0004 90 CHECK-LABEL: Compile Unit: length = {{.*}}, version = 0x0004
|
/external/llvm-project/llvm/test/tools/dsymutil/X86/ |
D | modules-dwarf-version.m | 1 /* Compile with (using the module from the modules.m teastcase): 22 // CHECK: Compile Unit: {{.*}}version = 0x0004 23 // CHECK: Compile Unit: {{.*}}version = 0x0002
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_registry_test.cc | 30 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon343f66140111::DummyCPUOp 39 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon343f66140111::DummyGenericOp 90 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon343f66140111::DummyInfeasibleTypeConstraintOp
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | image_resize_ops.cc | 103 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::TpuResizeNearestNeighborOp 112 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::TpuResizeBilinearOp 121 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::TpuResizeNearestNeighborGradOp 130 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::TpuResizeBilinearGradOp
|