/netbsd-src/sys/external/bsd/acpica/dist/executer/ |
H A D | exprep.c | 82 * ByteAlignment (1, 2, 3, or 4) 236 * ByteAlignment (1, 2, 3, or 4) 249 UINT32 ByteAlignment; in AcpiExDecodeFieldAccess() local 263 ByteAlignment = in AcpiExDecodeFieldAccess() 267 BitLength = ByteAlignment * 8; in AcpiExDecodeFieldAccess() 270 ByteAlignment = 1; in AcpiExDecodeFieldAccess() 277 ByteAlignment = 1; in AcpiExDecodeFieldAccess() 283 ByteAlignment = 2; in AcpiExDecodeFieldAccess() 289 ByteAlignment = 4; in AcpiExDecodeFieldAccess() 295 ByteAlignment in AcpiExDecodeFieldAccess() 355 UINT32 ByteAlignment; AcpiExPrepCommonFieldObject() local [all...] |
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCXCOFFStreamer.cpp | 76 unsigned ByteAlignment) { in emitCommonSymbol() argument 80 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol() 85 Align(ByteAlignment)); in emitCommonSymbol() 88 emitValueToAlignment(ByteAlignment); in emitCommonSymbol() 93 uint64_t Size, unsigned ByteAlignment, in emitZerofill() argument 134 unsigned ByteAlignment) { in emitXCOFFLocalCommonSymbol() argument 135 emitCommonSymbol(CsectSym, Size, ByteAlignment); in emitXCOFFLocalCommonSymbol()
|
H A D | MCWinCOFFStreamer.cpp | 265 unsigned ByteAlignment) { in emitCommonSymbol() argument 270 if (ByteAlignment > 32) in emitCommonSymbol() 274 Size = std::max(Size, static_cast<uint64_t>(ByteAlignment)); in emitCommonSymbol() 279 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol() 281 if (!T.isWindowsMSVCEnvironment() && ByteAlignment > 1) { in emitCommonSymbol() 287 << Log2_32_Ceil(ByteAlignment); in emitCommonSymbol() 297 unsigned ByteAlignment) { in emitLocalCommonSymbol() argument 303 emitValueToAlignment(ByteAlignment, 0, 1, 0); in emitLocalCommonSymbol() 321 uint64_t Size, unsigned ByteAlignment, in emitZerofill() argument 327 uint64_t Size, unsigned ByteAlignment) { in emitTBSSSymbol() argument
|
H A D | MCMachOStreamer.cpp | 99 unsigned ByteAlignment) override; 102 unsigned ByteAlignment) override; 104 uint64_t Size = 0, unsigned ByteAlignment = 0, 107 unsigned ByteAlignment = 0) override; 409 unsigned ByteAlignment) { in emitCommonSymbol() argument 415 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol() 419 unsigned ByteAlignment) { in emitLocalCommonSymbol() argument 422 Symbol, Size, ByteAlignment); in emitLocalCommonSymbol() 426 uint64_t Size, unsigned ByteAlignment, in emitZerofill() argument 444 emitValueToAlignment(ByteAlignment, 0, 1, 0); in emitZerofill() [all …]
|
H A D | MCWasmStreamer.cpp | 138 unsigned ByteAlignment) { in emitCommonSymbol() argument 147 unsigned ByteAlignment) { in emitLocalCommonSymbol() argument 209 uint64_t Size, unsigned ByteAlignment, in emitZerofill() argument 215 uint64_t Size, unsigned ByteAlignment) { in emitTBSSSymbol() argument
|
H A D | MCAsmStreamer.cpp | 196 unsigned ByteAlignment) override; 204 unsigned ByteAlignment) override; 207 uint64_t Size = 0, unsigned ByteAlignment = 0, 211 unsigned ByteAlignment = 0) override; 242 void emitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, 246 void emitCodeAlignment(unsigned ByteAlignment, 822 unsigned ByteAlignment) { in emitXCOFFLocalCommonSymbol() argument 825 assert(isPowerOf2_32(ByteAlignment) && "Alignment must be a power of 2."); in emitXCOFFLocalCommonSymbol() 831 OS << ',' << Log2_32(ByteAlignment); in emitXCOFFLocalCommonSymbol() 912 unsigned ByteAlignment) { in emitCommonSymbol() argument [all …]
|
H A D | MCELFStreamer.cpp | 305 unsigned ByteAlignment) { in emitCommonSymbol() argument 320 emitValueToAlignment(ByteAlignment, 0, 1, 0); in emitCommonSymbol() 326 if(Symbol->declareCommon(Size, ByteAlignment)) in emitCommonSymbol() 347 unsigned ByteAlignment) { in emitLocalCommonSymbol() argument 352 emitCommonSymbol(Symbol, Size, ByteAlignment); in emitLocalCommonSymbol() 363 void MCELFStreamer::emitValueToAlignment(unsigned ByteAlignment, in emitValueToAlignment() argument 369 MCObjectStreamer::emitValueToAlignment(ByteAlignment, Value, in emitValueToAlignment() 704 uint64_t Size, unsigned ByteAlignment, in emitZerofill() argument 710 uint64_t Size, unsigned ByteAlignment) { in emitTBSSSymbol() argument
|
H A D | MCNullStreamer.cpp | 34 unsigned ByteAlignment) override {} in emitCommonSymbol() argument 36 uint64_t Size = 0, unsigned ByteAlignment = 0, in emitZerofill() argument
|
H A D | MCObjectStreamer.cpp | 602 void MCObjectStreamer::emitValueToAlignment(unsigned ByteAlignment, in emitValueToAlignment() argument 607 MaxBytesToEmit = ByteAlignment; in emitValueToAlignment() 608 insert(new MCAlignFragment(ByteAlignment, Value, ValueSize, MaxBytesToEmit)); in emitValueToAlignment() 612 if (ByteAlignment > CurSec->getAlignment()) in emitValueToAlignment() 613 CurSec->setAlignment(Align(ByteAlignment)); in emitValueToAlignment() 616 void MCObjectStreamer::emitCodeAlignment(unsigned ByteAlignment, in emitCodeAlignment() argument 618 emitValueToAlignment(ByteAlignment, 0, 1, MaxBytesToEmit); in emitCodeAlignment()
|
H A D | MCAsmInfoCOFF.cpp | 25 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in MCAsmInfoCOFF()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCELFStreamer.cpp | 89 unsigned ByteAlignment, in HexagonMCEmitCommonSymbol() argument 113 emitValueToAlignment(ByteAlignment, 0, 1, 0); in HexagonMCEmitCommonSymbol() 119 if (Align(ByteAlignment) > Section.getAlignment()) in HexagonMCEmitCommonSymbol() 120 Section.setAlignment(Align(ByteAlignment)); in HexagonMCEmitCommonSymbol() 124 if (ELFSymbol->declareCommon(Size, ByteAlignment)) in HexagonMCEmitCommonSymbol() 141 unsigned ByteAlignment, in HexagonMCEmitLocalCommonSymbol() argument 147 HexagonMCEmitCommonSymbol(Symbol, Size, ByteAlignment, AccessSize); in HexagonMCEmitLocalCommonSymbol()
|
H A D | HexagonMCELFStreamer.h | 36 unsigned ByteAlignment, 39 unsigned ByteAlignment, unsigned AccessSize);
|
H A D | HexagonMCTargetDesc.cpp | 260 unsigned ByteAlignment, in emitCommonSymbolSorted() argument 264 HexagonELFStreamer.HexagonMCEmitCommonSymbol(Symbol, Size, ByteAlignment, in emitCommonSymbolSorted() 269 unsigned ByteAlignment, in emitLocalCommonSymbolSorted() argument 274 Symbol, Size, ByteAlignment, AccessSize); in emitLocalCommonSymbolSorted()
|
H A D | HexagonMCAsmInfo.cpp | 27 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in HexagonMCAsmInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCWasmStreamer.h | 50 unsigned ByteAlignment) override; 55 unsigned ByteAlignment) override; 58 uint64_t Size = 0, unsigned ByteAlignment = 0, 61 unsigned ByteAlignment = 0) override;
|
H A D | MCWinCOFFStreamer.h | 58 unsigned ByteAlignment) override; 60 unsigned ByteAlignment) override; 63 unsigned ByteAlignment, SMLoc Loc = SMLoc()) override; 65 unsigned ByteAlignment) override;
|
H A D | MCELFStreamer.h | 52 unsigned ByteAlignment) override; 59 unsigned ByteAlignment) override; 62 uint64_t Size = 0, unsigned ByteAlignment = 0, 65 unsigned ByteAlignment = 0) override;
|
H A D | MCXCOFFStreamer.h | 24 unsigned ByteAlignment) override; 26 uint64_t Size = 0, unsigned ByteAlignment = 0,
|
H A D | MCStreamer.h | 583 unsigned ByteAlignment); 628 unsigned ByteAlignment) = 0; 636 unsigned ByteAlignment); 646 uint64_t Size = 0, unsigned ByteAlignment = 0, 657 uint64_t Size, unsigned ByteAlignment = 0); 820 virtual void emitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, 834 virtual void emitCodeAlignment(unsigned ByteAlignment,
|
H A D | MCObjectStreamer.h | 137 void emitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, 140 void emitCodeAlignment(unsigned ByteAlignment,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetStreamer.h | 18 virtual void emitCodeAlignment(unsigned ByteAlignment, 22 unsigned ByteAlignment, in emitCommonSymbolSorted() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | SnippetFile.cpp | 91 unsigned ByteAlignment) override {} in emitCommonSymbol() argument 95 void emitValueToAlignment(unsigned ByteAlignment, int64_t Value, in emitValueToAlignment() argument 99 unsigned ByteAlignment, SMLoc Loc) override {} in emitZerofill() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | RecordStreamer.h | 53 unsigned ByteAlignment, SMLoc Loc = SMLoc()) override; 55 unsigned ByteAlignment) override;
|
H A D | RecordStreamer.cpp | 109 uint64_t Size, unsigned ByteAlignment, in emitZerofill() argument 115 unsigned ByteAlignment) { in emitCommonSymbol() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/ |
H A D | CodeRegionGenerator.cpp | 60 unsigned ByteAlignment) override {} in emitCommonSymbol() argument 62 uint64_t Size = 0, unsigned ByteAlignment = 0, in emitZerofill() argument
|