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

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_vma_types.h 132 /* Check that rotation/remapped shares offsets for simplicity */
157 struct intel_remapped_info remapped; member in union:i915_ggtt_view::__anon5083
  /src/external/gpl3/gcc/dist/gcc/
lto-streamer-out.cc 226 const char *remapped = remap_debug_filename (xloc.file); local
227 if (ob->emit_pwd && remapped && !IS_ABSOLUTE_PATH (remapped))
235 bp_pack_string (ob, bp, remapped, true);
tree-inline.cc 76 remapped into VAR_DECLs, and non-void RETURN_EXPRs become
343 /* See if we have remapped this declaration. */
354 necessary DECLs have already been remapped and we do not want to duplicate
619 /* Return true if TYPE needs to be remapped because remap_decl on any
698 /* See if we have remapped this type. */
766 TREE_CHAIN. If we remapped this variable to the return slot, it's
801 /* Copy the BLOCK to contain remapped versions of the variables
825 /* Remember the remapped block. */
1066 /* These may need to be remapped for EH handling. */
1071 has already been remapped. Otherwise, it need not be. *
1821 tree remapped = remap_decl (gimple_assign_lhs (stmt), id); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer-out.cc 223 const char *remapped = remap_debug_filename (xloc.file); local
224 if (ob->emit_pwd && remapped && !IS_ABSOLUTE_PATH (remapped))
232 bp_pack_string (ob, bp, remapped, true);
tree-inline.cc 76 remapped into VAR_DECLs, and non-void RETURN_EXPRs become
345 /* See if we have remapped this declaration. */
356 necessary DECLs have already been remapped and we do not want to duplicate
621 /* Return true if TYPE needs to be remapped because remap_decl on any
700 /* See if we have remapped this type. */
768 TREE_CHAIN. If we remapped this variable to the return slot, it's
803 /* Copy the BLOCK to contain remapped versions of the variables
827 /* Remember the remapped block. */
1068 /* These may need to be remapped for EH handling. */
1073 has already been remapped. Otherwise, it need not be. *
1813 tree remapped = remap_decl (gimple_assign_lhs (stmt), id); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 2811 /* Associate the bindings with the remapped parms. */
2813 tree remapped = parms; local
2832 ctx->global->values.put (remapped, arg);
2833 remapped = DECL_CHAIN (remapped);
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 9259 unsigned int remapped[MAX_VECT_LEN]; local
9329 remapped[i] = i;
9330 remapped[i + d->nelt / 2] = i;
9339 remapped[i] = idx;
9340 remapped[i + d->nelt / 2] = idx;
9346 /* Convert remapped selector array to RTL array. */
9349 rperm[i] = GEN_INT (remapped[i]);

Completed in 74 milliseconds