Home
last modified time | relevance | path

Searched refs:emitCodeAlignment (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonTargetStreamer.h18 virtual void emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp144 emitCodeAlignment(Align(4), &STI); in initSections()
147 emitCodeAlignment(Align(4), &STI); in initSections()
150 emitCodeAlignment(Align(4), &STI); in initSections()
H A DMCELFStreamer.cpp58 emitCodeAlignment(Align(Ctx.getObjectFileInfo()->getTextSectionAlignment()), in initSections()
H A DMCObjectStreamer.cpp603 void MCObjectStreamer::emitCodeAlignment(Align Alignment, in emitCodeAlignment() function in MCObjectStreamer
H A DMCAsmStreamer.cpp276 void emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
1537 void MCAsmStreamer::emitCodeAlignment(Align Alignment, in emitCodeAlignment() function in MCAsmStreamer
H A DMCStreamer.cpp1332 void MCStreamer::emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI, in emitCodeAlignment() function in MCStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCXCOFFStreamer.cpp45 emitCodeAlignment(Align(64), &STI, 4); in emitPrefixedInstruction()
H A DPPCELFStreamer.cpp55 emitCodeAlignment(Align(64), &STI, 4); in emitPrefixedInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZHLASMAsmStreamer.h92 void emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
H A DSystemZHLASMAsmStreamer.cpp146 void SystemZHLASMAsmStreamer::emitCodeAlignment(Align Alignment, in emitCodeAlignment() function in SystemZHLASMAsmStreamer
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYTargetStreamer.cpp32 Streamer.emitCodeAlignment( in emitAll()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMMCInstLower.cpp213 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in EmitSled()
H A DARMAsmPrinter.cpp1920 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchAsmPrinter.cpp251 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in emitSled()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectStreamer.h137 void emitCodeAlignment(Align ByteAlignment, const MCSubtargetInfo *STI,
H A DMCStreamer.h830 virtual void emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp211 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 DX86MCInstLower.cpp1124 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 DSparcAsmPrinter.cpp339 OutStreamer->emitCodeAlignment(Align(16), &getSubtargetInfo()); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp1200 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in EmitSled()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp521 OutStreamer->emitCodeAlignment(Align(4), STI); in emitSled()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp973 S.emitCodeAlignment(Alignment, &STI, Alignment.value()); in finish()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2388 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 DHexagonAsmParser.cpp1563 getStreamer().emitCodeAlignment(Align(byteSize), &getSTI(), byteSize); in processInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1881 OutStreamer->emitCodeAlignment(Align(8), &getSubtargetInfo()); in emitInstruction()

12