/external/clang/include/clang/Basic/ |
D | BuiltinsHexagon.def | 11 // this file must define the BUILTIN macro to make use of this information. 15 BUILTIN(__builtin_HEXAGON_C2_cmpeq, "bii", "") 16 BUILTIN(__builtin_HEXAGON_C2_cmpgt, "bii", "") 17 BUILTIN(__builtin_HEXAGON_C2_cmpgtu, "bii", "") 18 BUILTIN(__builtin_HEXAGON_C2_cmpeqp, "bLLiLLi", "") 19 BUILTIN(__builtin_HEXAGON_C2_cmpgtp, "bLLiLLi", "") 20 BUILTIN(__builtin_HEXAGON_C2_cmpgtup, "bLLiLLi", "") 21 BUILTIN(__builtin_HEXAGON_C2_bitsset, "bii", "") 22 BUILTIN(__builtin_HEXAGON_C2_bitsclr, "bii", "") 23 BUILTIN(__builtin_HEXAGON_C2_cmpeqi, "bii", "") [all …]
|
D | BuiltinsX86.def | 11 // this file must define the BUILTIN macro to make use of this information. 29 BUILTIN(__builtin_ia32_femms, "v", "") 30 BUILTIN(__builtin_ia32_pavgusb, "V8cV8cV8c", "nc") 31 BUILTIN(__builtin_ia32_pf2id, "V2iV2f", "nc") 32 BUILTIN(__builtin_ia32_pfacc, "V2fV2fV2f", "nc") 33 BUILTIN(__builtin_ia32_pfadd, "V2fV2fV2f", "nc") 34 BUILTIN(__builtin_ia32_pfcmpeq, "V2iV2fV2f", "nc") 35 BUILTIN(__builtin_ia32_pfcmpge, "V2iV2fV2f", "nc") 36 BUILTIN(__builtin_ia32_pfcmpgt, "V2iV2fV2f", "nc") 37 BUILTIN(__builtin_ia32_pfmax, "V2fV2fV2f", "nc") [all …]
|
D | BuiltinsPPC.def | 11 // this file must define the BUILTIN macro to make use of this information. 21 BUILTIN(__builtin_altivec_vaddcuw, "V4UiV4UiV4Ui", "") 23 BUILTIN(__builtin_altivec_vaddsbs, "V16ScV16ScV16Sc", "") 24 BUILTIN(__builtin_altivec_vaddubs, "V16UcV16UcV16Uc", "") 25 BUILTIN(__builtin_altivec_vaddshs, "V8SsV8SsV8Ss", "") 26 BUILTIN(__builtin_altivec_vadduhs, "V8UsV8UsV8Us", "") 27 BUILTIN(__builtin_altivec_vaddsws, "V4SiV4SiV4Si", "") 28 BUILTIN(__builtin_altivec_vadduws, "V4UiV4UiV4Ui", "") 30 BUILTIN(__builtin_altivec_vsubsbs, "V16ScV16ScV16Sc", "") 31 BUILTIN(__builtin_altivec_vsububs, "V16UcV16UcV16Uc", "") [all …]
|
D | Builtins.def | 11 // must define the BUILTIN macro to make use of this information. 84 #if defined(BUILTIN) && !defined(LIBBUILTIN) 85 # define LIBBUILTIN(ID, TYPE, ATTRS, HEADER, BUILTIN_LANG) BUILTIN(ID, TYPE, ATTRS) 89 BUILTIN(__builtin_atan2 , "ddd" , "Fnc") 90 BUILTIN(__builtin_atan2f, "fff" , "Fnc") 91 BUILTIN(__builtin_atan2l, "LdLdLd", "Fnc") 92 BUILTIN(__builtin_abs , "ii" , "ncF") 93 BUILTIN(__builtin_copysign, "ddd", "ncF") 94 BUILTIN(__builtin_copysignf, "fff", "ncF") 95 BUILTIN(__builtin_copysignl, "LdLdLd", "ncF") [all …]
|
D | BuiltinsPTX.def | 11 // this file must define the BUILTIN macro to make use of this information. 17 BUILTIN(__builtin_ptx_read_tid_x, "i", "nc") 18 BUILTIN(__builtin_ptx_read_tid_y, "i", "nc") 19 BUILTIN(__builtin_ptx_read_tid_z, "i", "nc") 20 BUILTIN(__builtin_ptx_read_tid_w, "i", "nc") 22 BUILTIN(__builtin_ptx_read_ntid_x, "i", "nc") 23 BUILTIN(__builtin_ptx_read_ntid_y, "i", "nc") 24 BUILTIN(__builtin_ptx_read_ntid_z, "i", "nc") 25 BUILTIN(__builtin_ptx_read_ntid_w, "i", "nc") 27 BUILTIN(__builtin_ptx_read_ctaid_x, "i", "nc") [all …]
|
D | BuiltinsARM.def | 11 // this file must define the BUILTIN macro to make use of this information. 18 BUILTIN(__clear_cache, "v.", "") 19 BUILTIN(__builtin_thread_pointer, "v*", "") 22 BUILTIN(__builtin_arm_qadd, "iii", "nc") 23 BUILTIN(__builtin_arm_qsub, "iii", "nc") 24 BUILTIN(__builtin_arm_ssat, "iiUi", "nc") 25 BUILTIN(__builtin_arm_usat, "UiUiUi", "nc") 28 BUILTIN(__builtin_arm_ldrexd, "LLUiv*", "") 29 BUILTIN(__builtin_arm_strexd, "iLLUiv*", "") 32 BUILTIN(__builtin_arm_get_fpscr, "Ui", "nc") [all …]
|
D | TargetBuiltins.h | 22 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro 32 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro 42 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro 53 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro 103 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro
|
D | Builtins.h | 42 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, macro
|
/external/v8/src/ |
D | builtins.h | 68 V(ArgumentsAdaptorTrampoline, BUILTIN, UNINITIALIZED, \ 70 V(JSConstructStubCountdown, BUILTIN, UNINITIALIZED, \ 72 V(JSConstructStubGeneric, BUILTIN, UNINITIALIZED, \ 74 V(JSConstructStubApi, BUILTIN, UNINITIALIZED, \ 76 V(JSEntryTrampoline, BUILTIN, UNINITIALIZED, \ 78 V(JSConstructEntryTrampoline, BUILTIN, UNINITIALIZED, \ 80 V(LazyCompile, BUILTIN, UNINITIALIZED, \ 82 V(LazyRecompile, BUILTIN, UNINITIALIZED, \ 84 V(NotifyDeoptimized, BUILTIN, UNINITIALIZED, \ 86 V(NotifyLazyDeoptimized, BUILTIN, UNINITIALIZED, \ [all …]
|
D | builtins.cc | 127 #define BUILTIN(name) \ macro 141 #define BUILTIN(name) \ macro 177 BUILTIN(Illegal) { in BUILTIN() function 183 BUILTIN(EmptyFunction) { in BUILTIN() function 298 BUILTIN(InternalArrayCodeGeneric) { in BUILTIN() function 306 BUILTIN(ArrayCodeGeneric) { in BUILTIN() function 485 BUILTIN(ArrayPush) { in BUILTIN() function 543 BUILTIN(ArrayPop) { in BUILTIN() function 576 BUILTIN(ArrayShift) { in BUILTIN() function 618 BUILTIN(ArrayUnshift) { in BUILTIN() function [all …]
|
D | gdb-jit.h | 60 V(BUILTIN) \
|
D | serialize.h | 40 BUILTIN, enumerator
|
D | serialize.cc | 87 case BUILTIN: { in AddFromId() 156 { BUILTIN, \ in PopulateTable()
|
D | log.cc | 1414 case Code::BUILTIN: in LogCodeObject()
|
D | spaces.cc | 1616 CASE(BUILTIN); in ReportCodeKindStatistics()
|
D | objects.h | 4120 BUILTIN, enumerator 4135 REGEXP = BUILTIN,
|
/external/clang/test/Analysis/ |
D | bstring.c | 22 # define BUILTIN(f) __builtin_ ## f macro 24 # define BUILTIN(f) f macro 35 #define __memcpy_chk BUILTIN(__memcpy_chk) 43 #define memcpy BUILTIN(memcpy) 157 #define __mempcpy_chk BUILTIN(__mempcpy_chk) 165 #define mempcpy BUILTIN(mempcpy) 279 #define __memmove_chk BUILTIN(__memmove_chk) 286 #define memmove BUILTIN(memmove) 326 #define bcmp BUILTIN(bcmp) 333 #define memcmp BUILTIN(memcmp) [all …]
|
D | string.c | 22 # define BUILTIN(f) __builtin_ ## f macro 24 # define BUILTIN(f) f macro 35 #define strlen BUILTIN(strlen) 275 #define __strcpy_chk BUILTIN(__strcpy_chk) 282 #define strcpy BUILTIN(strcpy) 335 #define __stpcpy_chk BUILTIN(__stpcpy_chk) 342 #define stpcpy BUILTIN(stpcpy) 379 #define __strcat_chk BUILTIN(__strcat_chk) 386 #define strcat BUILTIN(strcat) 488 #define __strncpy_chk BUILTIN(__strncpy_chk) [all …]
|
D | string-fail.c | 27 # define BUILTIN(f) __builtin_ ## f macro 29 # define BUILTIN(f) f macro 40 #define strnlen BUILTIN(strnlen)
|
D | security-syntax-checks.m | 7 # define BUILTIN(f) __builtin_ ## f macro 9 # define BUILTIN(f) f macro 125 #define __strcpy_chk BUILTIN(__strcpy_chk) 132 #define strcpy BUILTIN(strcpy) 149 #define __strcat_chk BUILTIN(__strcat_chk) 156 #define strcat BUILTIN(strcat)
|
/external/clang/test/Sema/ |
D | warn-strncat-size.c | 10 # define BUILTIN(f) __builtin_ ## f macro 12 # define BUILTIN(f) f macro 15 #define strncat BUILTIN(strncat)
|
/external/clang/lib/Basic/ |
D | Builtins.cpp | 23 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES }, macro
|
D | Targets.cpp | 703 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES }, macro 1025 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES }, macro 1208 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES }, macro 2981 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES }, macro 3148 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES }, macro
|
/external/v8/test/cctest/ |
D | test-serialize.cc | 107 CHECK_EQ(make_code(BUILTIN, Builtins::kArrayCode), in TEST() 145 decoder.Decode(make_code(BUILTIN, Builtins::kArrayCode))); in TEST()
|
/external/clang/lib/AST/ |
D | StmtPrinter.cpp | 1128 #define BUILTIN(ID, TYPE, ATTRS) in VisitAtomicExpr() macro
|