| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 154 return isThreadLocal() || isGlobalWriteableData(); in isWriteable() 157 bool isThreadLocal() const { in isThreadLocal() function
|
| H A D | MCSectionWasm.h | 69 Kind.isThreadLocal(); in isWasmData()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 131 if (!GV->isThreadLocal()) in lowerGlobal() 177 if (GV.isThreadLocal()) in runOnModule()
|
| H A D | XCoreTargetObjectFile.cpp | 139 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
|
| H A D | XCoreAsmPrinter.cpp | 147 if (GV->isThreadLocal()) { in emitGlobalVariable()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | TLSVariableHoist.cpp | 118 if (!GV || !GV->isThreadLocal()) in collectTLSCandidate() 131 M->globals(), [](GlobalVariable &GV) { return GV.isThreadLocal(); }); in collectTLSCandidates()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceGlobalValues.cpp | 37 return GV.isThreadLocal(); in shouldReduceThreadLocal()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Mangling.cpp | 45 if (G->isThreadLocal() && MO.EmulatedTLS) { in add()
|
| H A D | Layer.cpp | 50 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 562 if (K.isThreadLocal()) in getELFSectionFlags() 1135 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference() 1136 RHS->isThreadLocal()) in lowerRelativeReference() 1590 else if (K.isThreadLocal()) in getCOFFSectionFlags() 1682 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal() 1745 if (Kind.isThreadLocal()) in SelectSectionForGlobal() 1997 LHS->isThreadLocal() || RHS->isThreadLocal() || in lowerRelativeReference() 2105 if (K.isThreadLocal()) in getWasmSectionFlags() 2213 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference() 2214 RHS->isThreadLocal()) in lowerRelativeReference() [all …]
|
| H A D | LowerEmuTLS.cpp | 78 if (G.isThreadLocal()) in runOnModule()
|
| H A D | GlobalMerge.cpp | 629 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in doInitialization()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 99 GV->isThreadLocal() || in isUnmergeableGlobal()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 259 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | TargetLoweringObjectFile.cpp | 217 if (GVar->isThreadLocal()) { in getKindForGlobal()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 285 if (GV.isThreadLocal()) { in stripThreadLocals()
|
| H A D | WebAssemblyFastISel.cpp | 239 if (GV->isThreadLocal()) in computeAddress() 619 if (GV->isThreadLocal()) in fastMaterializeConstant()
|
| H A D | WebAssemblyAsmPrinter.cpp | 178 assert(!GV->isThreadLocal()); in emitGlobalVariable()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PreLegalizerCombiner.cpp | 123 if (GV->isThreadLocal()) in matchFoldGlobalOffset()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 277 if (GV->isThreadLocal()) in addSymbol()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 64 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 235 if (Global && Global->isThreadLocal() && in addLocationAttribute() 280 if (Global->isThreadLocal()) { in addLocationAttribute()
|
| H A D | AsmPrinter.cpp | 666 bool IsEmuTLSVar = TM.useEmulatedTLS() && GV->isThreadLocal(); in emitGlobalVariable() 799 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in emitGlobalVariable() 2286 if (!GV.use_empty() && !GV.isThreadLocal() && in doFinalization()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 617 if (GV->isThreadLocal()) { in selectGlobal()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngine.cpp | 1301 if (!GV->isThreadLocal()) in emitGlobalVariable()
|