| /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 | MCMachOStreamer.cpp | 102 Align ByteAlignment) override; 105 Align ByteAlignment) override; 107 uint64_t Size = 0, Align ByteAlignment = Align(1), 110 Align ByteAlignment = Align(1)) override; 374 Align ByteAlignment) { in emitCommonSymbol() argument 380 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol() 384 Align ByteAlignment) { in emitLocalCommonSymbol() argument 387 Symbol, Size, ByteAlignment); in emitLocalCommonSymbol() 391 uint64_t Size, Align ByteAlignment, in emitZerofill() argument 409 emitValueToAlignment(ByteAlignment, 0, 1, 0); in emitZerofill() [all …]
|
| H A D | MCXCOFFStreamer.cpp | 125 Align ByteAlignment) { in emitCommonSymbol() argument 129 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol() 134 ByteAlignment); in emitCommonSymbol() 137 emitValueToAlignment(ByteAlignment); in emitCommonSymbol()
|
| H A D | MCWinCOFFStreamer.cpp | 354 Align ByteAlignment) { in emitCommonSymbol() argument 359 if (ByteAlignment > 32) in emitCommonSymbol() 363 Size = std::max(Size, ByteAlignment.value()); in emitCommonSymbol() 368 Symbol->setCommon(Size, ByteAlignment); in emitCommonSymbol() 370 if (!T.isWindowsMSVCEnvironment() && ByteAlignment > 1) { in emitCommonSymbol() 376 << Log2_32_Ceil(ByteAlignment.value()); in emitCommonSymbol() 386 Align ByteAlignment) { in emitLocalCommonSymbol() argument 392 emitValueToAlignment(ByteAlignment, 0, 1, 0); in emitLocalCommonSymbol()
|
| H A D | MCWasmStreamer.cpp | 133 Align ByteAlignment) { in emitCommonSymbol() argument 142 Align ByteAlignment) { in emitLocalCommonSymbol() argument
|
| H A D | MCAsmStreamer.cpp | 231 Align ByteAlignment) override; 239 Align ByteAlignment) override; 242 uint64_t Size = 0, Align ByteAlignment = Align(1), 246 Align ByteAlignment = Align(1)) override; 268 void emitAlignmentDirective(uint64_t ByteAlignment, 1065 Align ByteAlignment) { in emitCommonSymbol() argument 1071 OS << ',' << ByteAlignment.value(); in emitCommonSymbol() 1073 OS << ',' << Log2(ByteAlignment); in emitCommonSymbol() 1093 case LCOMM::ByteAlignment: in emitLocalCommonSymbol() 1105 uint64_t Size, Align ByteAlignment, in emitZerofill() argument [all …]
|
| H A D | MCAsmInfoCOFF.cpp | 25 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in MCAsmInfoCOFF()
|
| H A D | MCELFStreamer.cpp | 266 Align ByteAlignment) { in emitCommonSymbol() argument 281 emitValueToAlignment(ByteAlignment, 0, 1, 0); in emitCommonSymbol() 287 if (Symbol->declareCommon(Size, ByteAlignment)) in emitCommonSymbol() 308 Align ByteAlignment) { in emitLocalCommonSymbol() argument 313 emitCommonSymbol(Symbol, Size, ByteAlignment); in emitLocalCommonSymbol()
|
| H A D | MCNullStreamer.cpp | 39 Align ByteAlignment) override {} in emitCommonSymbol() argument
|
| /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 | HexagonTargetStreamer.h | 22 unsigned ByteAlignment, in emitCommonSymbolSorted() argument
|
| H A D | HexagonMCAsmInfo.cpp | 38 LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment; in HexagonMCAsmInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZHLASMAsmStreamer.h | 87 void emitAlignmentDS(uint64_t ByteAlignment, std::optional<int64_t> Value, 113 Align ByteAlignment) override {} in emitCommonSymbol() argument 116 uint64_t Size = 0, Align ByteAlignment = Align(1),
|
| H A D | SystemZHLASMAsmStreamer.cpp | 77 void SystemZHLASMAsmStreamer::emitAlignmentDS(uint64_t ByteAlignment, in emitAlignmentDS() argument 81 if (!isPowerOf2_64(ByteAlignment)) in emitAlignmentDS()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCWasmStreamer.h | 49 Align ByteAlignment) override; 54 Align ByteAlignment) override;
|
| H A D | MCWinCOFFStreamer.h | 62 Align ByteAlignment) override; 64 Align ByteAlignment) override;
|
| H A D | MCELFStreamer.h | 59 Align ByteAlignment) override; 66 Align ByteAlignment) override;
|
| H A D | MCSPIRVStreamer.h | 37 Align ByteAlignment) override {} in emitCommonSymbol() argument
|
| H A D | MCGOFFStreamer.h | 37 Align ByteAlignment) override {} in emitCommonSymbol() argument
|
| H A D | MCXCOFFStreamer.h | 27 Align ByteAlignment) override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | RecordStreamer.h | 53 Align ByteAlignment, SMLoc Loc = SMLoc()) override; 55 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/include/llvm/DWARFCFIChecker/ |
| H A D | DWARFCFIFunctionFrameStreamer.h | 50 Align ByteAlignment) override {} in emitCommonSymbol() argument
|
| /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),
|