Searched refs:Out (Results 276 - 300 of 341) sorted by relevance

<<11121314

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp58 // Inp[0] *** *** *** *** Out[0]
62 // Inp[1] *** \ / *** X *** *** Out[1]
66 // Inp[2] *** \ \ / / *** X *** *** Out[2]
70 // Inp[3] *** \ / \ / \ / *** *** *** Out[3]
76 // Inp[4] *** / \ / \ / \ *** *** *** Out[4]
80 // Inp[5] *** / / \ \ *** X *** *** Out[5]
84 // Inp[6] *** / \ *** X *** *** Out[6]
88 // Inp[7] *** *** *** *** Out[7]
1171 OpRef Out[2] = { OpRef::undef(HalfTy), OpRef::undef(HalfTy) };
1180 Out[Id
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp438 : IO(context), Out(yout), WrapColumn(WrapColumn) {}
751 Out << s;
762 Out << "\n";
852 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { argument
853 Out << (Val ? "true" : "false");
868 raw_ostream &Out) {
869 Out << Val;
879 raw_ostream &Out) {
880 Out << Val;
890 raw_ostream &Out) {
867 output(const StringRef &Val, void *, raw_ostream &Out) argument
878 output(const std::string &Val, void *, raw_ostream &Out) argument
889 output(const uint8_t &Val, void *, raw_ostream &Out) argument
906 output(const uint16_t &Val, void *, raw_ostream &Out) argument
922 output(const uint32_t &Val, void *, raw_ostream &Out) argument
938 output(const uint64_t &Val, void *, raw_ostream &Out) argument
952 output(const int8_t &Val, void *, raw_ostream &Out) argument
968 output(const int16_t &Val, void *, raw_ostream &Out) argument
983 output(const int32_t &Val, void *, raw_ostream &Out) argument
998 output(const int64_t &Val, void *, raw_ostream &Out) argument
1011 output(const double &Val, void *, raw_ostream &Out) argument
1021 output(const float &Val, void *, raw_ostream &Out) argument
1031 output(const Hex8 &Val, void *, raw_ostream &Out) argument
1046 output(const Hex16 &Val, void *, raw_ostream &Out) argument
1061 output(const Hex32 &Val, void *, raw_ostream &Out) argument
1076 output(const Hex64 &Val, void *, raw_ostream &Out) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h417 /// \param Out The output stream
422 void runCheckersForPrintStateJson(raw_ostream &Out, ProgramStateRef State,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2309 TempPath, File, [this](llvm::raw_ostream &Out) {
2310 return serialize(Out) ? llvm::make_error<llvm::StringError>(
2328 // Write the generated bitstream to "Out".
2356 SmallVectorImpl<StoredDiagnostic> &Out) {
2408 Result.swap(Out);
2352 TranslateStoredDiagnostics( FileManager &FileMgr, SourceManager &SrcMgr, const SmallVectorImpl<StandaloneDiagnostic> &Diags, SmallVectorImpl<StoredDiagnostic> &Out) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h261 SmallVectorImpl<StoredDiagnostic> &Out);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h54 void print(llvm::raw_ostream &Out, const PrintingPolicy &Policy) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp180 InvalidationInfo &Out,
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1825 DagInit *Out = Def.getValueAsDag("OutOperandList");
1827 for (unsigned i = 0; i < Out->getNumArgs(); ++i)
1828 InOutOperands.push_back(std::make_pair(Out->getArg(i),
1829 Out->getArgNameStr(i)));
H A DCodeGenRegisters.h404 BitVector &Out) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp111 if (auto Out = hasAnyEnabledAttrOf<T1>(D, QT))
112 return Out;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2414 bool parsePositiveInteger(size_t *Out);
2417 bool parseSeqId(size_t *Out);
3407 bool AbstractManglingParser<Alloc, Derived>::parsePositiveInteger(size_t *Out) { argument
3408 *Out = 0;
3412 *Out *= 10;
3413 *Out += static_cast<size_t>(consume() - '0');
5199 bool AbstractManglingParser<Alloc, Derived>::parseSeqId(size_t *Out) { argument
5213 *Out = Id;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp252 void *ctx, raw_ostream &Out) {
255 Out << toHex(Bytes);
251 output(const HexFormattedString &Value, void *ctx, raw_ostream &Out) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h108 Buffer &Out; member in class:llvm::objcopy::elf::SectionWriter
125 explicit SectionWriter(Buffer &Buf) : Out(Buf) {}
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp629 PhdrEntry *tls = Out::tlsPhdr;
887 if (sym.isTls() && !Out::tlsPhdr)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp82 static bool getConstantValue(SDValue N, uint32_t &Out) { argument
86 Out = 0;
91 Out = C->getAPIntValue().getSExtValue();
96 Out = C->getValueAPF().bitcastToAPInt().getSExtValue();
345 static bool isExtractHiElt(SDValue In, SDValue &Out) { argument
354 Out = stripBitcast(Srl.getOperand(0));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp223 static bool Check(DecodeStatus &Out, DecodeStatus In) { argument
226 // Out stays the same.
229 Out = In;
232 Out = In;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1547 SmallString<0> Out;
1548 if (auto Err = Decompressor->resizeAndDecompress(Out))
1551 UncompressedSections.push_back(std::move(Out));
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp539 void createIntrinsic(Record *R, SmallVectorImpl<Intrinsic *> &Out);
1885 SmallVectorImpl<Intrinsic *> &Out) {
1931 Out.push_back(&Entry.back());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp129 OperandVector &Operands, MCStreamer &Out,
1136 MCStreamer &Out, uint64_t &ErrorInfo,
1145 Out.EmitInstruction(Inst, getSTI());
1134 MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, OperandVector &Operands, MCStreamer &Out, uint64_t &ErrorInfo, bool MatchingInlineAsm) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp658 void LookupResult::print(raw_ostream &Out) { argument
659 Out << Decls.size() << " result(s)";
660 if (isAmbiguous()) Out << ", ambiguous";
661 if (Paths) Out << ", base paths present";
664 Out << "\n";
665 (*I)->print(Out, 2);
H A DSemaTemplate.cpp3449 llvm::raw_string_ostream Out(Description);
3453 FailedCond->printPretty(Out, &Helper, Policy, 0, "\n", nullptr);
10662 llvm::raw_svector_ostream Out(Str);
10672 Out << "[with ";
10674 Out << ", ";
10677 Out << Id->getName();
10679 Out << '$' << I;
10682 Out << " = ";
10683 Args[I].print(getPrintingPolicy(), Out); local
10686 Out << ']';
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp152 void print(raw_ostream &Out) const {
153 Out << wasm::relocTypetoString(Type) << " Off=" << Offset
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp190 StringRef Out = "-mrecip="; local
199 OutStrings.push_back(Args.MakeArgString(Out + "all"));
211 OutStrings.push_back(Args.MakeArgString(Out + Val));
276 Out = Args.MakeArgString(Out + Prefix + Val);
278 Out = Args.MakeArgString(Out + ",");
281 OutStrings.push_back(Args.MakeArgString(Out));
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DProgramPoint.h216 void printJson(llvm::raw_ostream &Out, const char *NL = "\n") const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp222 .Case("[out]", ParamCommandComment::Out)

Completed in 776 milliseconds

<<11121314