Home
last modified time | relevance | path

Searched refs:legacy (Results 1 – 25 of 641) sorted by relevance

12345678910>>...26

/external/python/cpython3/Misc/
Dsvnmap.txt1 2161 3cd033e6b530f6a78b3b14fedbd2074896dbf6de legacy-trunk
2 2162 4db9d46b306a9c6ec2d1fe7a7cc36ef7173426a6 legacy-trunk
3 2163 4a3a648185ef8965c342860bd8457ed6c03c6de0 legacy-trunk
4 2164 8da9225cc60e2da1665a80af90184db0fdda05ce legacy-trunk
5 2165 17e490b4dc28b8ac605fa19e482cf722fe80658d legacy-trunk
6 2166 5570dbb1ce558b55716eab7d080a1afad2e77e2f legacy-trunk
7 2167 fc6fcd7df4f7f2e1c12f17af2464c497d6f6a3e9 legacy-trunk
8 2168 34d667dc1a4c4abdcb19cddfd2e9bfda01139ed2 legacy-trunk
9 2169 6fc146bd4f03c97d14c7c300b1212a11eb9b672a legacy-trunk
10 2170 33701db4ea559100d37be44d2f0d53e568a0ec33 legacy-trunk
[all …]
/external/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h30 namespace legacy {
64 legacy::PassManagerBase &PM)>
161 legacy::PassManagerBase &PM) const;
162 void addInitialAliasAnalysisPasses(legacy::PassManagerBase &PM) const;
163 void addLTOOptimizationPasses(legacy::PassManagerBase &PM);
164 void addLateLTOOptimizationPasses(legacy::PassManagerBase &PM);
165 void addPGOInstrPasses(legacy::PassManagerBase &MPM);
166 void addFunctionSimplificationPasses(legacy::PassManagerBase &MPM);
167 void addInstructionCombiningPass(legacy::PassManagerBase &MPM) const;
173 void populateFunctionPassManager(legacy::FunctionPassManager &FPM);
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h30 namespace legacy {
64 legacy::PassManagerBase &PM)>
185 legacy::PassManagerBase &PM) const;
186 void addInitialAliasAnalysisPasses(legacy::PassManagerBase &PM) const;
187 void addLTOOptimizationPasses(legacy::PassManagerBase &PM);
188 void addLateLTOOptimizationPasses(legacy::PassManagerBase &PM);
189 void addPGOInstrPasses(legacy::PassManagerBase &MPM);
190 void addFunctionSimplificationPasses(legacy::PassManagerBase &MPM);
191 void addInstructionCombiningPass(legacy::PassManagerBase &MPM) const;
197 void populateFunctionPassManager(legacy::FunctionPassManager &FPM);
[all …]
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_surface.c36 tileb = MIN2(surf->u.legacy.tile_split, tileb); in cik_get_macro_tile_index()
58 tile_mode = info->si_tile_mode_array[surf->u.legacy.tiling_index[0]]; in set_micro_tile_mode()
151 surf_drm->bankw = surf_ws->u.legacy.bankw; in surf_winsys_to_drm()
152 surf_drm->bankh = surf_ws->u.legacy.bankh; in surf_winsys_to_drm()
153 surf_drm->mtilea = surf_ws->u.legacy.mtilea; in surf_winsys_to_drm()
154 surf_drm->tile_split = surf_ws->u.legacy.tile_split; in surf_winsys_to_drm()
157 surf_level_winsys_to_drm(&surf_drm->level[i], &surf_ws->u.legacy.level[i], in surf_winsys_to_drm()
160 surf_drm->tiling_index[i] = surf_ws->u.legacy.tiling_index[i]; in surf_winsys_to_drm()
164 surf_drm->stencil_tile_split = surf_ws->u.legacy.stencil_tile_split; in surf_winsys_to_drm()
168 &surf_ws->u.legacy.stencil_level[i], in surf_winsys_to_drm()
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c179 *stride = rtex->surface.u.legacy.level[level].nblk_x * in r600_texture_get_offset()
181 assert((uint64_t)rtex->surface.u.legacy.level[level].slice_size_dw * 4 <= UINT_MAX); in r600_texture_get_offset()
182 *layer_stride = (uint64_t)rtex->surface.u.legacy.level[level].slice_size_dw * 4; in r600_texture_get_offset()
185 return rtex->surface.u.legacy.level[level].offset; in r600_texture_get_offset()
189 return rtex->surface.u.legacy.level[level].offset + in r600_texture_get_offset()
190 box->z * (uint64_t)rtex->surface.u.legacy.level[level].slice_size_dw * 4 + in r600_texture_get_offset()
192 rtex->surface.u.legacy.level[level].nblk_x + in r600_texture_get_offset()
255 pitch_in_bytes_override != surface->u.legacy.level[0].nblk_x * bpe) { in r600_init_surface()
259 surface->u.legacy.level[0].nblk_x = pitch_in_bytes_override / bpe; in r600_init_surface()
260 surface->u.legacy.level[0].slice_size_dw = in r600_init_surface()
[all …]
Dradeon_video.c160 wh = surfaces[i]->u.legacy.bankw * surfaces[i]->u.legacy.bankh; in rvid_join_surfaces()
175 surfaces[i]->u.legacy.bankw = surfaces[best_tiling]->u.legacy.bankw; in rvid_join_surfaces()
176 surfaces[i]->u.legacy.bankh = surfaces[best_tiling]->u.legacy.bankh; in rvid_join_surfaces()
177 surfaces[i]->u.legacy.mtilea = surfaces[best_tiling]->u.legacy.mtilea; in rvid_join_surfaces()
178 surfaces[i]->u.legacy.tile_split = surfaces[best_tiling]->u.legacy.tile_split; in rvid_join_surfaces()
180 for (j = 0; j < ARRAY_SIZE(surfaces[i]->u.legacy.level); ++j) in rvid_join_surfaces()
181 surfaces[i]->u.legacy.level[j].offset += off; in rvid_join_surfaces()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_dma.c136 unsigned dst_mode = rdst->surface.u.legacy.level[dst_level].mode; in si_dma_copy_tile()
143 unsigned index = rtiled->surface.u.legacy.tiling_index[tiled_lvl]; in si_dma_copy_tile()
152 assert(dst_mode != rsrc->surface.u.legacy.level[src_level].mode); in si_dma_copy_tile()
168 slice_tile_max = (rtiled->surface.u.legacy.level[tiled_lvl].nblk_x * in si_dma_copy_tile()
169 rtiled->surface.u.legacy.level[tiled_lvl].nblk_y) / (8*8) - 1; in si_dma_copy_tile()
175 height = rtiled->surface.u.legacy.level[tiled_lvl].nblk_y; in si_dma_copy_tile()
176 base = rtiled->surface.u.legacy.level[tiled_lvl].offset; in si_dma_copy_tile()
177 addr = rlinear->surface.u.legacy.level[linear_lvl].offset; in si_dma_copy_tile()
178 addr += (uint64_t)rlinear->surface.u.legacy.level[linear_lvl].slice_size_dw * 4 * linear_z; in si_dma_copy_tile()
184 tile_split = util_logbase2(rtiled->surface.u.legacy.tile_split >> 6); in si_dma_copy_tile()
[all …]
Dcik_sdma.c121 unsigned tile_index = tex->surface.u.legacy.tiling_index[level]; in encode_tile_info()
122 unsigned macro_tile_index = tex->surface.u.legacy.macro_tile_index; in encode_tile_info()
130 ((util_logbase2(tex->surface.u.legacy.tile_split >> 6)) << 11) | in encode_tile_info()
151 rdst->surface.u.legacy.level[dst_level].offset; in cik_sdma_copy_texture()
153 rsrc->surface.u.legacy.level[src_level].offset; in cik_sdma_copy_texture()
154 unsigned dst_mode = rdst->surface.u.legacy.level[dst_level].mode; in cik_sdma_copy_texture()
155 unsigned src_mode = rsrc->surface.u.legacy.level[src_level].mode; in cik_sdma_copy_texture()
156 unsigned dst_tile_index = rdst->surface.u.legacy.tiling_index[dst_level]; in cik_sdma_copy_texture()
157 unsigned src_tile_index = rsrc->surface.u.legacy.tiling_index[src_level]; in cik_sdma_copy_texture()
166 unsigned dst_pitch = rdst->surface.u.legacy.level[dst_level].nblk_x; in cik_sdma_copy_texture()
[all …]
Dsi_clear.c220 assert(rtex->surface.u.legacy.level[level].dcc_fast_clear_size); in vi_dcc_clear_level()
227 dcc_offset += rtex->surface.u.legacy.level[level].dcc_offset; in vi_dcc_clear_level()
228 clear_size = rtex->surface.u.legacy.level[level].dcc_fast_clear_size * in vi_dcc_clear_level()
249 rtex->surface.u.legacy.level[0].mode == RADEON_SURF_MODE_2D); in si_set_optimal_micro_tile_mode()
290 rtex->surface.u.legacy.tiling_index[0] = 10; in si_set_optimal_micro_tile_mode()
293 rtex->surface.u.legacy.tiling_index[0] = 14; in si_set_optimal_micro_tile_mode()
296 rtex->surface.u.legacy.tiling_index[0] = 28; in si_set_optimal_micro_tile_mode()
307 rtex->surface.u.legacy.tiling_index[0] = 10; in si_set_optimal_micro_tile_mode()
310 rtex->surface.u.legacy.tiling_index[0] = 11; in si_set_optimal_micro_tile_mode()
313 rtex->surface.u.legacy.tiling_index[0] = 12; in si_set_optimal_micro_tile_mode()
[all …]
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_video.c153 wh = surfaces[i]->u.legacy.bankw * surfaces[i]->u.legacy.bankh; in si_vid_join_surfaces()
170 surfaces[i]->u.legacy.bankw = surfaces[best_tiling]->u.legacy.bankw; in si_vid_join_surfaces()
171 surfaces[i]->u.legacy.bankh = surfaces[best_tiling]->u.legacy.bankh; in si_vid_join_surfaces()
172 surfaces[i]->u.legacy.mtilea = surfaces[best_tiling]->u.legacy.mtilea; in si_vid_join_surfaces()
173 surfaces[i]->u.legacy.tile_split = surfaces[best_tiling]->u.legacy.tile_split; in si_vid_join_surfaces()
175 for (j = 0; j < ARRAY_SIZE(surfaces[i]->u.legacy.level); ++j) in si_vid_join_surfaces()
176 surfaces[i]->u.legacy.level[j].offset += off; in si_vid_join_surfaces()
Dr600_texture.c202 *stride = rtex->surface.u.legacy.level[level].nblk_x * in r600_texture_get_offset()
204 assert((uint64_t)rtex->surface.u.legacy.level[level].slice_size_dw * 4 <= UINT_MAX); in r600_texture_get_offset()
205 *layer_stride = (uint64_t)rtex->surface.u.legacy.level[level].slice_size_dw * 4; in r600_texture_get_offset()
208 return rtex->surface.u.legacy.level[level].offset; in r600_texture_get_offset()
212 return rtex->surface.u.legacy.level[level].offset + in r600_texture_get_offset()
213 box->z * (uint64_t)rtex->surface.u.legacy.level[level].slice_size_dw * 4 + in r600_texture_get_offset()
215 rtex->surface.u.legacy.level[level].nblk_x + in r600_texture_get_offset()
312 surface->u.legacy.level[0].nblk_x = pitch; in r600_init_surface()
313 surface->u.legacy.level[0].slice_size_dw = in r600_init_surface()
314 ((uint64_t)pitch * surface->u.legacy.level[0].nblk_y * bpe) / 4; in r600_init_surface()
[all …]
/external/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/
Dwindows-locales.csv6 Armenian Eastern (Legacy),hy,legacy
25 Bengali - INSCRIPT (Legacy),bn,legacy
30 Bulgarian (Phonetic Traditional),bg,qwerty-legacy
32 Bulgarian (Typewriter),bg,legacy
34 Canadian French (Legacy),fr-CA,legacy
51 Divehi Typewriter,dv,legacy
62 Georgian (Legacy),ka,legacy
64 Georgian (Old Alphabets),ka,legacy-var
83 Hindi Traditional,hi,legacy
112 Macedonian (FYROM),mk,legacy
[all …]
/external/libcxx/test/std/utilities/utility/forward/
Dmove_if_noexcept.pass.cpp37 struct legacy struct
39 legacy() {} in legacy() function
40 legacy(const legacy&);
48 legacy l; in main()
57 static_assert((std::is_same<decltype(std::move_if_noexcept(l)), const legacy&>::value), ""); in main()
66 static_assert((std::is_same<decltype(std::move_if_noexcept(l)), const legacy&>::value), ""); in main()
/external/python/cpython3/Lib/
Dcompileall.py51 quiet=0, legacy=False, optimize=-1, workers=1, argument
89 legacy=legacy,
97 legacy, optimize, invalidation_mode):
102 legacy=False, optimize=-1, argument
131 if legacy:
188 legacy=False, optimize=-1, argument
214 legacy=legacy,
308 args.quiet, args.legacy,
314 args.legacy, workers=args.workers,
319 return compile_path(legacy=args.legacy, force=args.force,
/external/mesa3d/src/amd/common/
Dac_surface.c289 AddrSurfInfoIn->basePitch = surf->u.legacy.stencil_level[0].nblk_x; in gfx6_compute_level()
291 AddrSurfInfoIn->basePitch = surf->u.legacy.level[0].nblk_x; in gfx6_compute_level()
305 surf_level = is_stencil ? &surf->u.legacy.stencil_level[level] : &surf->u.legacy.level[level]; in gfx6_compute_level()
326 surf->u.legacy.stencil_tiling_index[level] = AddrSurfInfoOut->tileIndex; in gfx6_compute_level()
328 surf->u.legacy.tiling_index[level] = AddrSurfInfoOut->tileIndex; in gfx6_compute_level()
392 uint32_t tile_mode = info->si_tile_mode_array[surf->u.legacy.tiling_index[0]]; in gfx6_set_micro_tile_mode()
405 tileb = MIN2(surf->u.legacy.tile_split, tileb); in cik_get_macro_tile_index()
427 surf->u.legacy.pipe_config = csio->pTileInfo->pipeConfig - 1; in gfx6_surface_settings()
432 surf->u.legacy.bankw = csio->pTileInfo->bankWidth; in gfx6_surface_settings()
433 surf->u.legacy.bankh = csio->pTileInfo->bankHeight; in gfx6_surface_settings()
[all …]
/external/mesa3d/src/amd/vulkan/
Dradv_image.c175 return image->surface.u.legacy.stencil_tiling_index[level]; in si_tile_mode_index()
177 return image->surface.u.legacy.tiling_index[level]; in si_tile_mode_index()
603 si_set_mutable_tex_desc_fields(device, image, &image->surface.u.legacy.level[0], 0, 0, in radv_query_opaque_metadata()
617 md->metadata[10+i] = image->surface.u.legacy.level[i].offset >> 8; in radv_query_opaque_metadata()
634 metadata->u.legacy.microtile = surface->u.legacy.level[0].mode >= RADEON_SURF_MODE_1D ? in radv_init_metadata()
636 metadata->u.legacy.macrotile = surface->u.legacy.level[0].mode >= RADEON_SURF_MODE_2D ? in radv_init_metadata()
638 metadata->u.legacy.pipe_config = surface->u.legacy.pipe_config; in radv_init_metadata()
639 metadata->u.legacy.bankw = surface->u.legacy.bankw; in radv_init_metadata()
640 metadata->u.legacy.bankh = surface->u.legacy.bankh; in radv_init_metadata()
641 metadata->u.legacy.tile_split = surface->u.legacy.tile_split; in radv_init_metadata()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcompiler_functor.cc64 class FilteredPassManager : public llvm::legacy::PassManager {
80 llvm::legacy::PassManager::add(p); in add()
91 llvm::legacy::FunctionPassManager function_passes(&module); in operator ()()
146 llvm::legacy::PassManager codegen_passes; in operator ()()
190 llvm::legacy::PassManagerBase* passes) const { in AddTargetInfoPasses()
203 llvm::legacy::PassManagerBase* module_passes, in AddOptimizationPasses()
204 llvm::legacy::FunctionPassManager* function_passes, unsigned opt_level, in AddOptimizationPasses()
/external/clang/test/CodeGenObjC/
Dnext-objc-dispatch.m2 // RUN: -fobjc-dispatch-method=legacy | \
6 // RUN: -fobjc-dispatch-method=legacy | \
10 // RUN: -fobjc-dispatch-method=non-legacy | \
21 // (1) fragile ABI, legacy dispatch
22 // (2) non-fragile ABI, legacy dispatch
23 // (2) non-fragile ABI, non-legacy dispatch
26 // Note that fragile ABI and non-fragile ABI legacy dispatch are not the same,
/external/clang/lib/CodeGen/
DBackendUtil.cpp64 mutable legacy::PassManager *CodeGenPasses;
65 mutable legacy::PassManager *PerModulePasses;
66 mutable legacy::FunctionPassManager *PerFunctionPasses;
76 legacy::PassManager *getCodeGenPasses() const { in getCodeGenPasses()
78 CodeGenPasses = new legacy::PassManager(); in getCodeGenPasses()
85 legacy::PassManager *getPerModulePasses() const { in getPerModulePasses()
87 PerModulePasses = new legacy::PassManager(); in getPerModulePasses()
94 legacy::FunctionPassManager *getPerFunctionPasses() const { in getPerFunctionPasses()
96 PerFunctionPasses = new legacy::FunctionPassManager(TheModule); in getPerFunctionPasses()
177 legacy::PassManagerBase &PM) { in addAddDiscriminatorsPass()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.rsq.legacy.ll3 declare float @llvm.amdgcn.rsq.legacy(float) #0
8 %rsq = call float @llvm.amdgcn.rsq.legacy(float %src) #0
17 %rsq = call float @llvm.amdgcn.rsq.legacy(float 4.0) #0
25 %rsq = call float @llvm.amdgcn.rsq.legacy(float 100.0) #0
33 %rsq = call float @llvm.amdgcn.rsq.legacy(float undef)
Dllvm.amdgcn.fmul.legacy.ll8 %result = call float @llvm.amdgcn.fmul.legacy(float %a, float %b)
16 %result = call float @llvm.amdgcn.fmul.legacy(float undef, float %a)
24 %result = call float @llvm.amdgcn.fmul.legacy(float %a, float undef)
34 %result = call float @llvm.amdgcn.fmul.legacy(float %a.fabs, float %b.fabs)
44 %mul = call float @llvm.amdgcn.fmul.legacy(float %a, float %b)
51 declare float @llvm.amdgcn.fmul.legacy(float, float) #1
Dllvm.amdgcn.rcp.legacy.ll6 declare float @llvm.amdgcn.rcp.legacy(float) #0
11 %rcp = call float @llvm.amdgcn.rcp.legacy(float %src) #0
20 %rcp = call float @llvm.amdgcn.rcp.legacy(float 4.0) #0
28 %rcp = call float @llvm.amdgcn.rcp.legacy(float 100.0) #0
36 %rcp = call float @llvm.amdgcn.rcp.legacy(float undef)
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.rsq.legacy.ll3 declare float @llvm.amdgcn.rsq.legacy(float) #0
8 %rsq = call float @llvm.amdgcn.rsq.legacy(float %src) #0
17 %rsq = call float @llvm.amdgcn.rsq.legacy(float 4.0) #0
25 %rsq = call float @llvm.amdgcn.rsq.legacy(float 100.0) #0
33 %rsq = call float @llvm.amdgcn.rsq.legacy(float undef)
/external/clang/test/Driver/
Drewrite-legacy-objc.m1 // RUN: %clang -no-canonical-prefixes -target x86_64-apple-macosx10.7.0 -rewrite-legacy-objc %s -o …
7 // TEST0: rewrite-legacy-objc.m"
8 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.9.0 -rewrite-legacy-objc %s -o - …
10 // RUN: %clang -no-canonical-prefixes -target i386-apple-macosx10.6.0 -rewrite-legacy-objc %s -o - …
12 …tor" "1" "-fblocks" "-fobjc-runtime=macosx-fragile" "-fobjc-subscripting-legacy-runtime" "-fencode…
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DRobolectricTestRunnerTest.java130 ResourcesMode.legacy, in equalityOfRobolectricFrameworkMethod()
131 ResourcesMode.legacy, in equalityOfRobolectricFrameworkMethod()
139 ResourcesMode.legacy, in equalityOfRobolectricFrameworkMethod()
140 ResourcesMode.legacy, in equalityOfRobolectricFrameworkMethod()
148 ResourcesMode.legacy, in equalityOfRobolectricFrameworkMethod()
149 ResourcesMode.legacy, in equalityOfRobolectricFrameworkMethod()
158 ResourcesMode.legacy, in equalityOfRobolectricFrameworkMethod()
275 return ResourcesMode.legacy; in getResourcesMode()

12345678910>>...26