| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonTargetStreamer.h | 18 virtual void emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCWinCOFFStreamer.cpp | 144 emitCodeAlignment(Align(4), &STI); in initSections() 147 emitCodeAlignment(Align(4), &STI); in initSections() 150 emitCodeAlignment(Align(4), &STI); in initSections()
|
| H A D | MCELFStreamer.cpp | 58 emitCodeAlignment(Align(Ctx.getObjectFileInfo()->getTextSectionAlignment()), in initSections()
|
| H A D | MCObjectStreamer.cpp | 603 void MCObjectStreamer::emitCodeAlignment(Align Alignment, in emitCodeAlignment() function in MCObjectStreamer
|
| H A D | MCAsmStreamer.cpp | 276 void emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI, 1537 void MCAsmStreamer::emitCodeAlignment(Align Alignment, in emitCodeAlignment() function in MCAsmStreamer
|
| H A D | MCStreamer.cpp | 1332 void MCStreamer::emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI, in emitCodeAlignment() function in MCStreamer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCXCOFFStreamer.cpp | 45 emitCodeAlignment(Align(64), &STI, 4); in emitPrefixedInstruction()
|
| H A D | PPCELFStreamer.cpp | 55 emitCodeAlignment(Align(64), &STI, 4); in emitPrefixedInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| H A D | SystemZHLASMAsmStreamer.h | 92 void emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
|
| H A D | SystemZHLASMAsmStreamer.cpp | 146 void SystemZHLASMAsmStreamer::emitCodeAlignment(Align Alignment, in emitCodeAlignment() function in SystemZHLASMAsmStreamer
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
| H A D | CSKYTargetStreamer.cpp | 32 Streamer.emitCodeAlignment( in emitAll()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMMCInstLower.cpp | 213 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in EmitSled()
|
| H A D | ARMAsmPrinter.cpp | 1920 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchAsmPrinter.cpp | 251 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in emitSled()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCObjectStreamer.h | 137 void emitCodeAlignment(Align ByteAlignment, const MCSubtargetInfo *STI,
|
| H A D | MCStreamer.h | 830 virtual void emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonAsmPrinter.cpp | 211 OutStreamer.emitCodeAlignment(Align(AlignSize), &STI); in smallData() 239 OutStreamer.emitCodeAlignment(Align(AlignSize), &STI); in smallData()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 1124 OutStreamer->emitCodeAlignment(Align(2), &getSubtargetInfo()); in LowerPATCHABLE_EVENT_CALL() 1222 OutStreamer->emitCodeAlignment(Align(2), &getSubtargetInfo()); in LowerPATCHABLE_TYPED_EVENT_CALL() 1326 OutStreamer->emitCodeAlignment(Align(2), &getSubtargetInfo()); in LowerPATCHABLE_FUNCTION_ENTER() 1356 OutStreamer->emitCodeAlignment(Align(2), &getSubtargetInfo()); in LowerPATCHABLE_RET() 1409 OutStreamer->emitCodeAlignment(Align(2), &getSubtargetInfo()); in LowerPATCHABLE_TAIL_CALL()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcAsmPrinter.cpp | 339 OutStreamer->emitCodeAlignment(Align(16), &getSubtargetInfo()); in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 1200 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in EmitSled()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVAsmPrinter.cpp | 521 OutStreamer->emitCodeAlignment(Align(4), STI); in emitSled()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsTargetStreamer.cpp | 973 S.emitCodeAlignment(Alignment, &STI, Alignment.value()); in finish()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2388 OutStreamer->emitCodeAlignment(TextAlign, getIFuncMCSubtargetInfo()); in emitGlobalIFunc() 2393 OutStreamer->emitCodeAlignment(TextAlign, getIFuncMCSubtargetInfo()); in emitGlobalIFunc() 3458 OutStreamer->emitCodeAlignment(Alignment, STI, MaxBytesToEmit); in emitAlignment()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
| H A D | HexagonAsmParser.cpp | 1563 getStreamer().emitCodeAlignment(Align(byteSize), &getSTI(), byteSize); in processInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 1881 OutStreamer->emitCodeAlignment(Align(8), &getSubtargetInfo()); in emitInstruction()
|