Home
last modified time | relevance | path

Searched defs:Indent (Results 1 – 25 of 630) sorted by relevance

12345678910>>...26

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp366 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 DDumper.h94 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 DDWARFDie.cpp59 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 DDWARFDebugLoc.cpp189 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 DDWARFDie.cpp60 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 DDWARFDebugLoc.cpp191 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 DDIARawSymbol.cpp136 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 DDIARawSymbol.cpp136 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 DLinePrinter.cpp56 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 DNativeTypeFunctionSig.cpp34 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 DgluVarType.hpp361 struct Indent struct
363 int level;
364 Indent(int level_) : level(level_) in Indent() function
/aosp_15_r20/external/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp126 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 DStringMatcher.cpp53 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 DLinePrinter.cpp45 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 DDWARFDebugLoc.cpp20 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 DStringMatcher.cpp52 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/
DJITTargetMachineBuilder.h160 StringRef Indent) in JITTargetMachineBuilderPrinter()
172 StringRef Indent; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h160 StringRef Indent) in JITTargetMachineBuilderPrinter()
172 StringRef Indent; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h160 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 DJITTargetMachineBuilder.h162 StringRef Indent) in JITTargetMachineBuilderPrinter()
174 StringRef Indent; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DJITTargetMachineBuilder.h160 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/
Doutput.h54 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 Dllvm-bcanalyzer.cpp422 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 DPDBSymbol.cpp117 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 DNativeTypeFunctionSig.cpp33 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields, in dump()
108 void NativeTypeFunctionSig::dump(raw_ostream &OS, int Indent, in dump()

12345678910>>...26