Home
last modified time | relevance | path

Searched refs:isThreadLocal (Results 1 – 25 of 52) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h154 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
157 bool isThreadLocal() const { in isThreadLocal() function
H A DMCSectionWasm.h69 Kind.isThreadLocal(); in isWasmData()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp131 if (!GV->isThreadLocal()) in lowerGlobal()
177 if (GV.isThreadLocal()) in runOnModule()
H A DXCoreTargetObjectFile.cpp139 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
H A DXCoreAsmPrinter.cpp147 if (GV->isThreadLocal()) { in emitGlobalVariable()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp118 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 DReduceGlobalValues.cpp37 return GV.isThreadLocal(); in shouldReduceThreadLocal()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp45 if (G->isThreadLocal() && MO.EmulatedTLS) { in add()
H A DLayer.cpp50 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp562 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 DLowerEmuTLS.cpp78 if (G.isThreadLocal()) in runOnModule()
H A DGlobalMerge.cpp629 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in doInitialization()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp99 GV->isThreadLocal() || in isUnmergeableGlobal()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalValue.h259 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp217 if (GVar->isThreadLocal()) { in getKindForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp285 if (GV.isThreadLocal()) { in stripThreadLocals()
H A DWebAssemblyFastISel.cpp239 if (GV->isThreadLocal()) in computeAddress()
619 if (GV->isThreadLocal()) in fastMaterializeConstant()
H A DWebAssemblyAsmPrinter.cpp178 assert(!GV->isThreadLocal()); in emitGlobalVariable()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp123 if (GV->isThreadLocal()) in matchFoldGlobalOffset()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DIRSymtab.cpp277 if (GV->isThreadLocal()) in addSymbol()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp64 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp235 if (Global && Global->isThreadLocal() && in addLocationAttribute()
280 if (Global->isThreadLocal()) { in addLocationAttribute()
H A DAsmPrinter.cpp666 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 DARMInstructionSelector.cpp617 if (GV->isThreadLocal()) { in selectGlobal()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1301 if (!GV->isThreadLocal()) in emitGlobalVariable()

123