| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | TestingSupport.cpp | 115 for (unsigned Pad = offsetToAlignment(OS.tell(), Align(8)); Pad; --Pad) convertForTestingMain() local 119 for (unsigned Pad = offsetToAlignment(OS.tell(), Align(8)); Pad; --Pad) convertForTestingMain() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FormatVariadic.cpp | 29 unsigned &Align, char &Pad) { in consumeFieldLayout() argument 32 Pad = ' '; in consumeFieldLayout() 44 Pad = Spec[0]; in consumeFieldLayout() 62 char Pad = ' '; in parseReplacementItem() local 73 if (!consumeFieldLayout(RepString, Where, Align, Pad)) { in parseReplacementItem() 89 return ReplacementItem(Spec, Index, Align, Where, Pad, Options); in parseReplacementItem()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CallingConvEmitter.cpp | 69 unsigned Pad = CC->getName().size(); in run() local 72 Pad += 12; in run() 75 Pad += 13; in run() 78 << std::string(Pad, ' ') << "MVT LocVT, CCValAssign::LocInfo LocInfo,\n" in run() 79 << std::string(Pad, ' ') in run() 108 unsigned Pad = CurrentAction.size(); in emitCallingConv() local 111 Pad += 12; in emitCallingConv() 114 Pad += 13; in emitCallingConv() 117 << std::string(Pad, ' ') << "MVT LocVT, CCValAssign::LocInfo LocInfo,\n" in emitCallingConv() 118 << std::string(Pad, ' ') << "ISD::ArgFlagsTy ArgFlags, CCState &State) {\n"; in emitCallingConv()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatVariadic.h | 53 AlignStyle Where, char Pad, StringRef Options) in ReplacementItem() 55 Where(Where), Pad(Pad), Options(Options) {} in ReplacementItem() 62 char Pad = 0; member 95 FmtAlign Align(*W, R.Where, R.Width, R.Pad); in format()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 245 unsigned Pad = offsetToAlignment(PosAfterHeader, Align(8)); in printBSDMemberHeader() local 246 unsigned NameWithPadding = Name.size() + Pad; in printBSDMemberHeader() 251 while (Pad--) in printBSDMemberHeader() 344 unsigned Pad = offsetToAlignment(Size, Align(2)); in computeStringTable() local 348 printWithSpacePadding(Out, Size + Pad, 10); in computeStringTable() 351 return {{}, std::move(Header), Names, Pad ? "\n" : ""}; in computeStringTable() 403 uint32_t Pad = isAIXBigArchive(Kind) in computeSymbolTableSize() local 407 Size += Pad; in computeSymbolTableSize() 409 *Padding = Pad; in computeSymbolTableSize() 421 uint32_t Pad = offsetToAlignment(Size, Align(2)); in computeSymbolMapSize() local [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-h700-anbernic-rg35xx-2024.dts | 38 label = "Action-Pad A"; 45 label = "Action-Pad B"; 52 label = "D-Pad Down"; 73 label = "D-Pad left"; 101 label = "D-Pad Right"; 121 label = "D-Pad Up"; 128 label = "Action-Pad X"; 135 label = "Action Pad Y";
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.cpp | 317 for (unsigned Pad = offsetToAlignment(OS.tell(), Align(8)); Pad; --Pad) in write() local 322 for (unsigned Pad = offsetToAlignment(OS.tell(), Align(8)); Pad; --Pad) in write() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WasmEHPrepare.cpp | 228 BasicBlock::iterator Pad = BB.getFirstNonPHIIt(); in prepareEHPads() local 229 if (isa<CatchPadInst>(Pad)) in prepareEHPads() 231 else if (isa<CleanupPadInst>(Pad)) in prepareEHPads() 388 const Instruction *Pad = &*BB.getFirstNonPHIIt(); in calculateWasmEHInfo() local 390 if (const auto *CatchPad = dyn_cast<CatchPadInst>(Pad)) { in calculateWasmEHInfo()
|
| H A D | GlobalMerge.cpp | 637 BasicBlock::iterator Pad = BB.getFirstNonPHIIt(); in setMustKeepGlobalVariables() local 638 auto *II = dyn_cast<IntrinsicInst>(Pad); in setMustKeepGlobalVariables() 639 if (!Pad->isEHPad() && in setMustKeepGlobalVariables() 645 for (const Use &U : Pad->operands()) { in setMustKeepGlobalVariables()
|
| H A D | WinEHPrepare.cpp | 704 const Instruction *Pad; in calculateClrEHStateNumbers() local 706 std::tie(Pad, HandlerParentState) = Worklist.pop_back_val(); in calculateClrEHStateNumbers() 708 if (const auto *Cleanup = dyn_cast<CleanupPadInst>(Pad)) { in calculateClrEHStateNumbers() 715 HandlerType, 0, Pad->getParent()); in calculateClrEHStateNumbers() 726 const auto *CatchSwitch = cast<CatchSwitchInst>(Pad); in calculateClrEHStateNumbers() 757 const Instruction *Pad = in calculateClrEHStateNumbers() local 762 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) { in calculateClrEHStateNumbers() 773 const auto *Cleanup = cast<CleanupPadInst>(Pad); in calculateClrEHStateNumbers()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | SimpleTypeSerializer.cpp | 26 uint8_t Pad = static_cast<uint8_t>(LF_PAD0 + PaddingBytes); in addPadding() local 27 cantFail(Writer.writeInteger(Pad)); in addPadding()
|
| H A D | ContinuationRecordBuilder.cpp | 28 uint8_t Pad = static_cast<uint8_t>(LF_PAD0 + PaddingBytes); in addPadding() local 29 cantFail(Writer.writeInteger(Pad)); in addPadding()
|
| H A D | CodeViewRecordIO.cpp | 50 char Pad = static_cast<uint8_t>(LF_PAD0 + PaddingBytes); in endRecord() local 51 StringRef BytesSR = StringRef(&Pad, sizeof(Pad)); in endRecord()
|
| H A D | TypeIndexDiscovery.cpp | 255 uint8_t Pad = Content.front(); in handleFieldList() local 256 if (Pad >= LF_PAD0) { in handleFieldList() 257 uint32_t Skip = Pad & 0x0F; in handleFieldList()
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/tegra/ |
| H A D | nvidia,tegra186-pmc.txt | 42 == Pad Control == 52 Pad configurations are described with pin configuration nodes which 86 Pad configuration state example:
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_diag.cpp | 298 char Pad = ' ', Byte = ' '; in PrintMemorySnippet() local 304 Pad = '~'; in PrintMemorySnippet() 308 Buffer.AppendF("%c", Pad); in PrintMemorySnippet() 309 Buffer.AppendF("%c", Pad); in PrintMemorySnippet()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 350 uint8_t Pad; 456 uint8_t Pad[10]; 464 uint8_t Pad[2]; 471 uint8_t Pad; 479 uint8_t Pad; 492 uint8_t Pad[13]; 506 uint8_t Pad;
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCFragment.cpp | 63 if (auto Pad = static_cast<unsigned>(EF->getBundlePadding())) in dump() local 64 OS << " BundlePadding:" << Pad; in dump()
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | sm8250-xiaomi-elish-boe.dts | 11 model = "Xiaomi Mi Pad 5 Pro (BOE)";
|
| H A D | sm8250-xiaomi-elish-csot.dts | 11 model = "Xiaomi Mi Pad 5 Pro (CSOT)";
|
| /freebsd/stand/i386/ |
| H A D | boot.ldscript | 7 .text : { *(.text .text.*) } =0xcccccccc /* Pad with int3, if needed */
|
| /freebsd/sys/contrib/device-tree/src/arm64/broadcom/ |
| H A D | bcm2712-d-rpi-5-b.dts | 28 // Pad bank0 out to 32 entries
|
| /freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | mpidebug.h | 63 bit32 Pad; member 70 bit32 Pad; member
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | micrel-ksz90x1.txt | 27 Device Tree Value Delay Pad Skew Register Value 76 Pad Skew Value Delay (ps) Devicetree Value 114 Pad Skew Value Delay (ps) Devicetree Value
|
| /freebsd/sys/dev/aacraid/ |
| H A D | aacraid_endian.c | 371 TOLE(ptr->Pad, 16); in aac_blockread64_tole() 382 TOLE(ptr->Pad, 16); in aac_blockwrite64_tole()
|