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

  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 3966 tree memv = NULL_TREE; local
3998 memv = create_tmp_var (type);
3999 TREE_ADDRESSABLE (memv) = 1;
4003 expand_omp_build_assign (&gsi, memv, build_int_cst (type, sz),
4005 mem = build_fold_addr_expr (memv);
4266 expand_omp_build_assign (&gsi, condtemp, memv, false);
5064 tree mem = null_pointer_node, memv = NULL_TREE; local
5093 memv = create_tmp_var (type);
5094 TREE_ADDRESSABLE (memv) = 1;
5119 expand_omp_build_assign (&gsi2, memv, size, false)
5851 tree mem = null_pointer_node, memv = NULL_TREE; local
8418 tree memv = NULL_TREE, condtemp = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 3878 tree memv = NULL_TREE; local
3910 memv = create_tmp_var (type);
3911 TREE_ADDRESSABLE (memv) = 1;
3915 expand_omp_build_assign (&gsi, memv, build_int_cst (type, sz),
3917 mem = build_fold_addr_expr (memv);
4175 expand_omp_build_assign (&gsi, condtemp, memv, false);
4965 tree mem = null_pointer_node, memv = NULL_TREE; local
4994 memv = create_tmp_var (type);
4995 TREE_ADDRESSABLE (memv) = 1;
5020 expand_omp_build_assign (&gsi2, memv, size, false)
5756 tree mem = null_pointer_node, memv = NULL_TREE; local
8331 tree memv = NULL_TREE, condtemp = NULL_TREE; local
    [all...]

Completed in 25 milliseconds