| /freebsd/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/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWinCOFFStreamer.cpp | 283 Align ByteAlignment) { in emitCommonSymbol() argument 288 if (ByteAlignment > 32) in emitCommonSymbol() 292 Size = std::max(Size, ByteAlignment.value()); in emitCommonSymbol() 297 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol() 299 if (!T.isWindowsMSVCEnvironment() && ByteAlignment > 1) { in emitCommonSymbol() 305 << Log2_32_Ceil(ByteAlignment.value()); in emitCommonSymbol() 315 Align ByteAlignment) { in emitLocalCommonSymbol() argument 321 emitValueToAlignment(ByteAlignment, 0, 1, 0); in emitLocalCommonSymbol() 339 uint64_t Size, Align ByteAlignment, in emitZerofill() argument 345 uint64_t Size, Align ByteAlignment) { in emitTBSSSymbol() argument
|
| H A D | MCMachOStreamer.cpp | 106 Align ByteAlignment) override; 109 Align ByteAlignment) override; 111 uint64_t Size = 0, Align ByteAlignment = Align(1), 114 Align ByteAlignment = Align(1)) override; 396 Align ByteAlignment) { in emitCommonSymbol() argument 402 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol() 406 Align ByteAlignment) { in emitLocalCommonSymbol() argument 409 Symbol, Size, ByteAlignment); in emitLocalCommonSymbol() 413 uint64_t Size, Align ByteAlignment, in emitZerofill() argument 431 emitValueToAlignment(ByteAlignment, 0, 1, 0); in emitZerofill() [all …]
|
| H A D | MCXCOFFStreamer.cpp | 123 Align ByteAlignment) { in emitCommonSymbol() argument 127 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol() 132 ByteAlignment); in emitCommonSymbol() 135 emitValueToAlignment(ByteAlignment); in emitCommonSymbol() 140 uint64_t Size, Align ByteAlignment, in emitZerofill() argument
|
| H A D | MCWasmStreamer.cpp | 153 Align ByteAlignment) { in emitCommonSymbol() argument 162 Align ByteAlignment) { in emitLocalCommonSymbol() argument 251 uint64_t Size, Align ByteAlignment, in emitZerofill() argument 257 uint64_t Size, Align ByteAlignment) { in emitTBSSSymbol() argument
|
| H A D | MCNullStreamer.cpp | 40 Align ByteAlignment) override {} in emitCommonSymbol() argument 42 uint64_t Size = 0, Align ByteAlignment = Align(1), in emitZerofill() argument
|
| H A D | MCELFStreamer.cpp | 268 Align ByteAlignment) { in emitCommonSymbol() argument 283 emitValueToAlignment(ByteAlignment, 0, 1, 0); in emitCommonSymbol() 289 if (Symbol->declareCommon(Size, ByteAlignment)) in emitCommonSymbol() 310 Align ByteAlignment) { in emitLocalCommonSymbol() argument 315 emitCommonSymbol(Symbol, Size, ByteAlignment); in emitLocalCommonSymbol() 629 uint64_t Size, Align ByteAlignment, in emitZerofill() argument 635 uint64_t Size, Align ByteAlignment) { in emitTBSSSymbol() argument
|
| H A D | MCAsmStreamer.cpp | 227 Align ByteAlignment) override; 235 Align ByteAlignment) override; 238 uint64_t Size = 0, Align ByteAlignment = Align(1), 242 Align ByteAlignment = Align(1)) override; 273 void emitAlignmentDirective(uint64_t ByteAlignment, 1057 Align ByteAlignment) { in emitCommonSymbol() argument 1063 OS << ',' << ByteAlignment.value(); in emitCommonSymbol() 1065 OS << ',' << Log2(ByteAlignment); in emitCommonSymbol() 1085 case LCOMM::ByteAlignment: in emitLocalCommonSymbol() 1097 uint64_t Size, Align ByteAlignment, in emitZerofill() argument [all …]
|
| H A D | MCAsmInfoCOFF.cpp | 25 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in MCAsmInfoCOFF()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCWasmStreamer.h | 53 Align ByteAlignment) override; 58 Align ByteAlignment) override; 61 uint64_t Size = 0, Align ByteAlignment = Align(1), 64 Align ByteAlignment = Align(1)) override;
|
| H A D | MCWinCOFFStreamer.h | 62 Align ByteAlignment) override; 64 Align ByteAlignment) override; 67 Align ByteAlignment, SMLoc Loc = SMLoc()) override; 69 Align ByteAlignment) override;
|
| H A D | MCELFStreamer.h | 62 Align ByteAlignment) override; 69 Align ByteAlignment) override; 72 uint64_t Size = 0, Align ByteAlignment = Align(1), 75 Align ByteAlignment = Align(1)) override;
|
| H A D | MCSPIRVStreamer.h | 37 Align ByteAlignment) override {} in emitCommonSymbol() argument 39 uint64_t Size = 0, Align ByteAlignment = Align(1),
|
| H A D | MCXCOFFStreamer.h | 24 Align ByteAlignment) override; 26 uint64_t Size = 0, Align ByteAlignment = Align(1),
|
| H A D | MCDXContainerStreamer.h | 39 Align ByteAlignment = Align(1),
|
| H A D | MCStreamer.h | 647 Align ByteAlignment) = 0; 655 Align ByteAlignment); 664 uint64_t Size = 0, Align ByteAlignment = Align(1), 674 uint64_t Size, Align ByteAlignment = Align(1));
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCELFStreamer.cpp | 94 Align ByteAlignment, in HexagonMCEmitCommonSymbol() argument 116 emitValueToAlignment(ByteAlignment, 0, 1, 0); in HexagonMCEmitCommonSymbol() 122 Section.ensureMinAlignment(ByteAlignment); in HexagonMCEmitCommonSymbol() 126 if (ELFSymbol->declareCommon(Size, ByteAlignment)) in HexagonMCEmitCommonSymbol() 143 Align ByteAlignment, in HexagonMCEmitLocalCommonSymbol() argument 149 HexagonMCEmitCommonSymbol(Symbol, Size, ByteAlignment, AccessSize); in HexagonMCEmitLocalCommonSymbol()
|
| H A D | HexagonMCELFStreamer.h | 36 Align ByteAlignment, unsigned AccessSize); 38 Align ByteAlignment, unsigned AccessSize);
|
| H A D | HexagonMCAsmInfo.cpp | 27 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in HexagonMCAsmInfo()
|
| H A D | HexagonMCTargetDesc.cpp | 298 unsigned ByteAlignment, in emitCommonSymbolSorted() argument 303 Symbol, Size, Align(ByteAlignment), AccessSize); in emitCommonSymbolSorted() 307 unsigned ByteAlignment, in emitLocalCommonSymbolSorted() argument 312 Symbol, Size, Align(ByteAlignment), AccessSize); in emitLocalCommonSymbolSorted()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RecordStreamer.h | 52 Align ByteAlignment, SMLoc Loc = SMLoc()) override; 54 Align ByteAlignment) override;
|
| H A D | RecordStreamer.cpp | 104 uint64_t Size, Align ByteAlignment, in emitSymbolAttribute() 110 Align ByteAlignment) { in emitZerofill() 109 emitZerofill(MCSection * Section,MCSymbol * Symbol,uint64_t Size,Align ByteAlignment,SMLoc Loc) emitZerofill() argument 115 emitCommonSymbol(MCSymbol * Symbol,uint64_t Size,Align ByteAlignment) emitCommonSymbol() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTargetStreamer.h | 22 unsigned ByteAlignment, in emitCommonSymbolSorted() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCMCAsmInfo.cpp | 53 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in PPCELFMCAsmInfo()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.h | 105 Align ByteAlignment) override {} in emitCommonSymbol() argument 107 uint64_t Size = 0, Align ByteAlignment = Align(1),
|