/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanRecipes.cpp | 366 void VPInstruction::print(raw_ostream &O, const Twine &Indent, in print() 499 void VPWidenCallRecipe::print(raw_ostream &O, const Twine &Indent, in print() 521 void VPWidenSelectRecipe::print(raw_ostream &O, const Twine &Indent, in print() 685 void VPWidenRecipe::print(raw_ostream &O, const Twine &Indent, in print() 696 void VPWidenIntOrFpInductionRecipe::print(raw_ostream &O, const Twine &Indent, in print() 719 void VPDerivedIVRecipe::print(raw_ostream &O, const Twine &Indent, in print() 736 void VPScalarIVStepsRecipe::print(raw_ostream &O, const Twine &Indent, in print() 819 void VPWidenGEPRecipe::print(raw_ostream &O, const Twine &Indent, in print() 874 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent, in print() 894 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print() [all …]
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/Utils/ |
H A D | Dumper.h | 94 struct Indent { struct 95 explicit Indent(Dumper& dumper) : dumper(dumper) { dumper.mIndent++; } in Indent() argument 96 ~Indent() { dumper.mIndent--; } in ~Indent() argument 113 std::optional<Indent> indent; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 59 unsigned AddressSize, unsigned Indent, in dumpRanges() 72 DWARFUnit *U, unsigned Indent, in dumpLocationList() 92 DWARFUnit *U, unsigned Indent, in dumpLocationExpr() 110 const DWARFAttribute &AttrValue, unsigned Indent, in dumpAttribute() 551 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent, in dumpParentChain() 562 void DWARFDie::dump(raw_ostream &OS, unsigned Indent, in dump()
|
H A D | DWARFDebugLoc.cpp | 189 unsigned Indent = 12; in dump() local 249 raw_ostream &OS, unsigned Indent, in dumpRawEntry() 342 raw_ostream &OS, unsigned Indent, in dumpRawEntry()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 60 unsigned AddressSize, unsigned Indent, in dumpRanges() 73 DWARFUnit *U, unsigned Indent, in dumpLocation() 235 dwarf::Form Form, unsigned Indent, in dumpAttribute() 558 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent, in dumpParentChain() 569 void DWARFDie::dump(raw_ostream &OS, unsigned Indent, in dump()
|
H A D | DWARFDebugLoc.cpp | 191 unsigned Indent = 12; in dump() local 251 raw_ostream &OS, unsigned Indent, in dumpRawEntry() 345 raw_ostream &OS, unsigned Indent, in dumpRawEntry()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 136 void DumpDIAValueAs(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValueAs() 144 void DumpDIAIdValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAIdValue() 156 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue() 164 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue() 178 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue() 218 void DIARawSymbol::dump(raw_ostream &OS, int Indent, in dump()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 136 void DumpDIAValueAs(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValueAs() 144 void DumpDIAIdValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAIdValue() 156 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue() 164 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue() 178 void DumpDIAValue(llvm::raw_ostream &OS, int Indent, StringRef Name, in DumpDIAValue() 218 void DIARawSymbol::dump(raw_ostream &OS, int Indent, in dump()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | LinePrinter.cpp | 56 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream, in LinePrinter() 75 void LinePrinter::Indent(uint32_t Amount) { in Indent() function in LinePrinter 208 AutoIndent Indent(*this); in formatMsfStreamData() local
|
H A D | NativeTypeFunctionSig.cpp | 34 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, in dump() 109 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, in dump()
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluVarType.hpp | 361 struct Indent struct 363 int level; 364 Indent(int level_) : level(level_) in Indent() function
|
/aosp_15_r20/external/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.cpp | 126 unsigned Indent = 0; member in clang::format::__anonad8a4ddc0111::LevelIndentTracker 161 tryFitMultipleLinesInOne(unsigned Indent, in tryFitMultipleLinesInOne() 823 unsigned Indent = IndentTracker.getIndent(); in format() local 909 unsigned Indent, in formatFirstToken()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 53 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar() local 131 void StringMatcher::Emit(unsigned Indent, bool IgnoreDuplicates) const { in Emit()
|
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/ |
H A D | LinePrinter.cpp | 45 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream) in LinePrinter() 62 void LinePrinter::Indent() { CurrentIndent += IndentSpaces; } in Indent() function in LinePrinter
|
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 20 const unsigned Indent = 12; in dump() local 113 const unsigned Indent = 12; in dump() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | StringMatcher.cpp | 52 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar() local 131 void StringMatcher::Emit(unsigned Indent, bool IgnoreDuplicates) const { in Emit()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.h | 160 StringRef Indent) in JITTargetMachineBuilderPrinter() 172 StringRef Indent; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.h | 160 StringRef Indent) in JITTargetMachineBuilderPrinter() 172 StringRef Indent; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.h | 160 StringRef Indent) in JITTargetMachineBuilderPrinter() 172 StringRef Indent; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | JITTargetMachineBuilder.h | 162 StringRef Indent) in JITTargetMachineBuilderPrinter() 174 StringRef Indent; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/ |
D | JITTargetMachineBuilder.h | 160 StringRef Indent) in JITTargetMachineBuilderPrinter() 172 StringRef Indent; variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos_generator/ |
D | output.h | 54 void Indent() { Indent(kIndentationSize); } in Indent() function 55 void Indent(size_t size) { indent_ += size; } in Indent() function
|
/aosp_15_r20/external/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 422 static bool decodeMetadataStringsBlob(BitstreamReader &Reader, StringRef Indent, in decodeMetadataStringsBlob() 463 StringRef Indent, ArrayRef<uint64_t> Record, in decodeBlob() 476 std::string Indent(IndentLevel*2, ' '); in ParseBlock() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
H A D | PDBSymbol.cpp | 117 void PDBSymbol::defaultDump(raw_ostream &OS, int Indent, in defaultDump() 186 SymIndexId Value, int Indent, in dumpSymbolIdField()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeFunctionSig.cpp | 33 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, in dump() 108 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, in dump()
|