| /freebsd-12.1/sys/contrib/dev/acpica/components/executer/ |
| H A D | exprep.c | 357 UINT32 ByteAlignment; in AcpiExDecodeFieldAccess() local 371 ByteAlignment = in AcpiExDecodeFieldAccess() 375 BitLength = ByteAlignment * 8; in AcpiExDecodeFieldAccess() 378 ByteAlignment = 1; in AcpiExDecodeFieldAccess() 385 ByteAlignment = 1; in AcpiExDecodeFieldAccess() 391 ByteAlignment = 2; in AcpiExDecodeFieldAccess() 397 ByteAlignment = 4; in AcpiExDecodeFieldAccess() 403 ByteAlignment = 8; in AcpiExDecodeFieldAccess() 425 ByteAlignment = 1; in AcpiExDecodeFieldAccess() 428 *ReturnByteAlignment = ByteAlignment; in AcpiExDecodeFieldAccess() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCELFStreamer.cpp | 90 unsigned ByteAlignment, in HexagonMCEmitCommonSymbol() argument 114 EmitValueToAlignment(ByteAlignment, 0, 1, 0); in HexagonMCEmitCommonSymbol() 120 if (ByteAlignment > Section.getAlignment()) in HexagonMCEmitCommonSymbol() 121 Section.setAlignment(ByteAlignment); in HexagonMCEmitCommonSymbol() 125 if (ELFSymbol->declareCommon(Size, ByteAlignment)) in HexagonMCEmitCommonSymbol() 142 unsigned ByteAlignment, in HexagonMCEmitLocalCommonSymbol() argument 148 HexagonMCEmitCommonSymbol(Symbol, Size, ByteAlignment, AccessSize); in HexagonMCEmitLocalCommonSymbol()
|
| H A D | HexagonMCELFStreamer.h | 38 unsigned ByteAlignment, 41 unsigned ByteAlignment, unsigned AccessSize);
|
| H A D | HexagonMCTargetDesc.cpp | 190 unsigned ByteAlignment, in EmitCommonSymbolSorted() argument 194 HexagonELFStreamer.HexagonMCEmitCommonSymbol(Symbol, Size, ByteAlignment, in EmitCommonSymbolSorted() 199 unsigned ByteAlignment, in EmitLocalCommonSymbolSorted() argument 204 Symbol, Size, ByteAlignment, AccessSize); in EmitLocalCommonSymbolSorted()
|
| H A D | HexagonMCAsmInfo.cpp | 28 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in HexagonMCAsmInfo()
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | MCWinCOFFStreamer.cpp | 255 unsigned ByteAlignment) { in EmitCommonSymbol() argument 260 if (ByteAlignment > 32) in EmitCommonSymbol() 264 Size = std::max(Size, static_cast<uint64_t>(ByteAlignment)); in EmitCommonSymbol() 269 Symbol->setCommon(Size, ByteAlignment); in EmitCommonSymbol() 271 if (!T.isKnownWindowsMSVCEnvironment() && ByteAlignment > 1) { in EmitCommonSymbol() 277 << Log2_32_Ceil(ByteAlignment); in EmitCommonSymbol() 287 unsigned ByteAlignment) { in EmitLocalCommonSymbol() argument 293 EmitValueToAlignment(ByteAlignment, 0, 1, 0); in EmitLocalCommonSymbol() 301 uint64_t Size, unsigned ByteAlignment, in EmitZerofill() argument 307 uint64_t Size, unsigned ByteAlignment) { in EmitTBSSSymbol() argument
|
| H A D | MCMachOStreamer.cpp | 100 unsigned ByteAlignment) override; 103 unsigned ByteAlignment) override; 105 uint64_t Size = 0, unsigned ByteAlignment = 0, 108 unsigned ByteAlignment = 0) override; 402 unsigned ByteAlignment) { in EmitCommonSymbol() argument 408 Symbol->setCommon(Size, ByteAlignment); in EmitCommonSymbol() 412 unsigned ByteAlignment) { in EmitLocalCommonSymbol() argument 415 Symbol, Size, ByteAlignment); in EmitLocalCommonSymbol() 419 uint64_t Size, unsigned ByteAlignment, in EmitZerofill() argument 437 EmitValueToAlignment(ByteAlignment, 0, 1, 0); in EmitZerofill() [all …]
|
| H A D | MCWasmStreamer.cpp | 134 unsigned ByteAlignment) { in EmitCommonSymbol() argument 143 unsigned ByteAlignment) { in EmitLocalCommonSymbol() argument 152 void MCWasmStreamer::EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, in EmitValueToAlignment() argument 155 MCObjectStreamer::EmitValueToAlignment(ByteAlignment, Value, ValueSize, in EmitValueToAlignment() 217 uint64_t Size, unsigned ByteAlignment, in EmitZerofill() argument 223 uint64_t Size, unsigned ByteAlignment) { in EmitTBSSSymbol() argument
|
| H A D | MCELFStreamer.cpp | 286 unsigned ByteAlignment) { in EmitCommonSymbol() argument 303 EmitValueToAlignment(ByteAlignment, 0, 1, 0); in EmitCommonSymbol() 308 if (ByteAlignment > Section.getAlignment()) in EmitCommonSymbol() 309 Section.setAlignment(ByteAlignment); in EmitCommonSymbol() 313 if(Symbol->declareCommon(Size, ByteAlignment)) in EmitCommonSymbol() 332 unsigned ByteAlignment) { in EmitLocalCommonSymbol() argument 338 EmitCommonSymbol(Symbol, Size, ByteAlignment); in EmitLocalCommonSymbol() 349 void MCELFStreamer::EmitValueToAlignment(unsigned ByteAlignment, in EmitValueToAlignment() argument 355 MCObjectStreamer::EmitValueToAlignment(ByteAlignment, Value, in EmitValueToAlignment() 686 uint64_t Size, unsigned ByteAlignment, in EmitZerofill() argument [all …]
|
| H A D | MCAsmStreamer.cpp | 219 void EmitCodeAlignment(unsigned ByteAlignment, 758 if (ByteAlignment != 0) { in EmitCommonSymbol() 760 OS << ',' << ByteAlignment; in EmitCommonSymbol() 762 OS << ',' << Log2_32(ByteAlignment); in EmitCommonSymbol() 777 case LCOMM::ByteAlignment: in EmitLocalCommonSymbol() 809 if (ByteAlignment != 0) in EmitZerofill() 810 OS << ',' << Log2_32(ByteAlignment); in EmitZerofill() 835 if (ByteAlignment > 1) OS << ", " << Log2_32(ByteAlignment); in EmitTBSSSymbol() 1083 if (isPowerOf2_32(ByteAlignment)) { in EmitValueToAlignment() 1100 OS << Log2_32(ByteAlignment); in EmitValueToAlignment() [all …]
|
| H A D | MCNullStreamer.cpp | 35 unsigned ByteAlignment) override {} in EmitCommonSymbol() argument 37 uint64_t Size = 0, unsigned ByteAlignment = 0, in EmitZerofill() argument
|
| H A D | MCObjectStreamer.cpp | 532 void MCObjectStreamer::EmitValueToAlignment(unsigned ByteAlignment, in EmitValueToAlignment() argument 537 MaxBytesToEmit = ByteAlignment; in EmitValueToAlignment() 538 insert(new MCAlignFragment(ByteAlignment, Value, ValueSize, MaxBytesToEmit)); in EmitValueToAlignment() 542 if (ByteAlignment > CurSec->getAlignment()) in EmitValueToAlignment() 543 CurSec->setAlignment(ByteAlignment); in EmitValueToAlignment() 546 void MCObjectStreamer::EmitCodeAlignment(unsigned ByteAlignment, in EmitCodeAlignment() argument 548 EmitValueToAlignment(ByteAlignment, 0, 1, MaxBytesToEmit); in EmitCodeAlignment()
|
| H A D | MCAsmInfoCOFF.cpp | 26 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in MCAsmInfoCOFF()
|
| H A D | MCStreamer.cpp | 1013 unsigned ByteAlignment) {} in EmitLocalCommonSymbol() argument 1015 uint64_t Size, unsigned ByteAlignment) {} in EmitTBSSSymbol() argument 1028 void MCStreamer::EmitValueToAlignment(unsigned ByteAlignment, int64_t Value, in EmitValueToAlignment() argument 1031 void MCStreamer::EmitCodeAlignment(unsigned ByteAlignment, in EmitCodeAlignment() argument
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCWasmStreamer.h | 55 unsigned ByteAlignment) override; 60 unsigned ByteAlignment) override; 63 uint64_t Size = 0, unsigned ByteAlignment = 0, 66 unsigned ByteAlignment = 0) override;
|
| H A D | MCWinCOFFStreamer.h | 59 unsigned ByteAlignment) override; 61 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 | MCStreamer.h | 568 unsigned ByteAlignment) = 0; 576 unsigned ByteAlignment); 586 uint64_t Size = 0, unsigned ByteAlignment = 0, 597 uint64_t Size, unsigned ByteAlignment = 0); 737 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, 751 virtual void EmitCodeAlignment(unsigned ByteAlignment,
|
| H A D | MCObjectStreamer.h | 130 void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0, 133 void EmitCodeAlignment(unsigned ByteAlignment,
|
| H A D | MCAsmInfo.h | 50 enum LCOMMType { NoAlignment, ByteAlignment, Log2Alignment }; enumerator
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetStreamer.h | 19 virtual void EmitCodeAlignment(unsigned ByteAlignment, 23 unsigned ByteAlignment, in EmitCommonSymbolSorted() argument
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | RecordStreamer.h | 56 unsigned ByteAlignment, SMLoc Loc = SMLoc()) override; 58 unsigned ByteAlignment) override;
|
| H A D | RecordStreamer.cpp | 110 uint64_t Size, unsigned ByteAlignment, in EmitZerofill() argument 116 unsigned ByteAlignment) { in EmitCommonSymbol() argument
|
| /freebsd-12.1/contrib/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 62 unsigned ByteAlignment) override {} in EmitCommonSymbol() argument 64 uint64_t Size = 0, unsigned ByteAlignment = 0, in EmitZerofill() argument
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCAsmInfo.cpp | 80 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in PPCELFMCAsmInfo()
|