/llvm-project/llvm/test/MC/AsmParser/ |
H A D | vararg-default-value.s | 6 .macro abcd arg0=%eax arg1:vararg=%ebx argument
|
H A D | macro-arg.s | 55 .macro mixed arg0 = 0, arg1 = 1 arg2 = 2, arg3 = 3 argument
|
H A D | macros-darwin-vararg.s | 67 .macro abcd arg0=%eax, arg1:vararg=%ebx argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | mips-zero-sized-struct.c | 28 T2 fn28(char arg0) { in fn28()
|
H A D | windows-swiftcall.c | 14 indirect_result_1(OUT int * arg0,OUT float * arg1) indirect_result_1() argument 18 indirect_result_2(OUT int * arg0,OUT float * arg1) indirect_result_2() argument 22 indirect_result_3(OUT int * arg0,OUT float * arg1) indirect_result_3() argument 28 context_2(void * arg0,CONTEXT void * self) context_2() argument
|
H A D | arm-swiftcall.c | 16 SWIFTCALL void indirect_result_1(OUT int *arg0, OUT float *arg1) {} in indirect_result_1() argument 20 SWIFTCALL int indirect_result_2(OUT int *arg0, OUT float *arg1) { __builtin_unreachable(); } in indirect_result_2() argument 24 SWIFTCALL struct_reallybig indirect_result_3(OUT int *arg0, OUT float *arg1) { __builtin_unreachable(); } in indirect_result_3() argument 33 SWIFTCALL void context_2(void *arg0, CONTEXT void *self) {} in context_2() argument 36 SWIFTASYNCCALL void async_context_2(void *arg0, ASYNC_CONTEXT void *self) {} in async_context_2() argument
|
H A D | 64bit-swiftcall.c | 24 indirect_result_1(OUT int * arg0,OUT float * arg1) indirect_result_1() argument 28 indirect_result_2(OUT int * arg0,OUT float * arg1) indirect_result_2() argument 32 indirect_result_3(OUT int * arg0,OUT float * arg1) indirect_result_3() argument 41 context_2(void * arg0,CONTEXT void * self) context_2() argument 44 async_context_2(void * arg0,ASYNC_CONTEXT void * ctx) async_context_2() argument
|
/llvm-project/mlir/test/python/dialects/ |
H A D | affine.py | 30 def affine_store_test(arg0): argument 67 affine_load_test(I, arg0) global() argument
|
/llvm-project/libc/test/integration/src/spawn/ |
H A D | posix_spawn_test.cpp | 24 char arg0[] = "libc_posix_spawn_test_binary"; variable
|
/llvm-project/lldb/source/API/ |
H A D | SystemInitializerFull.cpp | 67 const char *arg0 = "lldb"; Initialize() local
|
/llvm-project/mlir/test/Integration/Dialect/Memref/ |
H A D | memref_abi.c |
|
/llvm-project/mlir/test/python/dialects/linalg/ |
H A D | ops.py | 146 pass_an_op_directly(arg0, arg1) global() argument
|
/llvm-project/mlir/test/python/ir/ |
H A D | value.py | 320 reduction(arg0, arg1) global() argument
|
/llvm-project/third-party/unittest/googlemock/src/ |
H A D | gmock.cc | 218 const auto arg0 = "dummy"; in InitGoogleMock() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | IRBuilder.cpp | 32 static MDNode *getID(LLVMContext &Ctx, Metadata *arg0 = nullptr, in getID() argument
|
/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 312 #define __sanitizer_syscall_pre_shutdown(arg0, arg1) \ argument 314 #define __sanitizer_syscall_post_shutdown(res, arg0, arg1) \ argument 1077 #define __sanitizer_syscall_pre_bind(arg0, arg1, arg2) \ argument 1079 #define __sanitizer_syscall_post_bind(res, arg0, arg1, arg2) \ argument 1082 #define __sanitizer_syscall_pre_connect(arg0, arg1, arg2) \ argument 1084 #define __sanitizer_syscall_post_connect(res, arg0, arg1, arg2) \ argument 1087 #define __sanitizer_syscall_pre_accept(arg0, arg1, arg2) \ argument 1089 #define __sanitizer_syscall_post_accept(res, arg0, arg1, arg2) \ argument 1092 #define __sanitizer_syscall_pre_accept4(arg0, arg1, arg2, arg3) \ argument 1095 #define __sanitizer_syscall_post_accept4(res, arg0, arg1, arg2, arg3) \ argument [all …]
|
H A D | netbsd_syscall_hooks.h | 30 #define __sanitizer_syscall_pre_syscall(code, arg0, arg1, arg2, arg3, arg4, \ argument 36 #define __sanitizer_syscall_post_syscall(res, code, arg0, arg1, arg2, arg3, \ argument 1052 #define __sanitizer_syscall_pre___syscall(code, arg0, arg1, arg2, arg3, arg4, \ argument 1058 #define __sanitizer_syscall_post___syscall(res, code, arg0, arg1, arg2, arg3, \ argument
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | aix-struct-arg.c | 43 void arg0(Zero x) {} in arg0() function
|
/llvm-project/lld/Common/ |
H A D | DriverDispatcher.cpp | 115 StringRef arg0 = path::filename(argsV[0]); in parseFlavorWithoutMinGW() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | PPCIntrinsicCall.cpp | 1862 auto arg0{getBase(args[0])}; in genVecLdNoCallGrp() local 1891 auto arg0{getBase(args[0])}; in genVecLdCallGrp() local 1991 auto arg0{getBase(args[0])}; genVecLvsGrp() local 2422 auto arg0{getBase(args[0])}; genVecXlds() local [all...] |
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMultiword.cpp | 251 auto arg0 = request.GetParsedLine()[0].ref(); HandleCompletion() local
|
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgOps.cpp | 421 buildBinaryFn(BinaryFn binaryFn,Value arg0,Value arg1) buildBinaryFn() argument 496 buildTernaryFn(TernaryFn ternaryFn,Value arg0,Value arg1,Value arg2) buildTernaryFn() argument [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_ast_build_expr.c | 2517 __isl_take isl_ast_expr *arg0, __isl_take isl_multi_pw_aff *mpa) in isl_ast_build_with_arguments()
|
H A D | isl_ast.c | 822 enum isl_ast_expr_op_type type, __isl_take isl_ast_expr *arg0, in ast_expr_with_arguments()
|
/llvm-project/mlir/lib/Dialect/Math/Transforms/ |
H A D | PolynomialApproximation.cpp | 255 Value arg0 = isPositive ? arg : builder.create<math::AbsFOp>(arg); frexp() local
|