Searched defs:Out (Results 101 - 125 of 193) sorted by relevance

12345678

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp637 SmallString<32> &Out, bool ZLibStyle, bool IsLE,
647 if (!Result || zlib::uncompress(Data, Out, OriginalSize) != zlib::StatusOK)
683 SmallString<32> Out; local
684 if (!tryDecompress(name, data, Out, ZLibStyleCompressed, IsLittleEndian,
687 UncompressedSections.emplace_back(std::move(Out));
636 tryDecompress(StringRef &Name, StringRef &Data, SmallString<32> &Out, bool ZLibStyle, bool IsLE, bool Is64Bit) argument
/external/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp390 /// while an Out has changed
393 /// In[bb][color] = U Out[bb.predecessors][color]
397 /// Out[bb] = Gen[bb] U (In[bb] - Kill[bb])
401 BlockToSetOfInstrsPerColor &Out,
414 SetOfMachineInstr &BBOutSet = getSet(Out, MBB, CurReg, NbReg);
416 // In[bb][color] = U Out[bb.predecessors][color]
418 SetOfMachineInstr &PredOutSet = getSet(Out, *PredMBB, CurReg, NbReg);
427 // Out[bb] = Gen[bb] U (In[bb] - Kill[bb])
455 // Out: a set per color of definitions that reach the
457 // In: Same as Out bu
398 reachingDefAlgorithm(const MachineFunction &MF, InstrToInstrs *ColorOpToReachedUses, BlockToSetOfInstrsPerColor &In, BlockToSetOfInstrsPerColor &Out, BlockToInstrPerColor &Gen, BlockToRegSet &Kill, BlockToSetOfInstrsPerColor &ReachableUses, unsigned NbReg) argument
462 BlockToSetOfInstrsPerColor Out, In, ReachableUses; local
[all...]
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp311 const ISD::OutputArg &Out = Outs[i]; local
313 if (Out.Flags.isNest())
315 if (Out.Flags.isInAlloca())
317 if (Out.Flags.isInConsecutiveRegs())
319 if (Out.Flags.isInConsecutiveRegsLast())
321 if (Out.Flags.isByVal() && Out.Flags.getByValSize() != 0) {
323 int FI = MFI->CreateStackObject(Out.Flags.getByValSize(),
324 Out.Flags.getByValAlign(),
327 DAG.getConstant(Out
[all...]
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp188 MCStreamer &Out) override {
189 InstrumentMOVS(Inst, Operands, Ctx, MII, Out);
191 EmitInstruction(Out, MCInstBuilder(X86::REP_PREFIX));
193 InstrumentMOV(Inst, Operands, Ctx, MII, Out);
197 EmitInstruction(Out, Inst);
203 MCStreamer &Out) = 0;
208 MCStreamer &Out) = 0;
213 MCContext &Ctx, MCStreamer &Out) = 0;
217 MCContext &Ctx, MCStreamer &Out) = 0;
220 MCStreamer &Out)
234 EmitLabel(MCStreamer &Out, MCSymbol *Label) argument
236 EmitLEA(X86Operand &Op, unsigned Size, unsigned Reg, MCStreamer &Out) argument
279 InstrumentMemOperand( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
292 InstrumentMOVSBase(unsigned DstReg, unsigned SrcReg, unsigned CntReg, unsigned AccessSize, MCContext &Ctx, MCStreamer &Out) argument
347 InstrumentMOVS(const MCInst &Inst, OperandVector &Operands, MCContext &Ctx, const MCInstrInfo &MII, MCStreamer &Out) argument
374 InstrumentMOV(const MCInst &Inst, OperandVector &Operands, MCContext &Ctx, const MCInstrInfo &MII, MCStreamer &Out) argument
431 ComputeMemOperandAddress(X86Operand &Op, unsigned Size, unsigned Reg, MCContext &Ctx, MCStreamer &Out) argument
503 GetFrameReg(const MCContext &Ctx, MCStreamer &Out) argument
510 SpillReg(MCStreamer &Out, unsigned Reg) argument
515 RestoreReg(MCStreamer &Out, unsigned Reg) argument
520 StoreFlags(MCStreamer &Out) argument
525 RestoreFlags(MCStreamer &Out) argument
557 StoreFlags(Out); variable
566 RestoreFlags(Out); variable
595 EmitCallAsanReport(unsigned AccessSize, bool IsWrite, MCContext &Ctx, MCStreamer &Out, const RegisterContext &RegCtx) argument
616 InstrumentMemOperandSmall( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
691 InstrumentMemOperandLarge( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
732 InstrumentMOVSImpl(unsigned AccessSize, MCContext &Ctx, MCStreamer &Out) argument
761 GetFrameReg(const MCContext &Ctx, MCStreamer &Out) argument
768 SpillReg(MCStreamer &Out, unsigned Reg) argument
773 RestoreReg(MCStreamer &Out, unsigned Reg) argument
778 StoreFlags(MCStreamer &Out) argument
783 RestoreFlags(MCStreamer &Out) argument
816 StoreFlags(Out); variable
825 RestoreFlags(Out); variable
855 EmitAdjustRSP(MCContext &Ctx, MCStreamer &Out, long Offset) argument
864 EmitCallAsanReport(unsigned AccessSize, bool IsWrite, MCContext &Ctx, MCStreamer &Out, const RegisterContext &RegCtx) argument
887 InstrumentMemOperandSmall( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
963 InstrumentMemOperandLarge( X86Operand &Op, unsigned AccessSize, bool IsWrite, const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) argument
1005 InstrumentMOVSImpl(unsigned AccessSize, MCContext &Ctx, MCStreamer &Out) argument
1032 InstrumentAndEmitInstruction( const MCInst &Inst, OperandVector &Operands, MCContext &Ctx, const MCInstrInfo &MII, MCStreamer &Out) argument
1038 EmitInstruction(MCStreamer &Out, const MCInst &Inst) argument
1043 GetFrameRegGeneric(const MCContext &Ctx, MCStreamer &Out) argument
[all...]
/external/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp59 static void writeStringsAndOffsets(MCStreamer &Out, DWPStringPool &Strings, argument
81 Out.SwitchSection(StrOffsetSection);
88 Out.EmitIntValue(NewOffset, 4);
200 MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries,
203 Out.SwitchSection(OutputTypes);
221 Out.EmitBytes(Types.substr(
229 static void addAllTypes(MCStreamer &Out, argument
235 Out.SwitchSection(OutputTypes);
258 Out.EmitBytes(Types.substr(PrevOffset, C.Length));
265 writeIndexTable(MCStreamer &Out, ArrayRe argument
199 addAllTypesFromDWP( MCStreamer &Out, MapVector<uint64_t, UnitIndexEntry> &TypeIndexEntries, const DWARFUnitIndex &TUIndex, MCSection *OutputTypes, StringRef Types, const UnitIndexEntry &TUEntry, uint32_t &TypesOffset) argument
275 writeIndex(MCStreamer &Out, MCSection *Section, ArrayRef<unsigned> ContributionOffsets, const MapVector<uint64_t, UnitIndexEntry> &IndexEntries) argument
383 handleSection( const StringMap<std::pair<MCSection *, DWARFSectionKind>> &KnownSections, const MCSection *StrSection, const MCSection *StrOffsetSection, const MCSection *TypesSection, const MCSection *CUIndexSection, const MCSection *TUIndexSection, const SectionRef &Section, MCStreamer &Out, std::deque<SmallString<32>> &UncompressedSections, uint32_t (&ContributionOffsets)[8], UnitIndexEntry &CurEntry, StringRef &CurStrSection, StringRef &CurStrOffsetSection, std::vector<StringRef> &CurTypesSection, StringRef &InfoSection, StringRef &AbbrevSection, StringRef &CurCUIndexSection, StringRef &CurTUIndexSection) argument
465 write(MCStreamer &Out, ArrayRef<std::string> Inputs) argument
[all...]
/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp700 std::unique_ptr<tool_output_file> Out; local
706 Out.reset(new tool_output_file(OutputFilename, EC, sys::fs::F_None));
714 Passes.add(createPrintModulePass(Out->os()));
716 Out->keep();
/external/opencv/cv/src/
H A Dcvinpaint.cpp732 CvPriorityQueueFloat *Heap = 0, *Out = 0; local
797 Out=new CvPriorityQueueFloat;
798 if (!Out->Init(out))
800 if (!Out->Add(band))
804 icvCalcFMM(out,t,Out,true);
812 delete Out;
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsnamed.c665 void EvalNamedColorPCS(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) argument
676 Out[0] = (cmsFloat32Number) (NamedColorList->List[index].PCS[0] / 65535.0);
677 Out[1] = (cmsFloat32Number) (NamedColorList->List[index].PCS[1] / 65535.0);
678 Out[2] = (cmsFloat32Number) (NamedColorList->List[index].PCS[2] / 65535.0);
683 void EvalNamedColor(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) argument
694 Out[j] = (cmsFloat32Number) (NamedColorList->List[index].DeviceColorant[j] / 65535.0);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DDebugInfo.cpp851 static void fixupObjcLikeName(StringRef Str, SmallVectorImpl<char> &Out) { argument
860 Out.push_back('.');
862 Out.push_back(C);
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/AsmParser/
H A DMBlazeAsmParser.cpp51 MCStreamer &Out);
320 MCStreamer &Out) {
328 Out.EmitInstruction(Inst);
318 MatchAndEmitInstruction(SMLoc IDLoc, SmallVectorImpl<MCParsedAsmOperand*> &Operands, MCStreamer &Out) argument
/external/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp77 ELFObjectWriter::ELFObjectWriter(GlobalContext &Ctx, ELFStreamer &Out) argument
78 : Ctx(Ctx), Str(Out), ELF64(isELF64(getFlags())) {
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dprint.c121 IN SIMPLE_TEXT_OUTPUT_INTERFACE *Out,
671 IN SIMPLE_TEXT_OUTPUT_INTERFACE *Out,
683 Out - The console to print the string too
697 back = _IPrint ((UINTN) -1, (UINTN) -1, Out, fmt, NULL, args);
705 IN SIMPLE_TEXT_OUTPUT_INTERFACE *Out,
720 Out - The console to print the string too
746 IN SIMPLE_TEXT_OUTPUT_INTERFACE *Out,
757 ps.Context = Out;
758 ps.Output = (INTN EFIAPI (*)(VOID *, CHAR16 *)) Out->OutputString;
759 ps.SetAttr = (INTN EFIAPI (*)(VOID *, UINTN)) Out
670 IPrint( IN SIMPLE_TEXT_OUTPUT_INTERFACE *Out, IN CHAR16 *fmt, ... ) argument
704 IPrintAt( IN SIMPLE_TEXT_OUTPUT_INTERFACE *Out, IN UINTN Column, IN UINTN Row, IN CHAR16 *fmt, ... ) argument
743 _IPrint( IN UINTN Column, IN UINTN Row, IN SIMPLE_TEXT_OUTPUT_INTERFACE *Out, IN CHAR16 *fmt, IN CHAR8 *fmta, IN va_list args ) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c39 int16_t *Out, /* (o) Filtered vector */
75 *Out++ = (int16_t)((int16_t)o * decay >> 15);
36 plc_filterma_Fast( int16_t *In, int16_t *Out, int16_t *B, int16_t Blen, int16_t len, int16_t reduceDecay, int16_t decay, int16_t rshift ) argument
/external/clang/lib/AST/
H A DDeclPrinter.cpp29 raw_ostream &Out; member in class:__anon1115::DeclPrinter
50 DeclPrinter(raw_ostream &Out, const PrintingPolicy &Policy, argument
52 : Out(Out), Policy(Policy), Indentation(Indentation),
106 void Decl::print(raw_ostream &Out, unsigned Indentation, argument
108 print(Out, getASTContext().getPrintingPolicy(), Indentation, PrintInstantiation);
111 void Decl::print(raw_ostream &Out, const PrintingPolicy &Policy, argument
113 DeclPrinter Printer(Out, Policy, Indentation, PrintInstantiation);
152 raw_ostream &Out, const PrintingPolicy &Policy,
155 (*Begin)->print(Out, Polic
151 printGroup(Decl** Begin, unsigned NumDecls, raw_ostream &Out, const PrintingPolicy &Policy, unsigned Indentation) argument
[all...]
/external/clang/lib/Frontend/
H A DCacheTokens.cpp83 void EmitData(raw_ostream& Out) { argument
85 endian::Writer<little> LE(Out);
129 EmitKeyDataLength(raw_ostream& Out, PTHEntryKeyVariant V, argument
132 endian::Writer<little> LE(Out);
143 static void EmitKey(raw_ostream& Out, PTHEntryKeyVariant V, unsigned n){ argument
146 endian::Writer<little>(Out).write<uint8_t>((unsigned)V.getKind());
148 Out.write(V.getString().data(), n - 1);
151 static void EmitData(raw_ostream& Out, PTHEntryKeyVariant V, argument
154 endian::Writer<little> LE(Out);
164 V.EmitData(Out);
187 raw_pwrite_stream &Out; member in class:__anon1367::PTHWriter
626 EmitKeyDataLength(raw_ostream& Out, const PTHIdKey* key, uint32_t) argument
633 EmitKey(raw_ostream& Out, PTHIdKey* key, unsigned n) argument
640 EmitData(raw_ostream& Out, PTHIdKey*, uint32_t pID, unsigned) argument
[all...]
/external/clang/lib/Parse/
H A DParseOpenMP.cpp431 OMPDeclareSimdDeclAttr::BranchStateTy Out; local
435 if (OMPDeclareSimdDeclAttr::ConvertStrToBranchStateTy(ClauseName, Out)) {
436 if (BS != OMPDeclareSimdDeclAttr::BS_Undefined && BS != Out) {
442 BS = Out;
/external/clang/lib/Sema/
H A DSemaLookup.cpp653 void LookupResult::print(raw_ostream &Out) { argument
654 Out << Decls.size() << " result(s)";
655 if (isAmbiguous()) Out << ", ambiguous";
656 if (Paths) Out << ", base paths present";
659 Out << "\n";
660 (*I)->print(Out, 2);
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp665 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) { argument
667 endian::Writer<little> LE(Out);
675 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) { argument
676 Out.write(Key.data(), KeyLen);
679 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, argument
683 endian::Writer<little>(Out).write<uint32_t>(Data[I]);
746 llvm::raw_svector_ostream Out(IdentifierTable);
748 endian::Writer<little>(Out).write<uint32_t>(0);
749 BucketOffset = Generator.Emit(Out, Trait);
836 llvm::raw_fd_ostream Out(TmpF
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp120 void printState(raw_ostream &Out, ProgramStateRef State, const char *NL,
227 void print(raw_ostream &Out) const {
228 Out << getNullabilityString(Nullab) << "\n";
1194 void NullabilityChecker::printState(raw_ostream &Out, ProgramStateRef State, argument
1202 Out << Sep << NL;
1205 Out << I->first << " : ";
1206 I->second.print(Out);
1207 Out << NL;
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp640 void CheckerManager::runCheckersForPrintState(raw_ostream &Out, argument
645 I->second->printState(Out, State, NL, Sep);
H A DProgramState.cpp422 void ProgramState::print(raw_ostream &Out, argument
426 Mgr.getStoreManager().print(getStore(), Out, NL, Sep); local
429 Env.print(Out, NL, Sep);
432 Mgr.getConstraintManager().print(this, Out, NL, Sep);
435 Mgr.getOwningEngine()->printState(Out, this, NL, Sep);
438 void ProgramState::printDOT(raw_ostream &Out) const {
439 print(Out, "\\l", "\\|");
446 void ProgramState::printTaint(raw_ostream &Out, argument
451 Out <<"Tainted Symbols:" << NL;
454 Out <<
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp723 std::unique_ptr<raw_ostream> Out; member in class:__anon1769::UbigraphViz
731 UbigraphViz(std::unique_ptr<raw_ostream> Out, StringRef Filename);
761 *Out << "('vertex', " << SrcID << ", ('color','#00ff00'))\n";
772 *Out << "('vertex', " << DstID << ")\n";
777 *Out << "('change_vertex_style', " << DstID << ", 1)\n";
781 *Out << "('edge', " << SrcID << ", " << DstID
787 : Out(std::move(OutStream)), Filename(Filename), Cntr(0) {
789 *Out << "('vertex_style_attribute', 0, ('shape', 'icosahedron'))\n";
790 *Out << "('vertex_style', 1, 0, ('shape', 'sphere'), ('color', '#ffcc66'),"
795 Out
[all...]
/external/llvm/include/llvm/Support/
H A DYAMLTraits.h123 /// static void output(const MyType &Value, void*, llvm::raw_ostream &Out)
126 /// Out << Val;
139 // static void output(const T &Value, void *ctx, llvm::raw_ostream &Out);
1166 llvm::raw_ostream &Out; member in class:llvm::yaml::Output
1343 operator<<(Output &Out, T &Val) { argument
1344 Out.beginDocuments();
1345 if (Out.preflightDocument(0)) {
1346 yamlize(Out, Val, true);
1347 Out.postflightDocument();
1349 Out
[all...]
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp352 LiveInVector::iterator Out = LiveIns.begin(); local
353 for (; I != LiveIns.end(); ++Out, I = J) {
358 Out->PhysReg = PhysReg;
359 Out->LaneMask = LaneMask;
361 LiveIns.erase(Out, LiveIns.end());
/external/llvm/lib/Support/
H A DYAMLTraits.cpp401 Out(yout),
674 Out << s;
686 Out << "\n";
752 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { argument
753 Out << (Val ? "true" : "false");
768 raw_ostream &Out) {
769 Out << Val;
779 raw_ostream &Out) {
780 Out << Val;
790 raw_ostream &Out) {
767 output(const StringRef &Val, void *, raw_ostream &Out) argument
778 output(const std::string &Val, void *, raw_ostream &Out) argument
789 output(const uint8_t &Val, void *, raw_ostream &Out) argument
806 output(const uint16_t &Val, void *, raw_ostream &Out) argument
822 output(const uint32_t &Val, void *, raw_ostream &Out) argument
838 output(const uint64_t &Val, void *, raw_ostream &Out) argument
852 output(const int8_t &Val, void *, raw_ostream &Out) argument
868 output(const int16_t &Val, void *, raw_ostream &Out) argument
883 output(const int32_t &Val, void *, raw_ostream &Out) argument
898 output(const int64_t &Val, void *, raw_ostream &Out) argument
911 output(const double &Val, void *, raw_ostream &Out) argument
924 output(const float &Val, void *, raw_ostream &Out) argument
937 output(const Hex8 &Val, void *, raw_ostream &Out) argument
952 output(const Hex16 &Val, void *, raw_ostream &Out) argument
967 output(const Hex32 &Val, void *, raw_ostream &Out) argument
982 output(const Hex64 &Val, void *, raw_ostream &Out) argument
[all...]

Completed in 4379 milliseconds

12345678