/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 1 CALL(flush) 2 CALL(callback) 3 CALL(fence_server_sync) 4 CALL(destroy_query) 5 CALL(begin_query) 6 CALL(end_query) 7 CALL(get_query_result_resource) 8 CALL(render_condition) 9 CALL(bind_sampler_states) 10 CALL(set_framebuffer_state) [all …]
|
/external/python/cpython3/Python/ |
D | ast_opt.c | 427 #define CALL(FUNC, TYPE, ARG) \ macro 499 CALL(astfold_body, asdl_seq, node_->v.Module.body); in astfold_mod() 505 CALL(astfold_expr, expr_ty, node_->v.Expression.body); in astfold_mod() 524 CALL(astfold_expr, expr_ty, node_->v.BinOp.left); in astfold_expr() 525 CALL(astfold_expr, expr_ty, node_->v.BinOp.right); in astfold_expr() 526 CALL(fold_binop, expr_ty, node_); in astfold_expr() 529 CALL(astfold_expr, expr_ty, node_->v.UnaryOp.operand); in astfold_expr() 530 CALL(fold_unaryop, expr_ty, node_); in astfold_expr() 533 CALL(astfold_arguments, arguments_ty, node_->v.Lambda.args); in astfold_expr() 534 CALL(astfold_expr, expr_ty, node_->v.Lambda.body); in astfold_expr() [all …]
|
/external/v8/tools/clang/traffic_annotation_extractor/tests/ |
D | test-expected.txt | 96 ==== NEW CALL ==== 102 ==== CALL ENDS ==== 103 ==== NEW CALL ==== 109 ==== CALL ENDS ==== 110 ==== NEW CALL ==== 116 ==== CALL ENDS ==== 117 ==== NEW CALL ==== 123 ==== CALL ENDS ==== 124 ==== NEW CALL ==== 130 ==== CALL ENDS ==== [all …]
|
/external/deqp/framework/opengl/ |
D | gluDefs.hpp | 33 #define GLU_CHECK_CALL_ERROR(CALL, ERR) do { CALL; GLU_EXPECT_NO_ERROR(ERR, #CALL); } while (deGetF… argument 34 #define GLU_CHECK_CALL(CALL) do { CALL; GLU_EXPECT_NO_ERROR(glGetError(), #CALL); } while (deGetF… argument 38 #define GLU_CHECK_GLW_CALL(GL, CALL) do { (GL).CALL; GLU_EXPECT_NO_ERROR((GL).getError(), #CALL); }… argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | tailcall-disable.ll | 1 ; RUN: llc -disable-tail-calls < %s | FileCheck --check-prefix=CALL %s 18 ; CALL-LABEL: test1: 19 ; CALL-NOT: ret 20 ; CALL: callq helper 21 ; CALL: ret 33 ; CALL-LABEL: test2: 34 ; CALL-NOT: ret 35 ; CALL: callq test2 36 ; CALL: ret
|
D | safestack_inline.ll | 2 …/" %s | llc -mtriple=x86_64-linux -safestack-use-pointer-address | FileCheck --check-prefix=CALL %s 26 ; CALL: callq __safestack_pointer_address 27 ; CALL: movq %rax, %[[A:.*]] 28 ; CALL: movq (%rax), %[[B:.*]] 29 ; CALL: leaq -16(%[[B]]), %[[C:.*]] 30 ; CALL: movq %[[C]], (%[[A]])
|
/external/llvm/test/CodeGen/X86/ |
D | tailcall-disable.ll | 1 ; RUN: llc -disable-tail-calls < %s | FileCheck --check-prefix=CALL %s 18 ; CALL-LABEL: test1: 19 ; CALL-NOT: ret 20 ; CALL: callq helper 21 ; CALL: ret 33 ; CALL-LABEL: test2: 34 ; CALL-NOT: ret 35 ; CALL: callq test2 36 ; CALL: ret
|
D | fma.ll | 2 …pple-darwin10 -mattr=-fma,-fma4 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-FMA-CALL 4 …apple-darwin10 -mattr=-fma,-fma4 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-FMA-CALL 7 …86 -mcpu=bdver2 -mattr=-fma,-fma4 | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-FMA-CALL 11 ; CHECK-FMA-CALL: fmaf 20 ; CHECK-FMA-CALL: fma
|
/external/libpng/scripts/ |
D | makevms.com | 56 $ CALL MAKE png.OBJ "cc ''CCOPT' png" - 58 $ CALL MAKE pngset.OBJ "cc ''CCOPT' pngset" - 60 $ CALL MAKE pngget.OBJ "cc ''CCOPT' pngget" - 62 $ CALL MAKE pngread.OBJ "cc ''CCOPT' pngread" - 64 $ CALL MAKE pngpread.OBJ "cc ''CCOPT' pngpread" - 66 $ CALL MAKE pngrtran.OBJ "cc ''CCOPT' pngrtran" - 68 $ CALL MAKE pngrutil.OBJ "cc ''CCOPT' pngrutil" - 70 $ CALL MAKE pngerror.OBJ "cc ''CCOPT' pngerror" - 72 $ CALL MAKE pngmem.OBJ "cc ''CCOPT' pngmem" - 74 $ CALL MAKE pngrio.OBJ "cc ''CCOPT' pngrio" - [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | str-int.ll | 46 ; CHECK-NEXT: [[CALL:%.*]] = call i32 @strtol(i8* getelementptr inbounds ([2 x i8], [2 x i8]* @.… 47 ; CHECK-NEXT: ret i32 [[CALL]] 64 ; CHECK-NEXT: [[CALL:%.*]] = call i32 @strtol(i8* nocapture [[S:%.*]], i8** null, i32 10) 65 ; CHECK-NEXT: ret i32 [[CALL]] 73 ; CHECK-NEXT: [[CALL:%.*]] = call i32 @atoi(i8* [[S:%.*]]) 74 ; CHECK-NEXT: ret i32 [[CALL]] 82 ; CHECK-NEXT: [[CALL:%.*]] = call i32 @strtol(i8* nocapture getelementptr inbounds ([3 x i8], [3… 83 ; CHECK-NEXT: ret i32 [[CALL]] 91 ; CHECK-NEXT: [[CALL:%.*]] = call i32 @strtol(i8* nocapture getelementptr inbounds ([11 x i8], [… 92 ; CHECK-NEXT: ret i32 [[CALL]] [all …]
|
D | double-float-shrink-1.ll | 27 ; CHECK-NEXT: [[CALL:%.*]] = call fast double @acos(double [[CONV]]) 28 ; CHECK-NEXT: ret double [[CALL]] 49 ; CHECK-NEXT: [[CALL:%.*]] = call fast double @acosh(double [[CONV]]) 50 ; CHECK-NEXT: ret double [[CALL]] 71 ; CHECK-NEXT: [[CALL:%.*]] = call fast double @asin(double [[CONV]]) 72 ; CHECK-NEXT: ret double [[CALL]] 93 ; CHECK-NEXT: [[CALL:%.*]] = call fast double @asinh(double [[CONV]]) 94 ; CHECK-NEXT: ret double [[CALL]] 115 ; CHECK-NEXT: [[CALL:%.*]] = call fast double @atan(double [[CONV]]) 116 ; CHECK-NEXT: ret double [[CALL]] [all …]
|
D | unlocked-stdio.ll | 15 ; CHECK-NEXT: [[CALL:%.*]] = call i32 @fgetc(%struct._IO_FILE* [[F:%.*]]) 26 ; CHECK-NEXT: [[CALL:%.*]] = call %struct._IO_FILE* @fopen(i8* getelementptr inbounds ([5 x i8],… 27 ; CHECK-NEXT: [[FPUTC_UNLOCKED:%.*]] = call i32 @fputc_unlocked(i32 99, %struct._IO_FILE* [[CALL… 40 ; CHECK-NEXT: [[CALL:%.*]] = call %struct._IO_FILE* @fopen(i8* getelementptr inbounds ([5 x i8],… 41 ; CHECK-NEXT: [[FGETC_UNLOCKED:%.*]] = call i32 @fgetc_unlocked(%struct._IO_FILE* [[CALL]]) 61 ; CHECK-NEXT: [[CALL:%.*]] = call %struct._IO_FILE* @fopen(i8* getelementptr inbounds ([5 x i8],… 63 …= call i64 @fwrite_unlocked(i8* nonnull [[ARRAYDECAY]], i64 10, i64 10, %struct._IO_FILE* [[CALL]]) 76 ; CHECK-NEXT: [[CALL:%.*]] = call %struct._IO_FILE* @fopen(i8* getelementptr inbounds ([5 x i8],… 78 … = call i64 @fread_unlocked(i8* nonnull [[ARRAYDECAY]], i64 10, i64 10, %struct._IO_FILE* [[CALL]]) 90 ; CHECK-NEXT: [[CALL:%.*]] = call %struct._IO_FILE* @fopen(i8* getelementptr inbounds ([5 x i8],… [all …]
|
D | str-int-2.ll | 46 ; CHECK-NEXT: [[CALL:%.*]] = call i64 @strtol(i8* getelementptr inbounds ([2 x i8], [2 x i8]* @.… 47 ; CHECK-NEXT: ret i64 [[CALL]] 64 ; CHECK-NEXT: [[CALL:%.*]] = call i64 @strtol(i8* nocapture [[S:%.*]], i8** null, i32 10) 65 ; CHECK-NEXT: ret i64 [[CALL]] 73 ; CHECK-NEXT: [[CALL:%.*]] = call i32 @atoi(i8* [[S:%.*]]) 74 ; CHECK-NEXT: ret i32 [[CALL]] 82 ; CHECK-NEXT: [[CALL:%.*]] = call i64 @strtol(i8* nocapture getelementptr inbounds ([3 x i8], [3… 83 ; CHECK-NEXT: ret i64 [[CALL]] 100 ; CHECK-NEXT: [[CALL:%.*]] = call i64 @strtol(i8* nocapture getelementptr inbounds ([24 x i8], [… 101 ; CHECK-NEXT: ret i64 [[CALL]]
|
D | snprintf.ll | 13 ; CHECK-NEXT: [[CALL:%.*]] = call i32 (i8*, i64, i8*, ...) @snprintf(i8* [[BUF:%.*]], i64 32, i8… 22 ; CHECK-NEXT: [[CALL:%.*]] = call i32 (i8*, i64, i8*, ...) @snprintf(i8* [[BUF:%.*]], i64 0, i8*… 32 ; CHECK-NEXT: [[CALL:%.*]] = call i32 (i8*, i64, i8*, ...) @snprintf(i8* [[BUF:%.*]], i64 [[SIZE… 50 ; CHECK-NEXT: [[CALL:%.*]] = call i32 (i8*, i64, i8*, ...) @snprintf(i8* [[BUF:%.*]], i64 32, i8… 67 ; CHECK-NEXT: [[CALL:%.*]] = call i32 (i8*, i64, i8*, ...) @snprintf(i8* null, i64 0, i8* getele… 68 ; CHECK-NEXT: ret i32 [[CALL]] 95 ; CHECK-NEXT: [[CALL:%.*]] = call i32 (i8*, i64, i8*, ...) @snprintf(i8* [[BUF:%.*]], i64 1, i8*… 96 ; CHECK-NEXT: ret i32 [[CALL]] 123 ; CHECK-NEXT: [[CALL:%.*]] = call i32 (i8*, i64, i8*, ...) @snprintf(i8* [[BUF:%.*]], i64 1, i8*… 124 ; CHECK-NEXT: ret i32 [[CALL]]
|
D | memset-1.ll | 38 ; CHECK-NEXT: [[CALL:%.*]] = call i8* @malloc(i32 [[N:%.*]]) 39 ; CHECK-NEXT: call void @llvm.memset.p0i8.i32(i8* align 1 [[CALL]], i8 0, i32 [[N]], i1 false) 40 ; CHECK-NEXT: ret i8* [[CALL]] 66 ; CHECK-NEXT: [[CALL:%.*]] = tail call i8* @malloc(i32 [[SIZE:%.*]]) #0 67 ; CHECK-NEXT: [[CMP:%.*]] = icmp eq i8* [[CALL]], null 70 ; CHECK-NEXT: [[BC:%.*]] = bitcast i8* [[CALL]] to float* 71 ; CHECK-NEXT: call void @llvm.memset.p0i8.i32(i8* nonnull align 1 [[CALL]], i8 0, i32 [[SIZE]], …
|
/external/clang/test/CodeGenObjCXX/ |
D | auto-release-result-assert.mm | 4 // CHECK: %[[CALL:[a-z0-9]+]] = call %struct.S1* @_Z4foo0i 5 // CHECK: ret %struct.S1* %[[CALL]] 8 // CHECK: %[[CALL:[a-z0-9]+]] = call %struct.S1* @_Z4foo0i 9 // CHECK: ret %struct.S1* %[[CALL]] 12 // CHECK: %[[CALL:[a-z0-9]+]] = call %struct.S1* @_Z4foo0i 13 // CHECK: ret %struct.S1* %[[CALL]]
|
/external/deqp/framework/egl/ |
D | egluDefs.hpp | 30 #define EGLU_CHECK_CALL(EGLW, CALL) do { (EGLW).CALL; eglu::checkError((EGLW).getError(), #CALL, … argument 31 #define EGLU_CHECK_CALL_FPTR(EGLW, CALL) do { CALL; eglu::checkError((EGLW).getError(), #CALL, __FI… argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrCall.td | 29 multiclass CALL<WebAssemblyRegClass vt, string prefix> { 41 "PSEUDO CALL INDIRECT\t$callee", 42 "PSEUDO CALL INDIRECT\t$callee">; 70 "PSEUDO CALL INDIRECT\t$callee", 71 "PSEUDO CALL INDIRECT\t$callee">; 86 defm "" : CALL<I32, "i32.">; 87 defm "" : CALL<I64, "i64.">; 88 defm "" : CALL<F32, "f32.">; 89 defm "" : CALL<F64, "f64.">; 90 defm "" : CALL<EXCEPT_REF, "except_ref.">; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrumentation-with-call-threshold.ll | 5 …asan-module -asan-instrumentation-with-call-threshold=1 -S | FileCheck %s --check-prefix=CHECK-CALL 6 …asan-module -asan-instrumentation-with-call-threshold=0 -S | FileCheck %s --check-prefix=CHECK-CALL 15 ; CHECK-CALL: call void @__asan_load4 16 ; CHECK-CALL: call void @__asan_load8 17 ; CHECK-CALL: call void @__asan_loadN{{.*}}i64 64) 18 ; CHECK-CALL: call void @__asan_loadN{{.*}}i64 10)
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrumentation-with-call-threshold.ll | 5 …asan-module -asan-instrumentation-with-call-threshold=1 -S | FileCheck %s --check-prefix=CHECK-CALL 6 …asan-module -asan-instrumentation-with-call-threshold=0 -S | FileCheck %s --check-prefix=CHECK-CALL 15 ; CHECK-CALL: call void @__asan_load4 16 ; CHECK-CALL: call void @__asan_load8 17 ; CHECK-CALL: call void @__asan_loadN{{.*}}i64 64) 18 ; CHECK-CALL: call void @__asan_loadN{{.*}}i64 10)
|
/external/llvm/test/Instrumentation/DataFlowSanitizer/ |
D | abilist.ll | 17 ; CHECK: %[[CALL:.*]] = call { i32 (i32, i32)*, i16 } @"dfs$g"(i32 %0, i16 0) 18 ; CHECK: %[[XVAL:.*]] = extractvalue { i32 (i32, i32)*, i16 } %[[CALL]], 0 82 ; CHECK: %[[CALL:.*]] = call i32 @discard(i32 %0, i32 %1) 83 ; CHECK: %[[IVAL0:.*]] = insertvalue { i32, i16 } undef, i32 %[[CALL]], 0 93 ; CHECK: %[[CALL:.*]] = call { i32, i16 } %[[BC]](i32 %1, i16 %2) 94 ; CHECK: %[[XVAL0:.*]] = extractvalue { i32, i16 } %[[CALL]], 0 95 ; CHECK: %[[XVAL1:.*]] = extractvalue { i32, i16 } %[[CALL]], 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/BugPoint/ |
D | metadata.ll | 13 ; CHECK: call void @foo(), !dbg ![[LOC:[0-9]+]], !attach ![[CALL:[0-9]+]] 14 ; NODEBUG: call void @foo(), !attach ![[CALL:[0-9]+]] 15 ; NOTYPE: call void @foo(), !dbg ![[LOC:[0-9]+]], !attach ![[CALL:[0-9]+]] 16 ; NODEBUG-NOT: call void @foo(), !attach ![[CALL:[0-9]+]] 23 ; CHECK-DAG: ![[CALL]] = !{!"the call to foo"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/MemorySanitizer/ |
D | alloca.ll | 2 …check-access-address=0 -msan-poison-stack-with-call=1 -S | FileCheck %s --check-prefixes=CHECK,CALL 17 ; CALL: call void @__msan_poison_stack(i8* {{.*}}, i64 4) 32 ; CALL: call void @__msan_poison_stack(i8* {{.*}}, i64 4) 44 ; CALL: call void @__msan_poison_stack(i8* {{.*}}, i64 20) 57 ; CALL: call void @__msan_poison_stack(i8* {{.*}}, i64 %[[A]])
|
/external/python/cpython2/Modules/zlib/ |
D | make_vms.com | 179 $ CALL MAKE adler32.OBJ "CC ''CCOPT' adler32" - 181 $ CALL MAKE compress.OBJ "CC ''CCOPT' compress" - 183 $ CALL MAKE crc32.OBJ "CC ''CCOPT' crc32" - 185 $ CALL MAKE deflate.OBJ "CC ''CCOPT' deflate" - 187 $ CALL MAKE gzclose.OBJ "CC ''CCOPT' gzclose" - 189 $ CALL MAKE gzlib.OBJ "CC ''CCOPT' gzlib" - 191 $ CALL MAKE gzread.OBJ "CC ''CCOPT' gzread" - 193 $ CALL MAKE gzwrite.OBJ "CC ''CCOPT' gzwrite" - 195 $ CALL MAKE infback.OBJ "CC ''CCOPT' infback" - 197 $ CALL MAKE inffast.OBJ "CC ''CCOPT' inffast" - [all …]
|
/external/zlib/src/ |
D | make_vms.com | 179 $ CALL MAKE adler32.OBJ "CC ''CCOPT' adler32" - 181 $ CALL MAKE compress.OBJ "CC ''CCOPT' compress" - 183 $ CALL MAKE crc32.OBJ "CC ''CCOPT' crc32" - 185 $ CALL MAKE deflate.OBJ "CC ''CCOPT' deflate" - 187 $ CALL MAKE gzclose.OBJ "CC ''CCOPT' gzclose" - 189 $ CALL MAKE gzlib.OBJ "CC ''CCOPT' gzlib" - 191 $ CALL MAKE gzread.OBJ "CC ''CCOPT' gzread" - 193 $ CALL MAKE gzwrite.OBJ "CC ''CCOPT' gzwrite" - 195 $ CALL MAKE infback.OBJ "CC ''CCOPT' infback" - 197 $ CALL MAKE inffast.OBJ "CC ''CCOPT' inffast" - [all …]
|