Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h55 InShadow = true; in reset()
63 bool InShadow = false; variable
H A DX86MCInstLower.cpp110 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()