Home
last modified time | relevance | path

Searched refs:getAllowAutoPadding (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp482 if (!OS.getAllowAutoPadding()) in canPadBranches()
761 if (!RF.getAllowAutoPadding()) in padInstructionViaPrefix()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCFragment.h290 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
H A DMCStreamer.h309 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp88 : OS(OS), OldAllowAutoPadding(OS.getAllowAutoPadding()) { in NoAutoPaddingScope()
93 if (b == OS.getAllowAutoPadding()) in changeAndComment()