Searched refs:RequiredShadowSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h54 RequiredShadowSize = RequiredSize;
66 // RequiredShadowSize holds the length of the shadow specified in the most
70 // or equal to RequiredShadowSize.
71 unsigned RequiredShadowSize = 0, CurrentShadowSize = 0; member in class:llvm::X86AsmPrinter::StackMapShadowTracker
H A DX86MCInstLower.cpp88 if (CurrentShadowSize >= RequiredShadowSize)
95 if (InShadow && CurrentShadowSize < RequiredShadowSize) {
97 EmitNops(OutStreamer, RequiredShadowSize - CurrentShadowSize,

Completed in 270 milliseconds