/external/llvm/test/Transforms/GVN/ |
D | pre-new-inst.ll | 22 ; CHECK: %resptr = getelementptr i8, i8* %arr, i32 %dead 23 %resptr = getelementptr i8, i8* %arr, i32 %idx32 24 %res = load i8, i8* %resptr
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | pre-new-inst.ll | 23 ; CHECK: %resptr = getelementptr i8, i8* %arr, i32 %dead 24 %resptr = getelementptr i8, i8* %arr, i32 %idx32 25 %res = load i8, i8* %resptr
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | pre-new-inst.ll | 22 ; CHECK: %resptr = getelementptr i8, i8* %arr, i32 %dead 23 %resptr = getelementptr i8, i8* %arr, i32 %idx32 24 %res = load i8, i8* %resptr
|
/external/libcups/cups/ |
D | ppd-conflicts.c | 191 *resptr, /* Pointer into option/choice */ in cupsResolveConflicts() local 291 for (resval ++, resptr = resoption; in cupsResolveConflicts() 294 if (resptr < (resoption + sizeof(resoption) - 1)) in cupsResolveConflicts() 295 *resptr++ = *resval; in cupsResolveConflicts() 297 *resptr = '\0'; in cupsResolveConflicts() 302 for (resptr = reschoice; in cupsResolveConflicts() 305 if (resptr < (reschoice + sizeof(reschoice) - 1)) in cupsResolveConflicts() 306 *resptr++ = *resval; in cupsResolveConflicts() 308 *resptr = '\0'; in cupsResolveConflicts()
|
D | http-support.c | 1283 char *resptr = resource + strlen(resource); in httpSeparateURI() local 1285 uri = http_copy_decode(resptr, uri, in httpSeparateURI() 1286 resourcelen - (int)(resptr - resource), NULL, in httpSeparateURI()
|
/external/u-boot/board/olimex/mx23_olinuxino/ |
D | spl_boot.c | 87 void board_init_ll(const uint32_t arg, const uint32_t *resptr) in board_init_ll() argument 89 mxs_common_spl_init(arg, resptr, iomux_setup, ARRAY_SIZE(iomux_setup)); in board_init_ll()
|
/external/u-boot/board/technologic/ts4600/ |
D | iomux.c | 145 void board_init_ll(const uint32_t arg, const uint32_t *resptr) in board_init_ll() argument 147 mxs_common_spl_init(arg, resptr, iomux_setup, ARRAY_SIZE(iomux_setup)); in board_init_ll()
|
/external/u-boot/board/schulercontrol/sc_sps_1/ |
D | spl_boot.c | 140 void board_init_ll(const uint32_t arg, const uint32_t *resptr) in board_init_ll() argument 142 mxs_common_spl_init(arg, resptr, iomux_setup, ARRAY_SIZE(iomux_setup)); in board_init_ll()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | strcpy-nobuiltin.ll | 31 define i32 @f3(i32 %dummy, i8 *%dest, i8 *%src, i32 *%resptr, i32 *%storeptr) { 38 %res = load i32, i32 *%resptr
|
D | strcpy-01.ll | 37 define i32 @f3(i32 %dummy, i8 *%dest, i8 *%src, i32 *%resptr, i32 *%storeptr) { 46 %res = load i32, i32 *%resptr
|
/external/llvm/test/CodeGen/SystemZ/ |
D | strcpy-nobuiltin.ll | 31 define i32 @f3(i32 %dummy, i8 *%dest, i8 *%src, i32 *%resptr, i32 *%storeptr) { 38 %res = load i32 , i32 *%resptr
|
D | strcpy-01.ll | 37 define i32 @f3(i32 %dummy, i8 *%dest, i8 *%src, i32 *%resptr, i32 *%storeptr) { 46 %res = load i32 , i32 *%resptr
|
/external/u-boot/board/sandisk/sansa_fuze_plus/ |
D | spl_boot.c | 136 void board_init_ll(const uint32_t arg, const uint32_t *resptr) in board_init_ll() argument 138 mxs_common_spl_init(arg, resptr, iomux_setup, ARRAY_SIZE(iomux_setup)); in board_init_ll()
|
/external/u-boot/board/creative/xfi3/ |
D | spl_boot.c | 130 void board_init_ll(const uint32_t arg, const uint32_t *resptr) in board_init_ll() argument 132 mxs_common_spl_init(arg, resptr, iomux_setup, ARRAY_SIZE(iomux_setup)); in board_init_ll()
|
/external/u-boot/board/freescale/mx23evk/ |
D | spl_boot.c | 131 void board_init_ll(const uint32_t arg, const uint32_t *resptr) in board_init_ll() argument 133 mxs_common_spl_init(arg, resptr, iomux_setup, ARRAY_SIZE(iomux_setup)); in board_init_ll()
|
/external/u-boot/board/bluegiga/apx4devkit/ |
D | spl_boot.c | 134 void board_init_ll(const uint32_t arg, const uint32_t *resptr) in board_init_ll() argument 136 mxs_common_spl_init(arg, resptr, iomux_setup, ARRAY_SIZE(iomux_setup)); in board_init_ll()
|
/external/u-boot/board/ppcag/bg0900/ |
D | spl_boot.c | 149 void board_init_ll(const uint32_t arg, const uint32_t *resptr) in board_init_ll() argument 151 mxs_common_spl_init(arg, resptr, iomux_setup, ARRAY_SIZE(iomux_setup)); in board_init_ll()
|
/external/u-boot/board/freescale/mx28evk/ |
D | iomux.c | 202 void board_init_ll(const uint32_t arg, const uint32_t *resptr) in board_init_ll() argument 204 mxs_common_spl_init(arg, resptr, iomux_setup, ARRAY_SIZE(iomux_setup)); in board_init_ll()
|
/external/u-boot/arch/arm/include/asm/arch-mxs/ |
D | sys_proto.h | 24 void mxs_common_spl_init(const uint32_t arg, const uint32_t *resptr,
|
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
D | spl_boot.c | 118 void mxs_common_spl_init(const uint32_t arg, const uint32_t *resptr, in mxs_common_spl_init() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/DeadArgElim/ |
D | aggregates.ll | 158 %resptr = extractvalue {i8*, i32} %res, 0 160 %val = load i8, i8* %resptr
|
/external/llvm/test/Transforms/DeadArgElim/ |
D | aggregates.ll | 158 %resptr = extractvalue {i8*, i32} %res, 0 160 %val = load i8, i8* %resptr
|