Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86Subtarget.h212 bool PadShortFunctions; variable
439 bool padShortFunctions() const { return PadShortFunctions; } in padShortFunctions()
H A DX86Subtarget.cpp287 PadShortFunctions = false; in initializeEnvironment()
H A DX86.td214 "PadShortFunctions", "true",
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86Subtarget.h305 bool PadShortFunctions = false; variable
676 bool padShortFunctions() const { return PadShortFunctions; } in padShortFunctions()
H A DX86.td258 "PadShortFunctions", "true",
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86.td458 "PadShortFunctions", "true",
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/X86/
H A DX86GenSubtargetInfo.inc282 GET_SUBTARGETINFO_MACRO(PadShortFunctions, false, padShortFunctions)
37471 if (Bits[X86::TuningPadShortFunctions]) PadShortFunctions = true;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
H A DX86GenSubtargetInfo.inc23170 if (Bits[X86::FeaturePadShortFunctions]) PadShortFunctions = true;