| /llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatCommon.h | 25 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 D | FormatAdapters.h | 32 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 D | objdump-no-sectionheaders.test | 22 - Type: Fill 27 - Type: Fill 32 - Type: Fill
|
| /llvm-project/llvm/lib/TableGen/ |
| H A D | TableGenBackend.cpp | 72 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 D | AssemblerUtils.h | 77 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 D | suspicious-memset-usage.rst | 10 **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 D | SnippetRepetitorTest.cpp | 50 const auto Fill = in TestCommon() local 52 Fill(Sink); in TestCommon()
|
| /llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | empty-section.test | 20 Type: Fill 63 Type: Fill
|
| H A D | gap-fill.test | 95 Type: Fill 115 Type: Fill 124 Type: Fill 133 Type: Fill
|
| H A D | binary-paddr.test | 154 Type: Fill 181 Type: Fill 209 Type: Fill
|
| /llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 312 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 D | ELFYAML.cpp | 1513 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 D | GOFF.h | 177 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 D | tile-fill.mlir | 12 // Fill a tile with '123'. This will get lowered to a 1-d vector splat of
|
| H A D | transpose.mlir | 22 // Fill each "row" of "mem1" with row number.
|
| H A D | load-vertical.mlir | 22 // Fill each "row" of "mem1" with row number.
|
| /llvm-project/llvm/test/tools/llvm-objdump/X86/ |
| H A D | disassemble-no-section.test | 41 - Type: Fill
|
| /llvm-project/llvm/tools/llvm-exegesis/lib/ |
| H A D | Assembler.h | 93 ArrayRef<MCRegister> LiveIns, const FillFunction &Fill,
|
| H A D | Assembler.cpp | 244 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 D | ELFYAML.h | 235 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 D | README.txt | 56 * Fill delay slots
|
| /llvm-project/clang/lib/AST/Interp/ |
| H A D | InterpBuiltin.cpp | |
| /llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
| H A D | linker-options.test | 35 - Type: Fill
|
| /llvm-project/lld/test/ELF/invalid/ |
| H A D | verneed-shared.test | 36 - Type: Fill
|
| /llvm-project/mlir/test/Integration/Dialect/Linalg/CPU/ArmSME/ |
| H A D | fill-2d.mlir | 61 // Fill tile with pi.
|