/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
H A D | statistics_gtest.cc | 10 std::vector<double> Inputs; in TEST() local 12 Inputs = {42, 42, 42, 42}; in TEST() 13 double Res = benchmark::StatisticsMean(Inputs); in TEST() 17 Inputs = {1, 2, 3, 4}; in TEST() 18 double Res = benchmark::StatisticsMean(Inputs); in TEST() 22 Inputs = {1, 2, 5, 10, 10, 14}; in TEST() 23 double Res = benchmark::StatisticsMean(Inputs); in TEST() 29 std::vector<double> Inputs; in TEST() local 31 Inputs = {42, 42, 42, 42}; in TEST() 32 double Res = benchmark::StatisticsMedian(Inputs); in TEST() [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerCorpus.h | 52 for (auto II : Inputs) in ~InputCorpus() 55 size_t size() const { return Inputs.size(); } in size() 58 for (auto II : Inputs) in SizeInBytes() 64 for (auto II : Inputs) in NumActiveUnits() 70 for (auto II : Inputs) in MaxInputSize() 76 return std::count_if(Inputs.begin(), Inputs.end(), [](const InputInfo *II) { in NumInputsThatTouchFocusFunction() 82 return std::count_if(Inputs.begin(), Inputs.end(), [](const InputInfo *II) { in NumInputsWithDataFlowTrace() 87 bool empty() const { return Inputs.empty(); } in empty() 88 const Unit &operator[] (size_t Idx) const { return Inputs[Idx]->U; } 94 Printf("ADD_TO_CORPUS %zd NF %zd\n", Inputs.size(), NumFeatures); in AddToCorpus() [all …]
|
H A D | FuzzerDriver.cpp | 78 static Vector<std::string> *Inputs; variable 189 Inputs = new Vector<std::string>; in ParseFlags() 196 Inputs->push_back(Args[A]); in ParseFlags() 286 if (Inputs->empty()) return false; in AllInputsAreFiles() 287 for (auto &Path : *Inputs) in AllInputsAreFiles() 306 if (Inputs->size() != 1 || !Flags.exact_artifact_path) { in CleanseCrashInput() 311 std::string InputFilePath = Inputs->at(0); in CleanseCrashInput() 365 if (Inputs->size() != 1) { in MinimizeCrashInput() 369 std::string InputFilePath = Inputs->at(0); in MinimizeCrashInput() 451 assert(Inputs->size() == 1); in MinimizeCrashInputInternalStep() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstPropagation.cpp | 313 virtual bool evaluate(const MachineInstr &MI, const CellMap &Inputs, 317 virtual bool evaluate(const MachineInstr &BrI, const CellMap &Inputs, 320 virtual bool rewrite(MachineInstr &MI, const CellMap &Inputs) = 0; 358 bool getCell(const RegisterSubReg &R, const CellMap &Inputs, LatticeCell &RC); 365 const CellMap &Inputs, bool &Result); 367 const CellMap &Inputs, bool &Result); 369 const CellMap &Inputs, bool &Result); 377 bool evaluateCOPY(const RegisterSubReg &R1, const CellMap &Inputs, 382 const CellMap &Inputs, LatticeCell &Result); 384 const CellMap &Inputs, LatticeCell &Result); [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/ |
H A D | .gitattributes | 2 test/Object/Inputs/*.a-* binary 3 test/tools/dsymutil/Inputs/*.o binary 4 test/tools/dsymutil/Inputs/*.a binary 5 test/tools/dsymutil/Inputs/*.i386 binary 6 test/tools/dsymutil/Inputs/*.x86_64 binary 7 test/tools/dsymutil/Inputs/*.armv7m binary 8 test/tools/dsymutil/Inputs/*.dylib binary 9 test/tools/llvm-ar/Inputs/*.lib binary 10 test/tools/llvm-objdump/Inputs/*.a binary 11 test/tools/llvm-rc/Inputs/* binary [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/ |
H A D | instrprof-dlopen.test | 2 RUN: %clang_profgen -o %t.d/func.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func.c 3 RUN: %clang_profgen -o %t.d/func2.shared -fPIC -shared %S/Inputs/instrprof-dlopen-func2.c 4 …IC -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S/Inputs/instrprof-dlopen-m… 5 …C -DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" %S/Inputs/instrprof-dlopen-m… 7 RUN: %clang -c -o %t.d/main.o %S/Inputs/instrprof-dlopen-main.c 8 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dlopen-func.c %S/Inputs/instrprof-dlopen-func2… 18 RUN: %clang_profuse=%t-static.profdata -o %t-func.static.ll -S -emit-llvm %S/Inputs/instrprof-dlope… 19 RUN: %clang_profuse=%t-local.profdata -o %t-func.local.ll -S -emit-llvm %S/Inputs/instrprof-dlopen-… 20 RUN: %clang_profuse=%t-global.profdata -o %t-func.global.ll -S -emit-llvm %S/Inputs/instrprof-dlope… 24 RUN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/Inputs/instrprof-dlop… [all …]
|
H A D | instrprof-dynamic-one-shared.test | 2 RUN: %clang_profgen -o %t.d/a.shared -fPIC -shared %S/Inputs/instrprof-dynamic-a.cpp 3 …profgen -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %S/Inputs/instrprof-dynamic-b.cpp %S/Inputs/i… 5 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dynamic-a.cpp %S/Inputs/instrprof-dynamic-b.cp… 13 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 14 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 17 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 18 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 21 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/Inputs/instrprof-dynam… 22 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynam…
|
H A D | instrprof-dynamic-two-shared.test | 2 RUN: %clang_profgen -o %t.d/a.shared -fPIC -shared %S/Inputs/instrprof-dynamic-a.cpp 3 RUN: %clang_profgen -o %t.d/b.shared -fPIC -shared %S/Inputs/instrprof-dynamic-b.cpp 4 RUN: %clang_profgen -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %t.d/b.shared %S/Inputs/instrprof-… 6 RUN: %clang_profgen -o %t-static %S/Inputs/instrprof-dynamic-a.cpp %S/Inputs/instrprof-dynamic-b.cp… 14 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 15 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 18 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 19 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-… 22 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/Inputs/instrprof-dynam… 23 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynam…
|
H A D | instrprof-shared.test | 17 RUN: %clang_profgen -o %t.d/libt-instr.so -fPIC -shared %S/Inputs/instrprof-shared-lib.c 18 RUN: %clang -o %t.d/libt-no-instr1.so -fPIC -shared %S/Inputs/instrprof-shared-lib.c 19 RUN: %clang -c -o %t.d/instrprof-shared-lib-no-instr2.o -fPIC %S/Inputs/instrprof-shared-lib.c 22 RUN: %clang_profgen -o %t-instr-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main… 23 RUN: %clang_profgen -o %t-instr-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %S/Inputs/instrprof-sha… 24 RUN: %clang_profgen -o %t-instr-no-instr2 -L%t.d -rpath %t.d -lt-no-instr2 %S/Inputs/instrprof-sha… 25 RUN: %clang -o %t-no-instr1-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main.c 26 RUN: %clang -o %t-no-instr1-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %S/Inputs/instrprof-shared-… 27 RUN: %clang -o %t-no-instr1-no-instr2 -L%t.d -rpath %t.d -lt-no-instr2 %S/Inputs/instrprof-shared-… 28 RUN: %clang -c -o %t.d/instrprof-shared-main-no-instr2.o %S/Inputs/instrprof-shared-main.c [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/ |
H A D | instrprof-dlopen.test | 2 …data-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections %S/../Inputs/instrprof-dlopen-f… 3 …data-sections -ffunction-sections -fuse-ld=gold -Wl,--gc-sections %S/../Inputs/instrprof-dlopen-f… 4 …-DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_LOCAL" %S/../Inputs/instrprof-dlopen-m… 5 …DDLOPEN_FUNC_DIR=\"%t.d\" -DDLOPEN_FLAGS="RTLD_LAZY | RTLD_GLOBAL" %S/../Inputs/instrprof-dlopen-m… 7 RUN: %clang -c -o %t.d/main.o %S/../Inputs/instrprof-dlopen-main.c 8 …ns -fuse-ld=gold -Wl,--gc-sections -o %t-static %S/../Inputs/instrprof-dlopen-func.c %S/../Inputs… 18 RUN: %clang_profuse=%t-static.profdata -o %t-func.static.ll -S -emit-llvm %S/../Inputs/instrprof-dl… 19 RUN: %clang_profuse=%t-local.profdata -o %t-func.local.ll -S -emit-llvm %S/../Inputs/instrprof-dlop… 20 RUN: %clang_profuse=%t-global.profdata -o %t-func.global.ll -S -emit-llvm %S/../Inputs/instrprof-dl… 24 RUN: %clang_profuse=%t-static.profdata -o %t-func2.static.ll -S -emit-llvm %S/../Inputs/instrprof-d… [all …]
|
H A D | instrprof-dynamic-one-shared.test | 2 …ons -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.shared -fPIC -shared %S/../Inputs/instrprof-dynamic-… 3 …ons -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %S/../Inputs/instrprof-dynamic-b.cpp %S/../Inputs… 5 …Wl,--gc-sections -o %t-static %S/../Inputs/instrprof-dynamic-a.cpp %S/../Inputs/instrprof-dynamic-… 13 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 14 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 17 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 18 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 21 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/../Inputs/instrprof-dy… 22 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dy…
|
H A D | instrprof-dynamic-two-shared.test | 2 …ons -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.shared -fPIC -shared %S/../Inputs/instrprof-dynamic-… 3 …ons -fuse-ld=gold -Wl,--gc-sections -o %t.d/b.shared -fPIC -shared %S/../Inputs/instrprof-dynamic-… 4 …ections -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %t.d/b.shared %S/../Inputs/instrprof-dynamic-… 6 …: %clang_profgen -o %t-static %S/../Inputs/instrprof-dynamic-a.cpp %S/../Inputs/instrprof-dynamic-… 14 RUN: %clang_profuse=%t-static.profdata -o %t-a.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 15 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 18 RUN: %clang_profuse=%t-static.profdata -o %t-b.static.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 19 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam… 22 RUN: %clang_profuse=%t-static.profdata -o %t-main.static.ll -S -emit-llvm %S/../Inputs/instrprof-dy… 23 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dy…
|
H A D | coverage_shared.test | 2 …ffunction-sections -fcoverage-mapping -c -o %t.d/a.shared.o -fPIC %S/../Inputs/instrprof-dynamic-… 3 …Wl,--gc-sections -fcoverage-mapping -o %t.d/a.shared -fPIC -shared %S/../Inputs/instrprof-dynamic-… 4 …ons -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %S/../Inputs/instrprof-dynamic-b.cpp %S/../Inputs… 6 …d -Wl,--gc-sections -o %t-static %t.d/a.shared.o %S/../Inputs/instrprof-dynamic-b.cpp %S/../Inputs… 14 …le %t-shared.profdata %t.d/a.shared | FileCheck --check-prefix=COV %S/../Inputs/instrprof-dynamic-… 15 …rofile %t-static.profdata %t-static | FileCheck --check-prefix=COV %S/../Inputs/instrprof-dynamic-…
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Action.cpp | 67 for (auto *A : Inputs) in propagateDeviceOffloadInfo() 81 for (auto *A : Inputs) in propagateHostOffloadInfo() 314 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction() argument 315 : Action(Kind, Inputs, Type) {} in JobAction() 367 IfsMergeJobAction::IfsMergeJobAction(ActionList &Inputs, types::ID Type) in IfsMergeJobAction() argument 368 : JobAction(IfsMergeJobClass, Inputs, Type) {} in IfsMergeJobAction() 372 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction() argument 373 : JobAction(LinkJobClass, Inputs, Type) {} in LinkJobAction() 377 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction() argument 378 : JobAction(LipoJobClass, Inputs, Type) {} in LipoJobAction() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
H A D | Action.h | 105 ActionList Inputs; variable 134 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action() argument 135 : Kind(Kind), Type(Type), Inputs(Inputs) {} in Action() 145 ActionList &getInputs() { return Inputs; } in getInputs() 146 const ActionList &getInputs() const { return Inputs; } in getInputs() 148 size_type size() const { return Inputs.size(); } in size() 150 input_iterator input_begin() { return Inputs.begin(); } in input_begin() 151 input_iterator input_end() { return Inputs.end(); } in input_end() 153 input_const_iterator input_begin() const { return Inputs.begin(); } in input_begin() 154 input_const_iterator input_end() const { return Inputs.end(); } in input_end() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/ |
H A D | selectable.js | 12 var Inputs = document.getElementsByTagName("input"); 13 for ( var i = 0 ; i < Inputs.length; ++i ) { 14 if (Inputs[i].type == "checkbox") { 15 if(Inputs[i] != SummaryCheckButton) { 16 Inputs[i].checked = SummaryCheckButton.checked; 17 Inputs[i].onclick();
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | AMDGPUOpenMP.cpp | 87 Compilation &C, const JobAction &JA, const InputInfoList &Inputs, in constructLLVMLinkCommand() argument 92 for (const auto &II : Inputs) in constructLLVMLinkCommand() 103 JA, *this, ResponseFileSupport::AtFileCurCP(), Exec, CmdArgs, Inputs, in constructLLVMLinkCommand() 109 Compilation &C, const JobAction &JA, const InputInfoList &Inputs, in constructLlcCommand() argument 135 JA, *this, ResponseFileSupport::AtFileCurCP(), Llc, LlcArgs, Inputs, in constructLlcCommand() 141 Compilation &C, const JobAction &JA, const InputInfoList &Inputs, in constructLldCommand() argument 152 JA, *this, ResponseFileSupport::AtFileCurCP(), Lld, LldArgs, Inputs, in constructLldCommand() 160 const InputInfoList &Inputs, in ConstructJob() argument 177 for (const auto &II : Inputs) in ConstructJob() 184 constructLLVMLinkCommand(C, JA, Inputs, Args, GPUArch, Prefix); in ConstructJob() [all …]
|
H A D | HIP.cpp | 41 const InputInfoList &Inputs, in constructLldCommand() argument 51 assert(!Inputs.empty() && "Must have at least one input."); in constructLldCommand() 53 addLTOOptions(TC, Args, LldArgs, Output, Inputs[0], IsThinLTO); in constructLldCommand() 86 for (auto Input : Inputs) in constructLldCommand() 97 Lld, LldArgs, Inputs, Output)); in constructLldCommand() 103 StringRef OutputFileName, const InputInfoList &Inputs, in constructHIPFatbinCommand() argument 123 for (const auto &II : Inputs) { in constructHIPFatbinCommand() 141 JA, T, ResponseFileSupport::None(), Bundler, BundlerArgs, Inputs, in constructHIPFatbinCommand() 151 const InputInfoList &Inputs, const ArgList &Args, in constructGenerateObjFileFromHIPFatBinary() argument 171 constructHIPFatbinCommand(C, JA, BundleFile, Inputs, Args, *this); in constructGenerateObjFileFromHIPFatBinary() [all …]
|
H A D | Ananas.cpp | 27 const InputInfoList &Inputs, in ConstructJob() argument 38 for (const auto &II : Inputs) in ConstructJob() 44 Exec, CmdArgs, Inputs, Output)); in ConstructJob() 49 const InputInfoList &Inputs, in ConstructJob() argument 107 assert(!Inputs.empty() && "Must have at least one input."); in ConstructJob() 108 addLTOOptions(ToolChain, Args, CmdArgs, Output, Inputs[0], in ConstructJob() 112 AddLinkerInputs(ToolChain, Inputs, Args, CmdArgs, JA); in ConstructJob() 130 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
H A D | Myriad.cpp | 26 const InputInfoList &Inputs, in ConstructJob() argument 30 assert(Inputs.size() == 1); in ConstructJob() 31 const InputInfo &II = Inputs[0]; in ConstructJob() 82 Inputs, Output)); in ConstructJob() 87 const InputInfoList &Inputs, in ConstructJob() argument 92 assert(Inputs.size() == 1); in ConstructJob() 93 const InputInfo &II = Inputs[0]; in ConstructJob() 118 Inputs, Output)); in ConstructJob() 123 const InputInfoList &Inputs, in ConstructJob() argument 171 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA); in ConstructJob() [all …]
|
H A D | Clang.h | 33 const InputInfoList &Inputs); 35 const InputInfoList &Inputs); 42 const InputInfoList &Inputs) const; 111 const InputInfo &Output, const InputInfoList &Inputs, 132 const InputInfo &Output, const InputInfoList &Inputs, 145 const InputInfo &Output, const InputInfoList &Inputs, 150 const InputInfoList &Inputs, 163 const InputInfo &Output, const InputInfoList &Inputs,
|
H A D | Minix.cpp | 24 const InputInfoList &Inputs, in ConstructJob() argument 35 for (const auto &II : Inputs) in ConstructJob() 41 Exec, CmdArgs, Inputs, Output)); in ConstructJob() 46 const InputInfoList &Inputs, in ConstructJob() argument 70 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA); in ConstructJob() 95 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
H A D | XCore.cpp | 27 const InputInfoList &Inputs, in ConstructJob() argument 51 for (const auto &II : Inputs) in ConstructJob() 56 Exec, CmdArgs, Inputs, Output)); in ConstructJob() 61 const InputInfoList &Inputs, in ConstructJob() argument 81 AddLinkerInputs(getToolChain(), Inputs, Args, CmdArgs, JA); in ConstructJob() 85 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
H A D | AIX.cpp | 28 const InputInfoList &Inputs, in ConstructJob() argument 65 if (Inputs.size() != 1) in ConstructJob() 67 const InputInfo &II = Inputs[0]; in ConstructJob() 74 Exec, CmdArgs, Inputs, Output)); in ConstructJob() 79 const InputInfoList &Inputs, const ArgList &Args, in ConstructJob() argument 148 AddLinkerInputs(ToolChain, Inputs, Args, CmdArgs, JA); in ConstructJob() 173 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Statepoint.h | 151 return Opt->Inputs.begin(); in gc_transition_args_begin() 156 return Opt->Inputs.end(); in gc_transition_args_end() 167 return Opt->Inputs.begin(); in deopt_begin() 172 return Opt->Inputs.end(); in deopt_end() 185 return Opt->Inputs.begin(); in gc_args_begin() 192 return Opt->Inputs.end(); in gc_args_end()
|