Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 25 of 163) sorted by relevance

1234567

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DOutputBuffer.h25 std::vector<unsigned char> &Output; variable
33 : Output(Out), is64Bit(is64bit), isLittleEndian(le) {} in OutputBuffer()
40 size_t Size = Output.size(); in align()
45 Output.resize(Size + Pad); in align()
53 Output.push_back(X); in outbyte()
57 Output.push_back(X & 255); in outhalf()
58 Output.push_back(X >> 8); in outhalf()
60 Output.push_back(X >> 8); in outhalf()
61 Output.push_back(X & 255); in outhalf()
66 Output.push_back((X >> 0) & 255); in outword()
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/
H A DMakefile.tests31 .PRECIOUS: Output/%.bc Output/%.ll
32 .PRECIOUS: Output/%.tbc Output/%.tll
33 .PRECIOUS: Output/.dir
34 .PRECIOUS: Output/%.llvm.bc
35 .PRECIOUS: Output/%.llvm
48 $(RM) -rf Output/
53 Output/%.bc: Output/%.ll $(LGCCAS)
59 Output/%.bc: %.ll $(LLVMAS) Output/.dir
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DSourceMgrTest.cpp23 std::string Output; member in __anon227bedc20111::SourceMgrTest
43 raw_string_ostream OS(Output); in printMessage()
57 Output); in TEST_F()
67 Output); in TEST_F()
77 Output); in TEST_F()
87 Output); in TEST_F()
97 Output); in TEST_F()
107 Output); in TEST_F()
117 Output); in TEST_F()
127 Output); in TEST_F()
[all …]
H A DCommandLineTest.cpp160 const char *const Output[], size_t OutputSize) { in testCommandLineTokenizer() argument
167 EXPECT_STREQ(Output[I], Actual[I]); in testCommandLineTokenizer()
175 const char *const Output[] = { "foo bar", "foo bar", "foo bar", "foo\\bar", in TEST() local
178 testCommandLineTokenizer(cl::TokenizeGNUCommandLine, Input, Output, in TEST()
179 array_lengthof(Output)); in TEST()
185 const char *const Output[] = { "a\\b", "c\\\\d", "e\\f g", "h\"i", "j\\\"k", in TEST() local
187 testCommandLineTokenizer(cl::TokenizeWindowsCommandLine, Input, Output, in TEST()
188 array_lengthof(Output)); in TEST()
/minix3/external/bsd/llvm/dist/llvm/lib/Option/
H A DArg.cpp80 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput()
82 render(Args, Output); in renderAsInput()
87 Output.push_back(getValue(i)); in renderAsInput()
90 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render()
94 Output.push_back(getValue(i)); in render()
105 Output.push_back(Args.MakeArgString(OS.str())); in render()
110 Output.push_back(Args.GetOrMakeJoinedArgString( in render()
113 Output.push_back(getValue(i)); in render()
117 Output.push_back(Args.MakeArgString(getSpelling())); in render()
119 Output.push_back(getValue(i)); in render()
H A DArgList.cpp229 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id) const { in AddLastArg() argument
232 A->render(*this, Output); in AddLastArg()
236 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id0, in AddLastArg() argument
240 A->render(*this, Output); in AddLastArg()
244 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, in AddAllArgs() argument
248 Arg->render(*this, Output); in AddAllArgs()
252 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues() argument
257 Output.push_back(Arg->getValue(i)); in AddAllArgValues()
261 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated() argument
268 Output.push_back(MakeArgString(StringRef(Translation) + in AddAllArgsTranslated()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DYAMLTraits.cpp380 Output::Output(raw_ostream &yout, void *context) in Output() function in Output
391 Output::~Output() { in ~Output()
394 bool Output::outputting() { in outputting()
398 void Output::beginMapping() { in beginMapping()
403 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag()
411 void Output::endMapping() { in endMapping()
415 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, in preflightKey()
426 void Output::postflightKey(void *) { in postflightKey()
433 void Output::beginDocuments() { in beginDocuments()
437 bool Output::preflightDocument(unsigned index) { in preflightDocument()
[all …]
/minix3/lib/libc/gdtoa/test/
H A Ddtst.out2 Output: d =
17 Output: d =
32 Output: d =
47 Output: d =
62 Output: d =
77 Output: d =
92 Output: d =
107 Output: d =
122 Output: d =
137 Output: d =
[all …]
/minix3/external/bsd/llvm/dist/llvm/utils/lit/
H A DMANIFEST.in6 prune tests/Output
7 prune tests/*/Output
8 prune tests/*/*/Output
9 prune tests/*/*/*/Output
/minix3/external/bsd/llvm/dist/clang/lib/Driver/
H A DTools.h54 const InputInfo &Output,
101 const InputInfo &Output, const InputInfoList &Inputs,
118 const InputInfo &Output, const InputInfoList &Inputs,
141 const InputInfo &Output,
203 const InputInfo &Output, const InputInfoList &Inputs,
219 const InputInfo &Output, const InputInfoList &Inputs,
282 const InputInfo &Output, const InputInfoList &Inputs,
302 const InputInfo &Output, const InputInfoList &Inputs,
314 const InputInfo &Output, const InputInfoList &Inputs,
328 const InputInfo &Output,
[all …]
H A DTools.cpp265 const InputInfo &Output, in AddPreprocessingOptions() argument
283 } else if (Output.getType() == types::TY_Dependencies) { in AddPreprocessingOptions()
284 DepFile = Output.getFilename(); in AddPreprocessingOptions()
302 if (OutputOpt && Output.getType() != types::TY_Dependencies) { in AddPreprocessingOptions()
2365 const ArgList &Args, const InputInfo &Output, in SplitDebugInfo() argument
2374 StripArgs.push_back(Output.getFilename()); in SplitDebugInfo()
2375 ExtractArgs.push_back(Output.getFilename()); in SplitDebugInfo()
2466 const InputInfo &Output, in ConstructJob() argument
2517 if (Output.getType() == types::TY_Dependencies) in ConstructJob()
3282 if (Output.isFilename()) { in ConstructJob()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DCFLAliasAnalysis.cpp249 SmallVectorImpl<Edge> &Output; member in __anon27e61d590111::GetEdgesVisitor
252 GetEdgesVisitor(CFLAliasAnalysis &AA, SmallVectorImpl<Edge> &Output) in GetEdgesVisitor() argument
253 : AA(AA), Output(Output) {} in GetEdgesVisitor()
260 Output.push_back(Edge(&Inst, Inst.getOperand(0), EdgeType::Assign, in visitCastInst()
267 Output.push_back(Edge(&Inst, Op1, EdgeType::Assign, AttrNone)); in visitBinaryOperator()
268 Output.push_back(Edge(&Inst, Op2, EdgeType::Assign, AttrNone)); in visitBinaryOperator()
274 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone)); in visitAtomicCmpXchgInst()
280 Output.push_back(Edge(Ptr, Val, EdgeType::Dereference, AttrNone)); in visitAtomicRMWInst()
286 Output.push_back(Edge(&Inst, Val, EdgeType::Assign, AttrNone)); in visitPHINode()
292 Output.push_back(Edge(&Inst, Op, EdgeType::Assign, AttrNone)); in visitGetElementPtrInst()
[all …]
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyses.def30 ANALYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML", createHTMLDiagnosticCo…
31 ANALYSIS_DIAGNOSTICS(PLIST, "plist", "Output analysis results using Plists", createPlistDiagnosticC…
32 ANALYSIS_DIAGNOSTICS(PLIST_MULTI_FILE, "plist-multi-file", "Output analysis results using Plists (a…
33 ANALYSIS_DIAGNOSTICS(PLIST_HTML, "plist-html", "Output analysis results using HTML wrapped with Pli…
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DMacroBuilder.h27 MacroBuilder(raw_ostream &Output) : Out(Output) {} in MacroBuilder() argument
/minix3/external/bsd/llvm/dist/clang/tools/scan-build/
H A Dccc-analyzer189 my ($Clang, $OriginalArgs, $AnalyzeArgs, $Lang, $Output, $Verbose, $HtmlDir,
198 exit 0 if (!defined ($Output));
202 $Output =~ s/[.]gch$//;
203 push @CmdArgs, $Output;
446 my $Output;
600 $Output = $ARGV[$i];
745 Analyze($Clang, \@NewArgs, \@AnalyzeArgs, $FileLang, $Output,
750 Analyze($Clang, \@CmdArgs, \@AnalyzeArgs, $FileLang, $Output,
/minix3/external/bsd/bzip2/dist/
H A DREADME.XML.STUFF30 Output: manual.html
33 Output: manual.pdf
36 Output: manual.ps
/minix3/external/bsd/llvm/dist/llvm/cmake/modules/
H A DFindSphinx.cmake24 option(SPHINX_OUTPUT_HTML "Output standalone HTML files" ON)
25 option(SPHINX_OUTPUT_MAN "Output man pages" ON)
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp185 unsigned Output = phi->getOperand(0).getReg(); in runOnMachineFunction() local
192 if (Input != Output) { in runOnMachineFunction()
194 MRI.constrainRegClass(Input, MRI.getRegClass(Output)); in runOnMachineFunction()
195 MRI.replaceRegWith(Output, Input); in runOnMachineFunction()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Option/
H A DArg.h110 void render(const ArgList &Args, ArgStringList &Output) const;
117 void renderAsInput(const ArgList &Args, ArgStringList &Output) const;
H A DArgList.h245 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const;
246 void AddLastArg(ArgStringList &Output, OptSpecifier Id0,
250 void AddAllArgs(ArgStringList &Output, OptSpecifier Id0,
255 void AddAllArgValues(ArgStringList &Output, OptSpecifier Id0,
264 void AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0,
/minix3/external/bsd/llvm/dist/llvm/docs/TableGen/
H A DBackEnds.rst78 **Output**: C++ code, implementing the target's CodeEmitter
90 **Output**: C++ code with enums and structures representing the register mappings,
103 **Output**: C++ code with enums and structures representing the register mappings,
114 **Output**: Implementation of ``<Target>InstPrinter::printInstruction()``, among
127 **Output**: Assembler parsers' matcher functions, declarations, etc.
139 **Output**: Decoding tables, static decoding functions, etc.
149 **Output**: Implements ``ARMAsmPrinter::emitPseudoExpansionLowering()``.
159 **Output**: Implement static functions to deal with calling conventions
170 **Output**: Creates huge functions for automating DAG selection.
184 **Output**: Scheduling tables for GPU back-ends (Hexagon, AMD).
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/Generic/
H A D2003-05-30-BadFoldGEP.ll21 @Output = internal global %FileType* null ; <%FileType**> [#uses=1]
25 %tmp.0 = load %FileType** @Output ; <%FileType*> [#uses=1]
/minix3/minix/drivers/system/gpio/
H A DREADME.txt1 General Purpose Input and Output
5 provide some way to configure pads to perform basic Input/Output operations on
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h51 Output, ///< A register output-dependence (aka WAW). enumerator
107 case Output: in SDep()
130 case Output: in overlaps()
236 assert((getKind() == Data || getKind() == Anti || getKind() == Output) && in getReg()
247 assert((getKind() == Data || getKind() == Anti || getKind() == Output) && in setReg()
251 assert((getKind() != Output || Reg != 0) && in setReg()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTDiagnostic.h42 SmallVectorImpl<char> &Output,

1234567