Home
last modified time | relevance | path

Searched defs:arg0 (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/llvm/test/MC/AsmParser/
H A Dvararg-default-value.s6 .macro abcd arg0=%eax arg1:vararg=%ebx argument
H A Dmacro-arg.s55 .macro mixed arg0 = 0, arg1 = 1 arg2 = 2, arg3 = 3 argument
H A Dmacros-darwin-vararg.s67 .macro abcd arg0=%eax, arg1:vararg=%ebx argument
/llvm-project/clang/test/CodeGen/
H A Dmips-zero-sized-struct.c28 T2 fn28(char arg0) { in fn28()
H A Dwindows-swiftcall.c14 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 Darm-swiftcall.c16 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 D64bit-swiftcall.c24 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 Daffine.py30 def affine_store_test(arg0): argument
67 affine_load_test(I, arg0) global() argument
/llvm-project/libc/test/integration/src/spawn/
H A Dposix_spawn_test.cpp24 char arg0[] = "libc_posix_spawn_test_binary"; variable
/llvm-project/lldb/source/API/
H A DSystemInitializerFull.cpp67 const char *arg0 = "lldb"; Initialize() local
/llvm-project/mlir/test/Integration/Dialect/Memref/
H A Dmemref_abi.c
/llvm-project/mlir/test/python/dialects/linalg/
H A Dops.py146 pass_an_op_directly(arg0, arg1) global() argument
/llvm-project/mlir/test/python/ir/
H A Dvalue.py320 reduction(arg0, arg1) global() argument
/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock.cc218 const auto arg0 = "dummy"; in InitGoogleMock() local
/llvm-project/polly/lib/CodeGen/
H A DIRBuilder.cpp32 static MDNode *getID(LLVMContext &Ctx, Metadata *arg0 = nullptr, in getID() argument
/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h312 #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 Dnetbsd_syscall_hooks.h30 #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 Daix-struct-arg.c43 void arg0(Zero x) {} in arg0() function
/llvm-project/lld/Common/
H A DDriverDispatcher.cpp115 StringRef arg0 = path::filename(argsV[0]); in parseFlavorWithoutMinGW() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DPPCIntrinsicCall.cpp1862 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 DCommandObjectMultiword.cpp251 auto arg0 = request.GetParsedLine()[0].ref(); HandleCompletion() local
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp421 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 Disl_ast_build_expr.c2517 __isl_take isl_ast_expr *arg0, __isl_take isl_multi_pw_aff *mpa) in isl_ast_build_with_arguments()
H A Disl_ast.c822 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 DPolynomialApproximation.cpp255 Value arg0 = isPositive ? arg : builder.create<math::AbsFOp>(arg); frexp() local

12