Home
last modified time | relevance | path

Searched refs:CurrentShadowSize (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h54 CurrentShadowSize = 0; in reset()
70 unsigned RequiredShadowSize = 0, CurrentShadowSize = 0; variable
H A DX86MCInstLower.cpp124 CurrentShadowSize += Code.size(); in count()
125 if (CurrentShadowSize >= RequiredShadowSize) in count()
132 if (InShadow && CurrentShadowSize < RequiredShadowSize) { in emitShadowPadding()
134 emitX86Nops(OutStreamer, RequiredShadowSize - CurrentShadowSize, in emitShadowPadding()