Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h154 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
157 bool isThreadLocal() const { in isThreadLocal() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp63 if (G.isThreadLocal()) in run()
101 if (G.isThreadLocal()) in runOnModule()
H A DTargetLoweringObjectFileImpl.cpp551 if (K.isThreadLocal()) in getELFSectionFlags()
1668 else if (K.isThreadLocal()) in getCOFFSectionFlags()
1769 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal()
1832 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
2089 LHS->isThreadLocal() || RHS->isThreadLocal() || in lowerRelativeReference()
2200 if (K.isThreadLocal()) in getWasmSectionFlags()
2468 if (GO->isThreadLocal()) in getSectionForExternalReference()
2559 if (Kind.isThreadLocal()) { in SelectSectionForGlobal()
H A DGlobalMerge.cpp694 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp131 if (!GV->isThreadLocal()) in lowerGlobal()
174 if (GV.isThreadLocal()) in runOnModule()
H A DXCoreTargetObjectFile.cpp139 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
H A DXCoreAsmPrinter.cpp144 if (GV->isThreadLocal()) { in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp67 if (!G.isThreadLocal()) in checkIfSupported()
123 if (G.isThreadLocal()) in maybeHandleGlobals()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp44 if (G->isThreadLocal() && MO.EmulatedTLS) { in add()
H A DLayer.cpp50 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp98 GV->isThreadLocal() || in isUnmergeableGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp89 if (GV->isThreadLocal()) in isLargeGlobalValue()
H A DTargetLoweringObjectFile.cpp244 if (GVar->isThreadLocal()) { in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h265 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp391 if (GV.isThreadLocal()) { in stripThreadLocals()
H A DWebAssemblyFastISel.cpp237 if (GV->isThreadLocal()) in computeAddress()
633 if (GV->isThreadLocal()) in fastMaterializeConstant()
H A DWebAssemblyAsmPrinter.cpp188 assert(!GV->isThreadLocal()); in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp289 if (GV->isThreadLocal()) in addSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp63 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp277 if (Global && Global->isThreadLocal() && in addLocationAttribute()
319 if (Global->isThreadLocal()) { in addLocationAttribute()
H A DAsmPrinter.cpp729 bool IsEmuTLSVar = TM.useEmulatedTLS() && GV->isThreadLocal(); in emitGlobalVariable()
857 if (GVKind.isThreadLocal() && MAI->isMachO()) { in emitGlobalVariable()
2447 if (G.getName().starts_with("llvm.") || G.isThreadLocal() || G.isConstant()) in shouldTagGlobal()
2743 if (!GV.use_empty() && !GV.isThreadLocal() && in doFinalization()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp131 if (GV->isThreadLocal()) in matchFoldGlobalOffset()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1239 const bool isThreadLocal = false; in setupRegionInitializedLLVMGlobalOp() local
1249 isDsoLocal, isThreadLocal, comdatAttr, attributes); in setupRegionInitializedLLVMGlobalOp()
1293 const bool isThreadLocal = false; in matchAndRewrite() local
1330 alignment, addrSpace, isDsoLocal, isThreadLocal, comdatAttr, attributes); in matchAndRewrite()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp619 if (GV->isThreadLocal()) { in selectGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2778 !GVKind.isThreadLocal()) // Checks for both ThreadData and ThreadBSS. in emitGlobalVariableHelper()
3070 if (G.isThreadLocal() && !G.isDeclaration()) { in doInitialization()

123