Searched refs:EmulatedTLS (Results 1 – 20 of 20) sorted by relevance
103 EmulatedTLS(false), EnableIPRA(false), in TargetOptions()209 unsigned EmulatedTLS : 1; variable281 ARE_EQUAL(EmulatedTLS) &&
99 Target->Options.EmulatedTLS = EmulatedTLS; in selectTarget()
111 NoTrapAfterNoreturn(false), EmulatedTLS(false), in TargetOptions()224 unsigned EmulatedTLS : 1; variable
542 bool EmulatedTLS = true; variable642 void setEmulatedTLS(bool EmulatedTLS) { in setEmulatedTLS() argument643 this->EmulatedTLS = EmulatedTLS; in setEmulatedTLS()
242 cl::opt<bool> EmulatedTLS("emulated-tls",307 Options.EmulatedTLS = EmulatedTLS; in InitTargetOptionsFromCodeGenFlags()
235 static cl::opt<bool> EmulatedTLS("emulated-tls",292 Options.EmulatedTLS = EmulatedTLS;293 Options.ExplicitEmulatedTLS = EmulatedTLS.getNumOccurrences() > 0;
69 if (!TM || !TM->Options.EmulatedTLS) in runOnModule()
127 if (TM->Options.EmulatedTLS) in addPassesToGenerateCode()
203 return Options.EmulatedTLS; in useEmulatedTLS()
627 Options.EmulatedTLS = CodeGenOpts.EmulatedTLS; in CreateTargetMachine()
67 CODEGENOPT(EmulatedTLS , 1, 0) ///< Set when -femulated-tls is enabled.
158 if (Asm->TM.Options.EmulatedTLS) { in getOrCreateGlobalVariableDIE()
352 bool IsEmuTLSVar = TM.Options.EmulatedTLS && GV->isThreadLocal(); in EmitGlobalVariable()
755 Opts.EmulatedTLS = in ParseCodeGenArgs()
2038 if (DAG.getTarget().Options.EmulatedTLS) in LowerGlobalTLSAddress()
1812 if (DAG.getTarget().Options.EmulatedTLS) in lowerGlobalTLSAddress()
2572 if (DAG.getTarget().Options.EmulatedTLS) in lowerGlobalTLSAddress()
3517 if (DAG.getTarget().Options.EmulatedTLS) in LowerELFGlobalTLSAddress()
2215 if (DAG.getTarget().Options.EmulatedTLS) in LowerGlobalTLSAddress()
2776 if (DAG.getTarget().Options.EmulatedTLS) in LowerGlobalTLSAddress()