Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86AsmPrinter.h57 InShadow = true; in reset()
65 bool InShadow = false; variable
DX86MCInstLower.cpp83 if (InShadow) { in count()
90 InShadow = false; // The shadow is big enough. Stop counting. in count()
96 if (InShadow && CurrentShadowSize < RequiredShadowSize) { in emitShadowPadding()
97 InShadow = false; in emitShadowPadding()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.h54 InShadow = true; in reset()
62 bool InShadow = false; variable
DX86MCInstLower.cpp85 if (InShadow) { in count()
92 InShadow = false; // The shadow is big enough. Stop counting. in count()
98 if (InShadow && CurrentShadowSize < RequiredShadowSize) { in emitShadowPadding()
99 InShadow = false; in emitShadowPadding()