Home
last modified time | relevance | path

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

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonTargetStreamer.h18 virtual void emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
HDHexagonAsmPrinter.cpp213 OutStreamer.emitCodeAlignment(Align(AlignSize), &STI); in smallData()
241 OutStreamer.emitCodeAlignment(Align(AlignSize), &STI); in smallData()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
HDMCWinCOFFStreamer.cpp83 emitCodeAlignment(Align(4), &STI); in initSections()
86 emitCodeAlignment(Align(4), &STI); in initSections()
89 emitCodeAlignment(Align(4), &STI); in initSections()
HDMCELFStreamer.cpp60 emitCodeAlignment(Align(Ctx.getObjectFileInfo()->getTextSectionAlignment()), in initSections()
HDMCObjectStreamer.cpp567 void MCObjectStreamer::emitCodeAlignment(Align Alignment, in emitCodeAlignment() function in MCObjectStreamer
HDMCAsmStreamer.cpp281 void emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
1573 void MCAsmStreamer::emitCodeAlignment(Align Alignment, in emitCodeAlignment() function in MCAsmStreamer
HDMCStreamer.cpp1235 void MCStreamer::emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI, in emitCodeAlignment() function in MCStreamer
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCXCOFFStreamer.cpp49 emitCodeAlignment(Align(64), &STI, 4); in emitPrefixedInstruction()
HDPPCELFStreamer.cpp57 emitCodeAlignment(Align(64), &STI, 4); in emitPrefixedInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchAsmPrinter.cpp178 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in emitSled()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
HDCSKYTargetStreamer.cpp31 Streamer.emitCodeAlignment( in emitAll()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMMCInstLower.cpp213 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in EmitSled()
HDARMAsmPrinter.cpp1886 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in emitInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCObjectStreamer.h138 void emitCodeAlignment(Align ByteAlignment, const MCSubtargetInfo *STI,
HDMCStreamer.h850 virtual void emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86MCInstLower.cpp1129 OutStreamer->emitCodeAlignment(Align(2), &getSubtargetInfo()); in LowerPATCHABLE_EVENT_CALL()
1227 OutStreamer->emitCodeAlignment(Align(2), &getSubtargetInfo()); in LowerPATCHABLE_TYPED_EVENT_CALL()
1331 OutStreamer->emitCodeAlignment(Align(2), &getSubtargetInfo()); in LowerPATCHABLE_FUNCTION_ENTER()
1361 OutStreamer->emitCodeAlignment(Align(2), &getSubtargetInfo()); in LowerPATCHABLE_RET()
1414 OutStreamer->emitCodeAlignment(Align(2), &getSubtargetInfo()); in LowerPATCHABLE_TAIL_CALL()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp2245 OutStreamer->emitCodeAlignment(TextAlign, getIFuncMCSubtargetInfo()); in emitGlobalIFunc()
2250 OutStreamer->emitCodeAlignment(TextAlign, getIFuncMCSubtargetInfo()); in emitGlobalIFunc()
3122 OutStreamer->emitCodeAlignment(Alignment, STI, MaxBytesToEmit); in emitAlignment()
4275 OutStreamer->emitCodeAlignment(Align(2 * WordSizeBytes), in emitXRayTable()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsAsmPrinter.cpp1171 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in EmitSled()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsTargetStreamer.cpp920 S.emitCodeAlignment(Alignment, &STI, Alignment.value()); in finish()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
HDHexagonAsmParser.cpp1554 getStreamer().emitCodeAlignment(Align(byteSize), &getSTI(), byteSize); in processInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCAsmPrinter.cpp1903 OutStreamer->emitCodeAlignment(Align(8), &getSubtargetInfo()); in emitInstruction()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64AsmPrinter.cpp374 OutStreamer->emitCodeAlignment(Align(4), &getSubtargetInfo()); in emitSled()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp11572 getParser().getStreamer().emitCodeAlignment(Align(2), &getSTI(), 0); in parseDirectiveThumb()
11585 getParser().getStreamer().emitCodeAlignment(Align(4), &getSTI(), 0); in parseDirectiveARM()
12274 getStreamer().emitCodeAlignment(Align(2), &getSTI()); in parseDirectiveEven()
12472 getStreamer().emitCodeAlignment(Align(4), &getSTI(), 0); in parseDirectiveAlign()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp4710 getStreamer().emitCodeAlignment(Align(2), &getSTI(), 0); in parseDirectiveEven()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDAsmParser.cpp3499 getStreamer().emitCodeAlignment( in parseDirectiveAlign()

12