Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86AsmPrinter.h55 InShadow = true; in reset()
63 bool InShadow = false; variable
H A DX86MCInstLower.cpp109 if (InShadow) { in count()
116 InShadow = false; // The shadow is big enough. Stop counting. in count()
122 if (InShadow && CurrentShadowSize < RequiredShadowSize) { in emitShadowPadding()
123 InShadow = false; in emitShadowPadding()