Home
last modified time | relevance | path

Searched +full:all +full:- +full:inputs (Results 1 – 25 of 827) sorted by relevance

12345678910>>...34

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp1 //===- HexagonConstPropagation.cpp ---------
1079 getCell(const RegisterSubReg & R,const CellMap & Inputs,LatticeCell & RC) getCell() argument
1106 evaluateCMPrr(uint32_t Cmp,const RegisterSubReg & R1,const RegisterSubReg & R2,const CellMap & Inputs,bool & Result) evaluateCMPrr() argument
1145 evaluateCMPri(uint32_t Cmp,const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,bool & Result) evaluateCMPri() argument
1172 evaluateCMPrp(uint32_t Cmp,const RegisterSubReg & R1,uint64_t Props2,const CellMap & Inputs,bool & Result) evaluateCMPrp() argument
1365 evaluateCOPY(const RegisterSubReg & R1,const CellMap & Inputs,LatticeCell & Result) evaluateCOPY() argument
1370 evaluateANDrr(const RegisterSubReg & R1,const RegisterSubReg & R2,const CellMap & Inputs,LatticeCell & Result) evaluateANDrr() argument
1401 evaluateANDri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateANDri() argument
1437 evaluateORrr(const RegisterSubReg & R1,const RegisterSubReg & R2,const CellMap & Inputs,LatticeCell & Result) evaluateORrr() argument
1468 evaluateORri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateORri() argument
1504 evaluateXORrr(const RegisterSubReg & R1,const RegisterSubReg & R2,const CellMap & Inputs,LatticeCell & Result) evaluateXORrr() argument
1533 evaluateXORri(const RegisterSubReg & R1,const APInt & A2,const CellMap & Inputs,LatticeCell & Result) evaluateXORri() argument
1566 evaluateZEXTr(const RegisterSubReg & R1,unsigned Width,unsigned Bits,const CellMap & Inputs,LatticeCell & Result) evaluateZEXTr() argument
1597 evaluateSEXTr(const RegisterSubReg & R1,unsigned Width,unsigned Bits,const CellMap & Inputs,LatticeCell & Result) evaluateSEXTr() argument
1662 evaluateCLBr(const RegisterSubReg & R1,bool Zeros,bool Ones,const CellMap & Inputs,LatticeCell & Result) evaluateCLBr() argument
1697 evaluateCTBr(const RegisterSubReg & R1,bool Zeros,bool Ones,const CellMap & Inputs,LatticeCell & Result) evaluateCTBr() argument
1733 evaluateEXTRACTr(const RegisterSubReg & R1,unsigned Width,unsigned Bits,unsigned Offset,bool Signed,const CellMap & Inputs,LatticeCell & Result) evaluateEXTRACTr() argument
1790 evaluateSplatr(const RegisterSubReg & R1,unsigned Bits,unsigned Count,const CellMap & Inputs,LatticeCell & Result) evaluateSplatr() argument
1925 evaluate(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluate() argument
2259 evaluate(const MachineInstr & BrI,const CellMap & Inputs,SetVector<const MachineBasicBlock * > & Targets,bool & FallsThru) evaluate() argument
2327 rewrite(MachineInstr & MI,const CellMap & Inputs) rewrite() argument
2516 evaluateHexRSEQ32(RegisterSubReg RL,RegisterSubReg RH,const CellMap & Inputs,LatticeCell & Result) evaluateHexRSEQ32() argument
2553 evaluateHexCompare(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexCompare() argument
2599 evaluateHexCompare2(unsigned Opc,const MachineOperand & Src1,const MachineOperand & Src2,const CellMap & Inputs,bool & Result) evaluateHexCompare2() argument
2628 evaluateHexLogical(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexLogical() argument
2675 evaluateHexCondMove(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexCondMove() argument
2718 evaluateHexExt(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexExt() argument
2762 evaluateHexVector1(const MachineInstr & MI,const CellMap & Inputs,CellMap & Outputs) evaluateHexVector1() argument
2791 rewriteHexConstDefs(MachineInstr & MI,const CellMap & Inputs,bool & AllDefs) rewriteHexConstDefs() argument
2960 rewriteHexConstUses(MachineInstr & MI,const CellMap & Inputs) rewriteHexConstUses() argument
3135 rewriteHexBranch(MachineInstr & BrI,const CellMap & Inputs) rewriteHexBranch() argument
[all...]
/freebsd/contrib/llvm-project/lld/MachO/
H A DConcatOutputSection.cpp1 //===- ConcatOutputSection.cpp --------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
29 assert(input->parent == this); in addInput()
30 if (inputs.empty()) { in addInput()
31 align = input->align; in addInput()
32 flags = input->getFlags(); in addInput()
34 align = std::max(align, input->align); in addInput()
37 inputs.push_back(input); in addInput()
40 // Branch-range extension can be implemented in two ways, either through ...
[all …]
H A DConcatOutputSection.h1 //===- ConcatOutputSection.h ------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
24 // contains all such sections and writes the data from each section sequentially
31 const ConcatInputSection *firstSection() const { return inputs.front(); } in firstSection()
32 const ConcatInputSection *lastSection() const { return inputs.back(); } in lastSection()
33 bool isNeeded() const override { return !inputs.empty(); } in isNeeded()
49 return sec->kind() == ConcatKind; in classof()
54 std::vector<ConcatInputSection *> inputs; variable
84 // turns-over during finalize(): as the call-site address advances,
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def1 //===- FuzzerFlags.def - Run-time flags -------
[all...]
H A DFuzzerCorpus.h1 //===- FuzzerCorpus.h - Internal header for the Fuzzer --------
573 std::vector<InputInfo *> Inputs; global() variable
[all...]
H A DFuzzerMerge.h1 //===- FuzzerMerge.h - merging corpa ----------------------------*- C++ -* ===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // Take the existing corpus (possibly empty) and merge new inputs into
12 // it so that only inputs with new coverage ('features') are added.
18 // process until all inputs are processed.
21 // The inner process reads the control file and sees a) list of all the inputs
22 // and b) the last processed input. Then it starts processing the inputs one
32 // Once all inputs are processed by the inner process(es) the outer process
35 // It uses a single pass greedy algorithm choosing first the smallest inputs
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPAMD.cpp1 //===--- HIPAMD.cpp - HIP Tool and ToolChain Implementations ----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
46 Option O = A->getOption(); in shouldSkipSanitizeOption()
56 // For simplicity, we only allow -fsanitize=address in shouldSkipSanitizeOption()
57 SanitizerMask K = parseSanitizerValue(A->getValue(), /*AllowGroups=*/false); in shouldSkipSanitizeOption()
67 if (Loc == FeatureMap.end() || !Loc->second) { in shouldSkipSanitizeOption()
70 << A->getAsString(DriverArgs) << TargetID << "xnack+"; in shouldSkipSanitizeOption()
78 const InputInfoList &Inputs, in constructLlvmLinkCommand() argument
81 // Construct llvm-link command. in constructLlvmLinkCommand()
[all …]
H A DAIX.cpp1 //===--- AIX.cpp - AIX ToolChain Implementations ----------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
32 const InputInfoList &Inputs, in ConstructJob() argument
46 << A->getSpelling() << D.getTargetTriple(); in ConstructJob()
51 CmdArgs.push_back("-a32"); in ConstructJob()
53 // Must be 64-bit, otherwise asserted already. in ConstructJob()
54 CmdArgs.push_back("-a64"); in ConstructJob()
59 // user-provided assembler source case and the compiler-produced assembler in ConstructJob()
60 // source case. Yet XL with user-provided assembler source would not add this. in ConstructJob()
[all …]
H A DHIPSPV.cpp1 //===--- HIPSPV.cpp - HIPSPV ToolChain Implementation -----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
64 Compilation &C, const JobAction &JA, const InputInfoList &Inputs, in constructLinkAndEmitSpirvCommand() argument
67 assert(!Inputs.empty() && "Must have at least one input."); in constructLinkAndEmitSpirvCommand()
69 const char *TempFile = getTempFile(C, Name + "-link", "bc"); in constructLinkAndEmitSpirvCommand()
73 for (auto Input : Inputs) in constructLinkAndEmitSpirvCommand()
75 LinkArgs.append({"-o", TempFile}); in constructLinkAndEmitSpirvCommand()
77 Args.MakeArgString(getToolChain().GetProgramPath("llvm-link")); in constructLinkAndEmitSpirvCommand()
79 LlvmLink, LinkArgs, Inputs, Output)); in constructLinkAndEmitSpirvCommand()
[all …]
/freebsd/share/man/man4/
H A Dpcf8591.42 .\" SPDX-License-Identifier: BSD-2-Clause
32 .Nd driver for the PCF8591 8-bit A/D and D/A converter
37 .Bd -ragged -offset indent
45 .Bd -literal -offset indent
51 driver supports reading four inputs and setting one output over I2C.
53 .Bl -bullet
55 four single-ended inputs
57 three differential inputs (one input line is shared between all three inputs)
59 two single-ended inputs and one differential input
61 two differential inputs.
[all …]
H A Dsnd_emu10kx.42 .\" Copyright (c) 2003-2007 Yuriy Tsibizov
3 .\" All rights reserved.
35 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
60 for details), and MPU401-compatible MIDI I/O controller, which is accessible
68 .Bl -bullet -compact
94 .Bl -bullet -compact
96 Creative Sound Blaster Live!\& 24-Bit, identified by
104 .Qq Li "CA0106-DAT Audigy LS" .
106 All other Creative sound cards with -DAT chipsets.
[all …]
/freebsd/contrib/dialog/
H A Drun_test.sh15 # all copies or substantial portions of the Software. #
38 INPUTS=inputs.rc
43 [ -f "$DIALOG" ] || failed "no such file: $DIALOG"
44 [ -d "$CONFIG" ] || failed "no such directory: $CONFIG"
49 DIALOGRC="$rcfile" $DIALOG --create-rc $OUTPUT
50 sed -e '/^#/d' "$OUTPUT" >"$INPUTS"
51 mv -f $INPUTS $OUTPUT
52 sed -e '/^#/d' "$rcfile" >"$INPUTS"
53 diff -u $INPUTS $OUTPUT | \
54 sed -e "s,$INPUTS,$rcfile," \
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,madera.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - patches@opensource.cirrus.com
21 include/dt-bindings/sound/madera.h
23 The properties are all contained in the parent MFD node.
26 - $ref: dai-common.yaml#
29 '#sound-dai-cells':
38 INnAR INnBL INnBR. For non-muxed inputs the first two cells
40 and the second two cells must be 0. For muxed inputs the
[all …]
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dxlnx,gpio-xilinx.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/gpio/xlnx,gpio-xilinx.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Dgpio-xilinx.txt9 - compatible : Should be "xlnx,xps-gpio-1.00.a"
10 - reg : Address and length of the register set for the device
11 - #gpio-cells : Should be two. The first cell is the pin number and the
13 - gpio-controller : Marks the device node as a GPIO controller.
16 - clocks : Input clock specifier. Refer to common clock bindings.
17 - interrupts : Interrupt mapping for GPIO IRQ.
18 - xlnx,all-inputs : if n-th bit is setup, GPIO-n is input
19 - xlnx,dout-default : if n-th bit is 1, GPIO-n default value is 1
20 - xlnx,gpio-width : gpio width
21 - xlnx,tri-default : if n-th bit is 1, GPIO-n is in tristate mode
[all …]
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.c1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
24 * Copyright (c) 2021-2022 Tino Reichardt <milky-zfs@mcmilk.de>
49 extern void ASMABI zfs_blake3_hash_many_sse2(const uint8_t * const *inputs,
72 static void blake3_hash_many_sse2(const uint8_t * const *inputs, in blake3_hash_many_sse2() argument
77 zfs_blake3_hash_many_sse2(inputs, num_inputs, blocks, key, counter, in blake3_hash_many_sse2()
113 extern void ASMABI zfs_blake3_hash_many_sse41(const uint8_t * const *inputs,
136 static void blake3_hash_many_sse41(const uint8_t * const *inputs, in blake3_hash_many_sse41() argument
141 zfs_blake3_hash_many_sse41(inputs, num_inputs, blocks, key, counter, in blake3_hash_many_sse41()
168 extern void ASMABI zfs_blake3_hash_many_avx2(const uint8_t * const *inputs,
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h1 //===- Action.h - Abstract compilation steps --------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
35 /// Action - Represent an abstract compilation step to perform.
93 // The device offloading tool chains - one bit for each programming model.
107 ActionList Inputs; variable
120 /// The host offloading kind - a combination of kinds encoded in a mask.
138 : Action(Kind, ActionList({Input}), Input->getType()) {} in Action()
139 Action(ActionClass Kind, const ActionList &Inputs, types::ID Type) in Action() argument
140 : Kind(Kind), Type(Type), Inputs(Inputs) {} in Action()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp1 //===- Action.cpp - Abstract compilation steps ----------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
23 case BindArchClass: return "bind-arch"; in getClassName()
29 return "api-extractor"; in getClassName()
35 case IfsMergeJobClass: return "interface-stub-merger"; in getClassName()
39 case VerifyDebugInfoJobClass: return "verify-debug-info"; in getClassName()
40 case VerifyPCHJobClass: return "verify-pch"; in getClassName()
42 return "clang-offload-bundler"; in getClassName()
44 return "clang-offload-unbundler"; in getClassName()
[all …]
H A DDriver.cpp1 //===--- Driver.cpp - Clang GCC Compatible Driver ------
774 CreateOffloadingDeviceToolChains(Compilation & C,InputList & Inputs) CreateOffloadingDeviceToolChains() argument
1528 InputList Inputs; BuildCompilation() local
1743 InputList Inputs; generateCompilationDiagnostics() local
2505 ActionList Inputs; BuildUniversalActions() local
2528 ActionList Inputs; BuildUniversalActions() local
2886 const Driver::InputList &Inputs; global() member in __anon17dcc6010811::OffloadingActionBuilder::DeviceActionBuilder
2893 DeviceActionBuilder(Compilation & C,DerivedArgList & Args,const Driver::InputList & Inputs,Action::OffloadKind AssociatedOffloadKind) DeviceActionBuilder() argument
2995 CudaActionBuilderBase(Compilation & C,DerivedArgList & Args,const Driver::InputList & Inputs,Action::OffloadKind OFKind) CudaActionBuilderBase() argument
3274 CudaActionBuilder(Compilation & C,DerivedArgList & Args,const Driver::InputList & Inputs) CudaActionBuilder() argument
3412 HIPActionBuilder(Compilation & C,DerivedArgList & Args,const Driver::InputList & Inputs) HIPActionBuilder() argument
3683 OffloadingActionBuilder(Compilation & C,DerivedArgList & Args,const Driver::InputList & Inputs) OffloadingActionBuilder() argument
3976 handleArguments(Compilation & C,DerivedArgList & Args,const InputList & Inputs,ActionList & Actions) const handleArguments() argument
4113 BuildActions(Compilation & C,DerivedArgList & Args,const InputList & Inputs,ActionList & Actions) const BuildActions() argument
5128 getPrevDependentAction(const ActionList & Inputs,ActionList & SavedOffloadAction,bool CanBeCollapsed=true) getPrevDependentAction() argument
5218 combineAssembleBackendCompile(ArrayRef<JobActionInfo> ActionInfo,ActionList & Inputs,ActionList & CollapsedOffloadAction) combineAssembleBackendCompile() argument
5256 combineAssembleBackend(ArrayRef<JobActionInfo> ActionInfo,ActionList & Inputs,ActionList & CollapsedOffloadAction) combineAssembleBackend() argument
5279 combineBackendCompile(ArrayRef<JobActionInfo> ActionInfo,ActionList & Inputs,ActionList & CollapsedOffloadAction) combineBackendCompile() argument
5327 combineWithPreprocessor(const Tool * T,ActionList & Inputs,ActionList & CollapsedOffloadAction) combineWithPreprocessor() argument
5366 getTool(ActionList & Inputs,ActionList & CollapsedOffloadAction) getTool() argument
5557 InputInfoList Inputs = CachedResults[ActionTC]; BuildJobsForActionNoCache() local
5592 ActionList Inputs = A->getInputs(); BuildJobsForActionNoCache() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h1 //===- Transform/Utils/CodeExtractor.h - Code extraction util ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // stand-alone function.
12 //===----------------------------------------------------------------------===//
53 /// Blocks which contain instructions which may have unknown side-effects
80 /// 1) Find both the inputs and outputs for the extracted region.
81 /// 2) Pass the inputs as arguments, remapping them within the extracted
83 /// 3) Add allocas for any scalar outputs, adding all of the outputs' allocas
114 // label, if non-empty, otherwise "extracted".
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1 //===- CodeExtractor.cpp - Pull code region into a new function -----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
74 #define DEBUG_TYPE "code-extractor"
76 // Provide a command-line option to aggregate function arguments into a struct
78 // extracted functions to pthread-based code, as only one argument (void*) can
81 AggregateArgsOpt("aggregate-extracted-args", cl::Hidden,
82 cl::desc("Aggregate arguments to code-extracted functions"));
93 // lead to unexpected behavior, like cross-function jumps in isBlockValidForExtraction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_neon.c8 #error "This implementation only supports little-endian ARM."
9 // It might be that all we need for big-endian support here is to get the loads
41 return vorrq_u32(vshrq_n_u32(x, 16), vshlq_n_u32(x, 32 - 16)); in rot16_128()
45 return vorrq_u32(vshrq_n_u32(x, 12), vshlq_n_u32(x, 32 - 12)); in rot12_128()
49 return vorrq_u32(vshrq_n_u32(x, 8), vshlq_n_u32(x, 32 - 8)); in rot8_128()
53 return vorrq_u32(vshrq_n_u32(x, 7), vshlq_n_u32(x, 32 - 7)); in rot7_128()
61 * ----------------------------------------------------------------------------
63 * ----------------------------------------------------------------------------
183 // Individually transpose the four 2x2 sub-matrices in each corner. in transpose_vecs_128()
187 // Swap the top-right and bottom-left 2x2s (which just got transposed). in transpose_vecs_128()
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-qemu-packages.yml6 # Build RPMs - Build release RPMs and tarballs and put them into an artifact
10 # Test repo - Test install the ZFS RPMs from the ZFS repo. On EL distos, this
13 # regular repo. All test install results will be displayed in the
17 # zfs-release RPM (http://download.zfsonlinux.org).
22 name: zfs-qemu-packages
26 inputs:
33 - "Build RPMs"
34 - "Test repo"
41 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
42 cancel-in-progress: true
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DGlobalsModRef.cpp1 //===- GlobalsModRef.cpp - Simple Mod/Ref Analysis for Globals ------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
34 #define DEBUG_TYPE "globalsmodref-aa"
44 // When enabled, GlobalsModRef will provide no-alias results which in extremely
51 // re-enable them for users of LLVM that have a particular performance
55 "enable-unsafe-globalsmodref-alias-results", cl::init(false), cl::Hidden);
66 /// Build a wrapper struct that has 8-byte alignment. All heap allocations
107 // pointer-int pair.
[all …]
/freebsd/contrib/libedit/TEST/
H A Dtest_filecompletion.c3 /*-
5 * All rights reserved.
52 static test_input inputs[] = { variable
493 * based on the test cases present in inputs[] (above)
505 for (i = 0; i < sizeof(inputs)/sizeof(inputs[0]); i++) { in mycomplet_func()
506 if (strcmp(text, inputs[i].completion_function_input) == 0) { in mycomplet_func()
507 if (inputs[i].expanded_text[last_index] != NULL) in mycomplet_func()
508 return strdup(inputs[i].expanded_text[last_index++]); in mycomplet_func()
530 for (i = 0; i < sizeof(inputs)/sizeof(inputs[0]); i++) { in main()
532 input_len = wcslen(inputs[i].user_typed_text); in main()
[all …]

12345678910>>...34