Home
last modified time | relevance | path

Searched refs:Input (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DAction.cpp174 : Action(BindArchClass, Input), ArchName(ArchName) {} in BindArchAction()
312 : Action(Kind, Input, Type) {} in JobAction()
329 : JobAction(Kind, Input, OutputType) { in PrecompileJobAction()
343 : JobAction(AnalyzeJobClass, Input, OutputType) {} in AnalyzeJobAction()
348 : JobAction(MigrateJobClass, Input, OutputType) {} in MigrateJobAction()
353 : JobAction(CompileJobClass, Input, OutputType) {} in CompileJobAction()
358 : JobAction(BackendJobClass, Input, OutputType) {} in BackendJobAction()
363 : JobAction(AssembleJobClass, Input, OutputType) {} in AssembleJobAction()
389 : JobAction(Kind, Input, Type) { in VerifyJobAction()
403 : VerifyJobAction(VerifyPCHJobClass, Input, Type) {} in VerifyPCHJobAction()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp43 StringRef Input; member
146 S.Input = S.Input.drop_front(N); in advance()
157 State.Input = consumeWhitespace(State.Input); in parseChar()
158 if (State.Input.empty() || State.Input.front() != c) in parseChar()
166 State.Input = consumeWhitespace(State.Input); in parseId()
167 auto Id = State.Input.take_while( in parseId()
177 State.Input = consumeWhitespace(State.Input); in parseStringId()
178 if (State.Input.empty()) in parseStringId()
269 ParseState State = {Input, Input}; in parseRangeSelector()
275 State.Input = consumeWhitespace(State.Input); in parseRangeSelector()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp59 Input::Input(StringRef InputContent, void *Ctxt, in Input() function in Input
67 Input::Input(MemoryBufferRef Input, void *Ctxt, in Input() argument
75 Input::~Input() = default;
80 void Input::HNode::anchor() {} in anchor()
86 bool Input::outputting() const { in outputting()
110 bool Input::nextDocument() { in nextDocument()
133 void Input::beginMapping() { in beginMapping()
195 void Input::endMapping() { in endMapping()
233 void Input::endSequence() { in endSequence()
294 void Input::endEnumScalar() { in endEnumScalar()
[all …]
H A DYAMLParser.cpp63 if (Input.empty()) in getUnicodeEncoding()
69 if ( Input[1] == 0 in getUnicodeEncoding()
73 if (Input[1] == 0 && Input[2] == 0 && Input[3] != 0) in getUnicodeEncoding()
77 if (Input.size() >= 2 && Input[1] != 0) in getUnicodeEncoding()
81 if ( Input.size() >= 4 in getUnicodeEncoding()
83 && Input[2] == 0 in getUnicodeEncoding()
84 && Input[3] == 0) in getUnicodeEncoding()
87 if (Input.size() >= 2 && uint8_t(Input[1]) == 0xFE) in getUnicodeEncoding()
91 if (Input.size() >= 2 && uint8_t(Input[1]) == 0xFF) in getUnicodeEncoding()
103 if (Input.size() >= 4 && Input[1] == 0 && Input[2] == 0 && Input[3] == 0) in getUnicodeEncoding()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h57 return StringRef(reinterpret_cast<const char *>(Input.begin()), Input.size()); in toStringRef()
62 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
165 size_t Length = Input.size();
170 const unsigned char c = Input[i];
210 if (Input.empty()) in tryGetFromHex()
214 if (Input.size() % 2 == 1) { in tryGetFromHex()
220 Input = Input.drop_front(); in tryGetFromHex()
223 assert(Input.size() % 2 == 0); in tryGetFromHex()
224 while (!Input.empty()) { in tryGetFromHex()
226 if (!tryGetHexFromNibbles(Input[0], Input[1], Hex)) in tryGetFromHex()
[all …]
H A DFloatingPointMode.h90 DenormalModeKind Input = DenormalModeKind::Invalid; member
94 Output(Out), Input(In) {} in DenormalMode()
116 return Output == Other.Output && Input == Other.Input;
124 return Input == Output; in isSimple()
129 Input != DenormalModeKind::Invalid; in isValid()
183 Mode.Input = InputStr.empty() ? Mode.Output : in parseDenormalFPAttribute()
190 OS << denormalModeKindName(Output) << ',' << denormalModeKindName(Input); in print()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/
H A DAction.h130 Action(ActionClass Kind, Action *Input, types::ID Type) in Action() argument
131 : Action(Kind, ActionList({Input}), Type) {} in Action()
132 Action(ActionClass Kind, Action *Input) in Action() argument
133 : Action(Kind, ActionList({Input}), Input->getType()) {} in Action()
216 const llvm::opt::Arg &Input; variable
242 BindArchAction(Action *Input, StringRef ArchName);
433 void addModuleHeaderInput(Action *Input) { in addModuleHeaderInput() argument
434 getInputs().push_back(Input); in addModuleHeaderInput()
444 AnalyzeJobAction(Action *Input, types::ID OutputType);
566 VerifyPCHJobAction(Action *Input, types::ID Type);
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td145 // Input: (pointer, vl)
152 // Input: (pointer, vl)
262 // Input: (vector_in, vl)
440 // Input: (vector_in, vl)
563 // Input: (vector_in, vl)
576 // Input: (vector_in, vl)
591 // Input: (vector_in, vl)
605 // Input: (vl)
639 // Input: (pointer, vl)
657 // Input: (pointer, vl)
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/
H A Das3722-regulator.txt10 vsup-sd2-supply: Input supply for SD2.
11 vsup-sd3-supply: Input supply for SD3.
12 vsup-sd4-supply: Input supply for SD4.
13 vsup-sd5-supply: Input supply for SD5.
14 vin-ldo0-supply: Input supply for LDO0.
15 vin-ldo1-6-supply: Input supply for LDO1 and LDO6.
16 vin-ldo2-5-7-supply: Input supply for LDO2, LDO5 and LDO7.
17 vin-ldo3-4-supply: Input supply for LDO3 and LDO4.
18 vin-ldo9-10-supply: Input supply for LDO9 and LDO10.
19 vin-ldo11-supply: Input supply for LDO11.
H A Dslg51000.txt6 - xxx-supply: Input voltage supply regulator for ldo3 to ldo7.
12 vin3-supply: Input supply for ldo3
13 vin4-supply: Input supply for ldo4
14 vin5-supply: Input supply for ldo5
15 vin6-supply: Input supply for ldo6
16 vin7-supply: Input supply for ldo7
H A Donnn,fan53880.yaml29 description: Input supply phandle(s) for LDO1 and LDO2
32 description: Input supply phandle(s) for LDO3
35 description: Input supply phandle(s) for LDO4
38 description: Input supply phandle(s) for BUCK and BOOST
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dexynos5260-clock.txt78 Input clocks for top clock controller:
84 Input clocks for peri clock controller:
100 Input clocks for egl clock controller:
104 Input clocks for kfc clock controller:
108 Input clocks for g2d clock controller:
112 Input clocks for mif clock controller:
115 Input clocks for mfc clock controller:
119 Input clocks for g3d clock controller:
122 Input clocks for fsys clock controller:
131 Input clocks for aud clock controller:
[all …]
H A Dexynos7-clock.txt52 Input clocks for top0 clock controller:
60 Input clocks for top1 clock controller:
67 Input clocks for ccore clock controller:
71 Input clocks for peric0 clock controller:
76 Input clocks for peric1 clock controller:
91 Input clocks for peris clock controller:
95 Input clocks for fsys0 clock controller:
100 Input clocks for fsys1 clock controller:
106 Input clocks for aud clock controller:
H A Dexynos5433-clock.txt68 Input clocks for top clock controller:
74 Input clocks for cpif clock controller:
77 Input clocks for mif clock controller:
81 Input clocks for fsys clock controller:
93 Input clocks for g2d clock controller:
98 Input clocks for disp clock controller:
113 Input clocks for bus0 clock controller:
116 Input clocks for bus1 clock controller:
123 Input clocks for g3d clock controller:
145 Input clocks for mfc clock controller:
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-74xx-mmio.txt5 "ti,741g125": for 741G125 (1-bit Input),
7 "ti,742g125": for 742G125 (2-bit Input),
9 "ti,74125" : for 74125 (4-bit Input),
11 "ti,74365" : for 74365 (6-bit Input),
13 "ti,74244" : for 74244 (8-bit Input),
15 "ti,741624" : for 741624 (16-bit Input),
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h24 LLVM_ATTRIBUTE_NORETURN void reportError(Error Err, StringRef Input);
25 void reportWarning(Error Err, StringRef Input);
27 template <class T> T unwrapOrError(StringRef Input, Expected<T> EO) { in unwrapOrError() argument
30 reportError(EO.takeError(), Input); in unwrapOrError()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h44 llvm::yaml::Input Input(Buffer.get()->getBuffer()); in getConfiguration()
46 Input >> Config; in getConfiguration()
48 if (std::error_code ec = Input.error()) { in getConfiguration()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DInterfaceStubs.cpp49 for (const auto &Input : Inputs) { in ConstructJob() local
50 if (!Input.isFilename()) in ConstructJob()
52 SmallString<128> InputFilename(Input.getFilename()); in ConstructJob()
53 if (Input.getType() == types::TY_Object) in ConstructJob()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DRustDemangle.cpp80 StringView Input; member in __anonecbbd5db0111::Demangler
237 Input = Mangled.substr(0, Dot); in demangle()
242 if (Position != Input.size()) { in demangle()
247 if (Position != Input.size()) in demangle()
893 StringView S = Input.substr(Position, Bytes); in parseIdentifier()
1031 HexDigits = Input.substr(Start, End - Start); in parseHexNumber()
1082 if (Error || Position >= Input.size()) in look()
1085 return Input[Position]; in look()
1089 if (Error || Position >= Input.size()) { in consume()
1094 return Input[Position++]; in consume()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp571 Value *Input = I->getArgOperand(0); in lowerScatter() local
574 auto *Ty = cast<FixedVectorType>(Input->getType()); in lowerScatter()
604 Value *Input = I->getArgOperand(0); in tryCreateMaskedScatterBase() local
628 Value *Input = I->getArgOperand(0); in tryCreateMaskedScatterBaseWB() local
650 Value *Input = I->getArgOperand(0); in tryCreateMaskedScatterOffset() local
652 Type *InputTy = Input->getType(); in tryCreateMaskedScatterOffset()
663 Input = PreTrunc; in tryCreateMaskedScatterOffset()
678 << *Input << "\n"); in tryCreateMaskedScatterOffset()
694 Input = Builder.CreateZExt(Input, InputTy); in tryCreateMaskedScatterOffset()
700 {BasePtr, Offsets, Input, in tryCreateMaskedScatterOffset()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp429 if (!Input) in listDependentLibraries()
670 auto Input = loadInputFile(Buffer->getMemBufferRef()); in distributedIndexes() local
671 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes()
707 auto Input = loadInputFile(Buffer->getMemBufferRef()); in emitImports() local
708 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports()
734 auto Input = loadInputFile(Buffer->getMemBufferRef()); in promote() local
735 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote()
737 ThinGenerator.promote(*TheModule, *Index, *Input); in promote()
768 auto TheModule = loadModuleFromInput(*Input, Ctx); in import()
801 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp322 std::unique_ptr<InputFile> Input = in run() local
326 for (const InputFile::Symbol &Sym : Input->symbols()) { in run()
352 check(Lto.add(std::move(Input), Res), F); in run()
403 std::unique_ptr<InputFile> Input = in dumpSymtab() local
406 outs() << "target triple: " << Input->getTargetTriple() << '\n'; in dumpSymtab()
407 Triple TT(Input->getTargetTriple()); in dumpSymtab()
409 outs() << "source filename: " << Input->getSourceFileName() << '\n'; in dumpSymtab()
412 outs() << "linker opts: " << Input->getCOFFLinkerOpts() << '\n'; in dumpSymtab()
416 for (auto L : Input->getDependentLibraries()) in dumpSymtab()
422 Input->getComdatTable(); in dumpSymtab()
[all …]
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dwm8731.txt25 * LLINEIN: Left Channel Line Input
26 * RLINEIN: Right Channel Line Input
27 * MICIN: Microphone Input
/freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/
H A Das3722.txt91 vsup-sd2-supply: Input supply for SD2.
92 vsup-sd3-supply: Input supply for SD3.
93 vsup-sd4-supply: Input supply for SD4.
94 vsup-sd5-supply: Input supply for SD5.
95 vin-ldo0-supply: Input supply for LDO0.
96 vin-ldo1-6-supply: Input supply for LDO1 and LDO6.
97 vin-ldo2-5-7-supply: Input supply for LDO2, LDO5 and LDO7.
98 vin-ldo3-4-supply: Input supply for LDO3 and LDO4.
99 vin-ldo9-10-supply: Input supply for LDO9 and LDO10.
100 vin-ldo11-supply: Input supply for LDO11.
/freebsd-13.1/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp163 StringRef Input = Argv[0]; in cc1gen_reproducer_main() local
165 llvm::MemoryBuffer::getFile(Input, /*IsText=*/true); in cc1gen_reproducer_main()
167 llvm::errs() << "error: failed to read " << Input << ": " in cc1gen_reproducer_main()
171 llvm::yaml::Input YAML(Buffer.get()->getBuffer()); in cc1gen_reproducer_main()
194 llvm::sys::fs::remove(Input); in cc1gen_reproducer_main()

12345678910>>...14