Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCFragment.h285 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
DMCStreamer.h290 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp567 if (!OS.getAllowAutoPadding()) in canPadBranches()
859 if (!RF.getAllowAutoPadding()) in padInstructionViaPrefix()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCStreamer.h278 bool getAllowAutoPadding() const { return AllowAutoPadding; } in getAllowAutoPadding() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86AsmBackend.cpp363 if (!OS.getAllowAutoPadding()) in needAlign()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1170 : OS(OS), OldAllowAutoPadding(OS.getAllowAutoPadding()) { in NoAutoPaddingScope()
1177 if (b == OS.getAllowAutoPadding()) in changeAndComment()
/external/llvm-project/llvm/lib/Target/X86/
DX86MCInstLower.cpp83 : OS(OS), OldAllowAutoPadding(OS.getAllowAutoPadding()) { in NoAutoPaddingScope()
88 if (b == OS.getAllowAutoPadding()) in changeAndComment()