Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp63 if (G.isThreadLocal()) in run()
101 if (G.isThreadLocal()) in runOnModule()
H A DTargetLoweringObjectFileImpl.cpp553 if (K.isThreadLocal()) in getELFSectionFlags()
1135 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference()
1136 RHS->isThreadLocal()) in lowerRelativeReference()
1610 else if (K.isThreadLocal()) in getCOFFSectionFlags()
1711 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal()
1774 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
2039 LHS->isThreadLocal() || RHS->isThreadLocal() || in lowerRelativeReference()
2147 if (K.isThreadLocal()) in getWasmSectionFlags()
2256 RHS->isThreadLocal()) in lowerRelativeReference()
2407 if (GO->isThreadLocal()) in getSectionForExternalReference()
[all …]
H A DGlobalMerge.cpp640 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in run()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp68 if (!G.isThreadLocal()) in checkIfSupported()
126 if (G.isThreadLocal()) in maybeHandleGlobals()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp117 if (!GV || !GV->isThreadLocal()) in collectTLSCandidate()
130 M->globals(), [](GlobalVariable &GV) { return GV.isThreadLocal(); }); in collectTLSCandidates()
/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp40 if (G.getName().starts_with("llvm.") || G.isThreadLocal() || G.isConstant()) { in shouldTagGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp97 GV->isThreadLocal() || in isUnmergeableGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp58 if (GV->isThreadLocal()) in isLargeGlobalValue()
H A DTargetLoweringObjectFile.cpp217 if (GVar->isThreadLocal()) { in getKindForGlobal()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h263 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp286 if (GV.isThreadLocal()) { in stripThreadLocals()
H A DWebAssemblyFastISel.cpp239 if (GV->isThreadLocal()) in computeAddress()
619 if (GV->isThreadLocal()) in fastMaterializeConstant()
H A DWebAssemblyAsmPrinter.cpp180 assert(!GV->isThreadLocal()); in emitGlobalVariable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp284 if (GV->isThreadLocal()) in addSymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp64 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp236 if (Global && Global->isThreadLocal() && in addLocationAttribute()
281 if (Global->isThreadLocal()) { in addLocationAttribute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp132 if (GV->isThreadLocal()) in matchFoldGlobalOffset()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp617 if (GV->isThreadLocal()) { in selectGlobal()

123