HomeSort by: relevance | last modified time | path
    Searched defs:vce (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
omp-simd-clone.cc 1117 tree vce = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (*tp), repl); local
1118 *tp = vce;
ipa-param-manipulation.cc 1972 tree vce = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (expr), repl); local
1977 vce = force_gimple_operand (vce, extra_stmts, true, NULL_TREE);
1979 *expr_p = vce;
ipa-prop.cc 5642 bool by_ref, vce; local
5650 vce = false;
5658 vce = true;
5663 if (vce)
tree-sra.cc 4382 bool vce = false; local
4387 vce = true;
4390 if (lacc->grp_partial_lhs && (vce || racc->grp_partial_lhs))
tree-ssa-reassoc.cc 2116 tree vce = build1 (VIEW_CONVERT_EXPR, vec_type, sum_vec); local
2118 gimple *g = gimple_build_assign (lhs, VIEW_CONVERT_EXPR, vce);
2128 tree vce = build1 (VIEW_CONVERT_EXPR, vec_type, local
2131 gimple *g = gimple_build_assign (lhs, VIEW_CONVERT_EXPR, vce);
  /src/external/gpl3/gcc.old/dist/gcc/
omp-simd-clone.cc 950 tree vce = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (*tp), repl); local
951 *tp = vce;
ipa-param-manipulation.cc 1811 tree vce = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (expr), repl); local
1812 *expr_p = vce;
ipa-prop.cc 5697 bool by_ref, vce; local
5705 vce = false;
5713 vce = true;
5718 if (vce)
tree-ssa-reassoc.cc 2112 tree vce = build1 (VIEW_CONVERT_EXPR, vec_type, sum_vec); local
2114 gimple *g = gimple_build_assign (lhs, VIEW_CONVERT_EXPR, vce);
2124 tree vce = build1 (VIEW_CONVERT_EXPR, vec_type, local
2127 gimple *g = gimple_build_assign (lhs, VIEW_CONVERT_EXPR, vce);
  /src/sys/dev/hyperv/
vmbus.c 2199 struct vmbus_chev *vce; local
2201 vce = kmem_intr_alloc(sizeof(*vce), KM_NOSLEEP);
2202 if (vce == NULL) {
2207 vce->vce_type = type;
2208 vce->vce_arg = arg;
2211 SIMPLEQ_INSERT_TAIL(&sc->sc_chevq, vce, vce_entry);
2220 struct vmbus_chev *vce; local
2227 vce = SIMPLEQ_FIRST(&sc->sc_chevq);
2231 switch (vce->vce_type)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
smu10_hwmgr.h 113 uint32_t vce : 1; member in struct:pp_disable_nbpslo_flags::__anon4715::__anon4716
smu8_hwmgr.h 136 uint32_t vce : 1; member in struct:pp_disable_nb_ps_flags::__anon4717::__anon4718
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu.h 909 /* vce */
910 struct amdgpu_vce vce; member in struct:amdgpu_device
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h 1387 /* VCE clocks */
1571 /* vce clocks */
1593 /* vce requirements */
1754 * VCE
2448 struct radeon_vce vce; member in struct:radeon_device
2468 const struct firmware *vce_fw; /* VCE firmware */

Completed in 89 milliseconds