HomeSort by: relevance | last modified time | path
    Searched refs:RTL (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/pa/
elf.h 80 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, RTL) \
82 if (!function_label_operand (RTL, VOIDmode)) \
83 pa_encode_label (RTL); \
84 assemble_name (FILE, XSTR ((RTL), 0)); \
som.h 214 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, RTL) \
218 if (!function_label_operand (RTL, VOIDmode)) \
219 pa_encode_label (RTL); \
221 name = targetm.strip_name_encoding (XSTR ((RTL), 0)); \
226 assemble_name_raw (FILE, XSTR ((RTL), 0)); \
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
elf.h 80 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, RTL) \
82 if (!function_label_operand (RTL, VOIDmode)) \
83 pa_encode_label (RTL); \
84 assemble_name (FILE, XSTR ((RTL), 0)); \
som.h 229 #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, RTL) \
233 if (!function_label_operand (RTL, VOIDmode)) \
234 pa_encode_label (RTL); \
236 name = targetm.strip_name_encoding (XSTR ((RTL), 0)); \
241 assemble_name_raw (FILE, XSTR ((RTL), 0)); \
  /src/external/gpl3/gcc/dist/gcc/
cfg-flags.def 73 /* Set on blocks that are in RTL format. */
74 DEF_BASIC_BLOCK_FLAG(RTL, 9)
120 This flag is only used for the RTL CFG. */
125 EH edges also have ABNORMAL set for the RTL CFG. */
130 This flag is only used for the RTL CFG. */
158 This flag is only used for the RTL CFG. */
163 This flag is only used for the RTL CFG. */
167 This flag is only used for the RTL CFG. */
171 This flag is only used for the RTL CFG. */
genattrtab.cc 109 #include "rtl.h"
318 /* Hash table for sharing RTL and strings. */
321 Strings are given negative hash codes; RTL expressions are given positive
331 rtx rtl; /* or the RTL recorded here. */ member in union:attr_hash::__anon13710
335 /* Now here is the hash table. When recording an RTL, it is added to
337 that the hash table is used for several kinds of RTL (see attr_rtx)
345 /* Here is how primitive or already-shared RTL's hash
347 #define RTL_HASH(RTL) ((intptr_t) (RTL) & 0777777
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cfg-flags.def 73 /* Set on blocks that are in RTL format. */
74 DEF_BASIC_BLOCK_FLAG(RTL, 9)
120 This flag is only used for the RTL CFG. */
125 EH edges also have ABNORMAL set for the RTL CFG. */
130 This flag is only used for the RTL CFG. */
158 This flag is only used for the RTL CFG. */
163 This flag is only used for the RTL CFG. */
167 This flag is only used for the RTL CFG. */
171 This flag is only used for the RTL CFG. */
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/ftdetect/
gcc-dev.vim 14 " Match RTL dump file names such as test.c.234r.pass-name
15 au BufRead *.[1-3][0-9][0-9]r.* setf gcc-rtl
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/ftdetect/
gcc-dev.vim 14 " Match RTL dump file names such as test.c.234r.pass-name
15 au BufRead *.[1-3][0-9][0-9]r.* setf gcc-rtl
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_malloc_win.cpp 209 // If the RTL allocators are hooked we need to check whether the ASAN
211 // interception takes place, so if it is not owned by the RTL heap we can
234 // In the case that we don't hook the rtl allocators,
283 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 };
294 ownershipState = RTL;
306 if (ownershipState == RTL ||
327 // owned by rtl or neither with unsupported ASAN flags,
329 CHECK(ownershipState == RTL || ownershipState == NEITHER);
399 // Comments in /minkernel/ntos/rtl/heappublic.c indicate that these functions
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_malloc_win.cpp 209 // If the RTL allocators are hooked we need to check whether the ASAN
211 // interception takes place, so if it is not owned by the RTL heap we can
234 // In the case that we don't hook the rtl allocators,
283 enum AllocationOwnership { NEITHER = 0, ASAN = 1, RTL = 2 };
294 ownershipState = RTL;
306 if (ownershipState == RTL ||
327 // owned by rtl or neither with unsupported ASAN flags,
329 CHECK(ownershipState == RTL || ownershipState == NEITHER);
399 // Comments in /minkernel/ntos/rtl/heappublic.c indicate that these functions
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gcc-rtl.vim 1 " Syntax highlighting rules for RTL dump files (for Vim).
77 let b:current_syntax = "gcc-rtl"
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gcc-rtl.vim 1 " Syntax highlighting rules for RTL dump files (for Vim).
77 let b:current_syntax = "gcc-rtl"
  /src/tools/gcc/
mknative-gcc 395 ${_buildname}RTL ${_buildname}SUPPORT ${_buildname}VARRAY \
398 -e 's#build/print-rtl.o#build-print-rtl.o#g' \
399 -e 's#build/rtl.o#build-rtl.o#g' \
mknative-gcc.old 362 ${_buildname}RTL ${_buildname}SUPPORT ${_buildname}VARRAY \
365 -e 's#build/print-rtl.o#build-print-rtl.o#g' \
366 -e 's#build/rtl.o#build-rtl.o#g' \
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
OpenMPOpt.cpp 148 /// Setter RTL function associated with this ICV.
151 /// Getter RTL function associated with this ICV.
154 /// RTL Function corresponding to the override clause of this ICV
267 #define ICV_RT_SET(_Name, RTL) \
270 ICV.Setter = RTL; \
272 #define ICV_RT_GET(Name, RTL) \
275 ICV.Getter = RTL; \
  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 1176 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1293 case kind::RTL:
1328 case kind::RTL:
1397 return bidi::kind::RTL;
1514 return bidi::kind::RTL;
1564 result = bidi::kind::RTL;
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 1170 NONE, LRE, RLE, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1287 case kind::RTL:
1322 case kind::RTL:
1390 return bidi::kind::RTL;
1491 return bidi::kind::RTL;
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-ldmstm.ml 155 registers, the loaded value is stored, hence the RTL pattern
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-ldmstm.ml 155 registers, the loaded value is stored, hence the RTL pattern
  /src/common/dist/zlib/
make_vms.com 616 $! The headers might lie about the capabilities of the RTL
675 $! The headers might lie about the capabilities of the RTL
  /src/external/gpl3/binutils/dist/zlib/
make_vms.com 616 $! The headers might lie about the capabilities of the RTL
675 $! The headers might lie about the capabilities of the RTL
  /src/external/gpl3/binutils.old/dist/zlib/
make_vms.com 616 $! The headers might lie about the capabilities of the RTL
675 $! The headers might lie about the capabilities of the RTL
  /src/external/gpl3/gdb.old/dist/zlib/
make_vms.com 616 $! The headers might lie about the capabilities of the RTL
675 $! The headers might lie about the capabilities of the RTL
  /src/external/gpl3/gdb/dist/zlib/
make_vms.com 616 $! The headers might lie about the capabilities of the RTL
675 $! The headers might lie about the capabilities of the RTL

Completed in 41 milliseconds

1 2