/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IRCompileLayer.h | 40 CompileFunction Compile); 50 CompileFunction Compile; variable 69 BaseLayerT &BaseLayer, CompileFtor Compile, 71 : BaseLayer(BaseLayer), Compile(std::move(Compile)), in BaseLayer() 75 CompileFtor& getCompiler() { return Compile; } in getCompiler() 85 if (auto Err = BaseLayer.addObject(std::move(K), Compile(*M))) in addModule() 123 CompileFtor Compile; variable
|
/external/deqp-deps/amber/src/ |
D | shader_compiler_test.cc | 110 std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap()); in TEST_F() 128 std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap()); in TEST_F() 147 std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap()); in TEST_F() 163 std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap()); in TEST_F() 214 std::tie(r, unopt_binary) = sc.Compile(&unoptimized, ShaderMap()); in TEST_F() 218 std::tie(r, opt_binary) = sc.Compile(&optimized, ShaderMap()); in TEST_F() 234 std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap()); in TEST_F() 252 std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap()); in TEST_F() 276 std::tie(r, binary) = sc.Compile(&shader_info, map); in TEST_F() 300 std::tie(r, binary) = sc.Compile(&shader_info, ShaderMap()); in TEST_F() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | IRCompileLayer.cpp | 16 CompileFunction Compile) in IRCompileLayer2() argument 17 : IRLayer(ES), BaseLayer(BaseLayer), Compile(std::move(Compile)) {} in IRCompileLayer2() 28 if (auto Obj = Compile(*M)) { in emit()
|
D | IndirectionUtils.cpp | 30 CompileFunction Compile) in CompileCallbackMaterializationUnit() argument 32 Name(std::move(Name)), Compile(std::move(Compile)) {} 37 Result[Name] = JITEvaluatedSymbol(Compile(), JITSymbolFlags::Exported); in materialize() 47 CompileFunction Compile; member in __anon15448aea0111::CompileCallbackMaterializationUnit 59 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback() argument 68 std::move(CallbackName), std::move(Compile)))); in getCompileCallback()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | relu_op.cc | 42 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonfc2f55b70111::ReluOp 52 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonfc2f55b70111::Relu6Op 63 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonfc2f55b70111::LeakyReluOp 79 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonfc2f55b70111::ReluGradOp 95 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonfc2f55b70111::Relu6GradOp 115 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonfc2f55b70111::LeakyReluGradOp
|
D | sendrecv_ops.cc | 32 void Compile(XlaOpKernelContext* ctx) override; 44 void SendOp::Compile(XlaOpKernelContext* ctx) { in Compile() function in tensorflow::__anon1ab2458c0111::SendOp 56 void Compile(XlaOpKernelContext* ctx) override; 75 void RecvOp::Compile(XlaOpKernelContext* ctx) { in Compile() function in tensorflow::__anon1ab2458c0111::RecvOp
|
D | tensor_list_ops.cc | 51 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonb7eae9280111::TensorListLengthOp 104 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonb7eae9280111::TensorListReserveOp 163 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonb7eae9280111::EmptyTensorListOp 223 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonb7eae9280111::TensorListElementShapeOp 279 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonb7eae9280111::TensorListGetItemOp 317 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonb7eae9280111::TensorListGatherOp 368 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonb7eae9280111::TensorListStackOp 399 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonb7eae9280111::TensorListFromTensorOp 422 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonb7eae9280111::TensorListSetItemOp 455 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonb7eae9280111::TensorListPushBackOp [all …]
|
D | variable_ops.cc | 34 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonca7dba980111::VarIsInitializedOp 49 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonca7dba980111::VariableShapeOp 70 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonca7dba980111::ReadVariableOp 85 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonca7dba980111::AssignVariableOp 95 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonca7dba980111::AssignAddVariableOp 111 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonca7dba980111::AssignSubVariableOp 129 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anonca7dba980111::ResourceGatherOp 158 void Compile(XlaOpKernelContext* context) override { in Compile() function in tensorflow::__anonca7dba980111::ResourceScatterOp
|
D | image_resize_ops.h | 26 void Compile(XlaOpKernelContext* ctx) override; 38 void Compile(XlaOpKernelContext* ctx) override; 50 void Compile(XlaOpKernelContext* ctx) override;
|
D | shape_op.cc | 41 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon1d908bb00111::ShapeOp 74 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon1d908bb00111::ShapeNOp 112 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon1d908bb00111::RankOp 128 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon1d908bb00111::SizeOp 155 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon1d908bb00111::ExpandDimsOp 205 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon1d908bb00111::SqueezeOp 262 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon1d908bb00111::ZerosLikeOp 304 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon1d908bb00111::OnesLikeOp
|
D | elu_op.cc | 52 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon4446b7650111::EluOp 62 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon4446b7650111::EluGradOp 81 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon4446b7650111::SeluOp 91 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon4446b7650111::SeluGradOp
|
D | replica_id_op.cc | 26 void Compile(XlaOpKernelContext* ctx) override; 32 void XlaReplicaIdOp::Compile(XlaOpKernelContext* ctx) { in Compile() function in tensorflow::__anond7b883eb0111::XlaReplicaIdOp
|
/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/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwp/X86/ |
D | dwos_list_from_exec_simple.test | 67 CHECK-LABEL: Compile Unit: length = {{.*}} version = 0x0004 73 CHECK-LABEL: Compile Unit: length = {{.*}} version = 0x0004 79 CHECK-LABEL: Compile Unit: length = {{.*}} version = 0x0004 85 CHECK-LABEL: Compile Unit: length = {{.*}} version = 0x0004 93 CHECK-LABEL: Compile Unit: length = {{.*}} version = 0x0004
|
/external/swiftshader/third_party/llvm-7.0/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
|
D | papertrail-warnings.test | 4 CHECK: Compile Unit: 13 CHECK: Compile Unit: 22 CHECK: Compile Unit:
|
D | generate-empty-CU.test | 18 CHECK: Compile Unit: length = 0x0000007d version = 0x0002 abbr_offset = 0x0000 addr_size = 0x08 (ne… 25 CHECK: Compile Unit: length = 0x00000007 version = 0x0002 abbr_offset = 0x0000 addr_size = 0x08 (ne… 27 CHECK: Compile Unit: length = 0x00000089 version = 0x0002 abbr_offset = 0x0000 addr_size = 0x08 (ne…
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_registry_test.cc | 30 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon853124b80111::DummyCPUOp 39 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon853124b80111::DummyGenericOp 90 void Compile(XlaOpKernelContext* ctx) override { in Compile() function in tensorflow::__anon853124b80111::DummyInfeasibleTypeConstraintOp
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayerTest.cpp | 139 SimpleCompiler Compile(*TM); in TEST_F() local 164 auto Obj1 = Compile(*MB1.getModule()); in TEST_F() 175 auto Obj2 = Compile(*MB2.getModule()); in TEST_F() 217 SimpleCompiler Compile(*TM); in TEST_F() local 243 auto Obj1 = Compile(*MB1.getModule()); in TEST_F() 255 auto Obj2 = Compile(*MB2.getModule()); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | dwarf-headers.ll | 41 ; SINGLE-4: 0x00000000: Compile Unit: {{.*}} version = 0x0004 abbr_offset 51 ; O-4: 0x00000000: Compile Unit: {{.*}} version = 0x0004 abbr_offset 55 ; DWO-4: 0x00000000: Compile Unit: {{.*}} version = 0x0004 abbr_offset 65 ; SINGLE-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005 unit_type = DW_UT_compile abbr_offset 76 ; O-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005 unit_type = DW_UT_skeleton abbr_offset 81 ; DWO-5: 0x00000000: Compile Unit: {{.*}} version = 0x0005 unit_type = DW_UT_split_compile abbr_off…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | debug_addr.ll | 15 ; DWARF4: Compile Unit:{{.*}}version = 0x0004 16 ; DWARF4-NOT: Compile Unit 29 ; DWARF5: Compile Unit:{{.*}}version = 0x0005 30 ; DWARF5-NOT: Compile Unit
|