Home
last modified time | relevance | path

Searched refs:args1 (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/libc/AOR_v20.02/math/test/rtest/
H A Ddotest.c467 {"sin", (funcptr)mpfr_sin, args1, {NULL},
471 {"cos", (funcptr)mpfr_cos, args1, {NULL},
475 {"tan", (funcptr)mpfr_tan, args1, {NULL},
487 {"asin", (funcptr)mpfr_asin, args1, {NULL},
491 {"acos", (funcptr)mpfr_acos, args1, {NULL},
500 {"atan", (funcptr)mpfr_atan, args1, {NULL},
516 {"exp", (funcptr)mpfr_exp, args1, {NULL},
520 {"sinh", (funcptr)mpfr_sinh, args1, {NULL},
1525 case args1: in vet_for_decline()
1650 case args1: in docase()
[all …]
H A Dintern.h46 args1, /* afloat-based, one argument */ enumerator
H A Dmain.c54 case args1: in isdouble()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp1150 auto &args1{proc1.dummyArguments}; in DistinguishableOpOrAssign() local
1152 if (args1.size() != args2.size()) { in DistinguishableOpOrAssign()
1156 if (Distinguishable(args1[i], args2[i])) { in DistinguishableOpOrAssign()
1165 auto &args1{proc1.dummyArguments}; in Distinguishable() local
1167 auto count1{CountDummyProcedures(args1)}; in Distinguishable()
1175 if (Rule1DistinguishingArg(args1, args2)) { in Distinguishable()
1209 auto size1{args1.size()}; in Rule1DistinguishingArg()
1214 if (CountCompatibleWith(x, args1) > in Rule1DistinguishingArg()
1233 const DummyArgument &arg1{args1.at(i)}; in FindFirstToDistinguishByPosition()
1255 for (int i = args1.size() - 1; i >= 0; --i) { in FindLastToDistinguishByName()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsve-varargs-callee-broken.ll13 %args1 = bitcast i8** %args to i8*
14 call void @llvm.va_start(i8* %args1)
H A Darm64-abi-varargs.ll164 %args1 = bitcast i8** %args to i8*
165 call void @llvm.va_start(i8* %args1)
226 %args1 = bitcast i8** %args to i8*
227 call void @llvm.va_start(i8* %args1)
/llvm-project-15.0.7/llvm/test/Transforms/DeadArgElim/
H A D2008-01-16-VarargsParamAttrs.ll11 %args1 = bitcast i8** %args to i8* ; <i8*> [#uses=1]
12 call void @llvm.va_start( i8* %args1 )
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp647 const char *args1[] = {"prog", "sc1", "-remove-option"}; in TEST() local
661 cl::ParseCommandLineOptions(3, args1, StringRef(), &llvm::nulls())); in TEST()
680 cl::ParseCommandLineOptions(3, args1, StringRef(), &llvm::nulls())); in TEST()
695 const char *args1[] = {"prog", "sc2"}; in TEST() local
751 EXPECT_TRUE(cl::ParseCommandLineOptions(sizeof(args1) / sizeof(char *), args1, in TEST()
1534 const char *args1[] = {"prog", "-fv", "val1"}; in TEST() local
1596 const char *args1[] = {"prog", "-pval1"}; in TEST() local
1725 const char *args1[] = {"prog", "-a", "-ab", "val1"}; in TEST() local
1765 EXPECT_FALSE(cl::ParseCommandLineOptions(4, args1, StringRef(), in TEST()
1880 const char *args1[] = {"prog", "-a"}; in TEST() local
[all …]
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dop-format-spec.td388 | `otherkeyword` `(` $args1 `:` type($args1) `)`
391 }], [AttrSizedOperandSegments]>, Arguments<(ins Variadic<AnyType>:$args0, Variadic<AnyType>:$args1,…
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp2203 const auto &args1{details1.dummyArgs()}; in Check() local
2205 int nargs1{static_cast<int>(args1.size())}; in Check()
2268 const Symbol *arg1{args1[i]}; in Check()
/llvm-project-15.0.7/mlir/test/lib/Dialect/Test/
H A DTestOps.td2405 let arguments = (ins Variadic<AnyType>:$args0, Variadic<AnyType>:$args1);
2406 let assemblyFormat = "`(` $args0 `)` `(` $args1 `)` attr-dict `:` type(operands)";