Home
last modified time | relevance | path

Searched refs:allowAutoPadding (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmBackend.h55 virtual bool allowAutoPadding() const { return false; } in allowAutoPadding() function
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp161 bool allowAutoPadding() const override;
376 bool X86AsmBackend::allowAutoPadding() const { in allowAutoPadding() function in X86AsmBackend
381 return allowAutoPadding() && TargetPrefixMax != 0 && X86PadForBranchAlign; in allowEnhancedRelaxation()
485 assert(allowAutoPadding() && "incorrect initialization!"); in canPadBranches()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectStreamer.cpp36 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCObjectStreamer()
H A DMCAsmStreamer.cpp89 setAllowAutoPadding(Assembler->getBackend().allowAutoPadding()); in MCAsmStreamer()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1670 if (BC->isX86() && BC->MAB->allowAutoPadding()) { in adjustCommandLineOptions()