Home
last modified time | relevance | path

Searched refs:PadShortFunctions (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h212 bool PadShortFunctions; variable
439 bool padShortFunctions() const { return PadShortFunctions; } in padShortFunctions()
DX86Subtarget.cpp287 PadShortFunctions = false; in initializeEnvironment()
DX86.td214 "PadShortFunctions", "true",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h305 bool PadShortFunctions = false; variable
676 bool padShortFunctions() const { return PadShortFunctions; } in padShortFunctions()
DX86.td258 "PadShortFunctions", "true",
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h310 bool PadShortFunctions = false; variable
718 bool padShortFunctions() const { return PadShortFunctions; } in padShortFunctions()
DX86.td267 "PadShortFunctions", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23170 if (Bits[X86::FeaturePadShortFunctions]) PadShortFunctions = true;