Home
last modified time | relevance | path

Searched refs:X86EnableAPXForRelocation (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp61 extern cl::opt<bool> X86EnableAPXForRelocation;
260 if (!X86EnableAPXForRelocation) in CompressEVEXImpl()
H A DX86SuppressAPXForReloc.cpp34 cl::opt<bool> X86EnableAPXForRelocation( variable
248 if (X86EnableAPXForRelocation) in runOnMachineFunction()
H A DX86FlagsCopyLowering.cpp69 extern cl::opt<bool> X86EnableAPXForRelocation;
253 X86EnableAPXForRelocation ? false : isAddMemInstrWithRelocation(MI); in getClobberType()
H A DX86RegisterInfo.cpp53 extern cl::opt<bool> X86EnableAPXForRelocation;
128 if (!X86EnableAPXForRelocation && isNonRex2RegClass(RC)) in getLargestLegalSuperClass()
H A DX86InstrInfo.cpp56 extern cl::opt<bool> X86EnableAPXForRelocation;
5437 bool IsWithReloc = X86EnableAPXForRelocation in optimizeCompareInstr()
8108 if (!X86EnableAPXForRelocation && isMemInstrWithGOTPCREL(LoadMI) && in foldMemoryOperandImpl()