Home
last modified time | relevance | path

Searched refs:Fill (Results 1 – 25 of 50) sorted by relevance

12

/llvm-project/llvm/include/llvm/Support/
H A DFormatCommon.h25 char Fill;
28 unsigned Width, char Fill = ' ')
29 : Adapter(Adapter), Where(Where), Width(Width), Fill(Fill) {} in format()
73 S << Fill;
23 char Fill; global() member
H A DFormatAdapters.h32 char Fill; variable
35 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter() argument
37 Fill(Fill) {} in AlignAdapter()
41 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); in format()
90 size_t Amount, char Fill = ' ') {
92 Fill);
/llvm-project/llvm/test/Object/
H A Dobjdump-no-sectionheaders.test22 - Type: Fill
27 - Type: Fill
32 - Type: Fill
/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp72 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill,
80 OS << Fill;
32 printLine(raw_ostream & OS,const Twine & Prefix,char Fill,StringRef Suffix) printLine() argument
/llvm-project/llvm/unittests/tools/llvm-exegesis/Common/
H A DAssemblerUtils.h77 FillFunction Fill) { in assembleToFunction()
83 Fill, AsmStream, Key, false)); in assembleToFunction()
78 assembleToFunction(ArrayRef<RegisterValue> RegisterInitialValues,FillFunction Fill) assembleToFunction() argument
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsuspicious-memset-usage.rst10 **Case 1: Fill value is a character ``'0'``**
17 **Case 2: Fill value is truncated**
/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
H A DSnippetRepetitorTest.cpp50 const auto Fill = in TestCommon() local
52 Fill(Sink); in TestCommon()
/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
H A Dempty-section.test20 Type: Fill
63 Type: Fill
H A Dgap-fill.test95 Type: Fill
115 Type: Fill
124 Type: Fill
133 Type: Fill
H A Dbinary-paddr.test154 Type: Fill
181 Type: Fill
209 Type: Fill
/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp312 void writeFill(ELFYAML::Fill &Fill, ContiguousBlobAccumulator &CBA);
765 if (ELFYAML::Fill *S = dyn_cast<ELFYAML::Fill>(D.get())) { in initSectionHeaders()
1151 if (const ELFYAML::Fill *F = dyn_cast<ELFYAML::Fill>(C)) {
1228 return (isa<ELFYAML::Fill>(C) ||
1907 void ELFState<ELFT>::writeFill(ELFYAML::Fill &Fill, in buildSectionHeaderReorderMap()
1909 size_t PatternSize = Fill in buildSectionHeaderReorderMap()
1891 writeFill(ELFYAML::Fill & Fill,ContiguousBlobAccumulator & CBA) writeFill() argument
[all...]
H A DELFYAML.cpp1513 static void fillMapping(IO &IO, ELFYAML::Fill &Fill) { in sectionMapping()
1514 IO.mapOptional("Name", Fill.Name, StringRef()); in sectionMapping()
1515 IO.mapOptional("Pattern", Fill.Pattern); in sectionMapping()
1516 IO.mapOptional("Offset", Fill.Offset); in sectionMapping()
1517 IO.mapRequired("Size", Fill.Size);
1606 if (TypeStr == "Fill") { in mapping()
1608 Section.reset(new ELFYAML::Fill()); in mapping()
1609 fillMapping(IO, *cast<ELFYAML::Fill>(Section.get())); in mapping()
1749 if (const auto *F = dyn_cast<ELFYAML::Fill>( in validate()
1492 fillMapping(IO & IO,ELFYAML::Fill & Fill) fillMapping() argument
[all...]
/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h177 static void getFillByteValue(const uint8_t *Record, uint8_t &Fill) { in getFillByteValue() argument
178 get<uint8_t>(Record, 42, Fill); in getFillByteValue()
/llvm-project/mlir/test/Integration/Dialect/Vector/CPU/ArmSME/
H A Dtile-fill.mlir12 // Fill a tile with '123'. This will get lowered to a 1-d vector splat of
H A Dtranspose.mlir22 // Fill each "row" of "mem1" with row number.
H A Dload-vertical.mlir22 // Fill each "row" of "mem1" with row number.
/llvm-project/llvm/test/tools/llvm-objdump/X86/
H A Ddisassemble-no-section.test41 - Type: Fill
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.h93 ArrayRef<MCRegister> LiveIns, const FillFunction &Fill,
H A DAssembler.cpp244 ArrayRef<MCRegister> LiveIns, const FillFunction &Fill, in assembleToStream()
303 Fill(Sink); in assembleToStream()
246 assembleToStream(const ExegesisTarget & ET,std::unique_ptr<LLVMTargetMachine> TM,ArrayRef<unsigned> LiveIns,const FillFunction & Fill,raw_pwrite_stream & AsmStream,const BenchmarkKey & Key,bool GenerateMemoryInstructions) assembleToStream() argument
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h235 Fill = SpecialChunksStart, enumerator
306 // Fill is a block of data which is placed outside of sections. It is
309 struct Fill : Chunk { struct
313 Fill() : Chunk(ChunkKind::Fill, /*Implicit=*/false) {} in Fill() argument
315 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Fill; } in classof() argument
/llvm-project/llvm/lib/Target/Sparc/
H A DREADME.txt56 * Fill delay slots
/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp
/llvm-project/llvm/test/tools/llvm-readobj/ELF/
H A Dlinker-options.test35 - Type: Fill
/llvm-project/lld/test/ELF/invalid/
H A Dverneed-shared.test36 - Type: Fill
/llvm-project/mlir/test/Integration/Dialect/Linalg/CPU/ArmSME/
H A Dfill-2d.mlir61 // Fill tile with pi.

12