Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h55 InShadow = true; in reset()
63 bool InShadow = false; variable
H A DX86MCInstLower.cpp120 if (InShadow) { in count()
126 InShadow = false; // The shadow is big enough. Stop counting. in count()
132 if (InShadow && CurrentShadowSize < RequiredShadowSize) { in emitShadowPadding()
133 InShadow = false; in emitShadowPadding()