| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 154 return isThreadLocal() || isGlobalWriteableData(); in isWriteable() 157 bool isThreadLocal() const { in isThreadLocal() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LowerEmuTLS.cpp | 63 if (G.isThreadLocal()) in run() 101 if (G.isThreadLocal()) in runOnModule()
|
| H A D | TargetLoweringObjectFileImpl.cpp | 551 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 D | GlobalMerge.cpp | 694 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 131 if (!GV->isThreadLocal()) in lowerGlobal() 174 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 | 144 if (GV->isThreadLocal()) { in emitGlobalVariable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
| H A D | HipStdPar.cpp | 67 if (!G.isThreadLocal()) in checkIfSupported() 123 if (G.isThreadLocal()) in maybeHandleGlobals()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Mangling.cpp | 44 if (G->isThreadLocal() && MO.EmulatedTLS) { in add()
|
| H A D | Layer.cpp | 50 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 98 GV->isThreadLocal() || in isUnmergeableGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 89 if (GV->isThreadLocal()) in isLargeGlobalValue()
|
| H A D | TargetLoweringObjectFile.cpp | 244 if (GVar->isThreadLocal()) { in getKindForGlobal()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 265 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 391 if (GV.isThreadLocal()) { in stripThreadLocals()
|
| H A D | WebAssemblyFastISel.cpp | 237 if (GV->isThreadLocal()) in computeAddress() 633 if (GV->isThreadLocal()) in fastMaterializeConstant()
|
| H A D | WebAssemblyAsmPrinter.cpp | 188 assert(!GV->isThreadLocal()); in emitGlobalVariable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 289 if (GV->isThreadLocal()) in addSymbol()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 63 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 277 if (Global && Global->isThreadLocal() && in addLocationAttribute() 319 if (Global->isThreadLocal()) { in addLocationAttribute()
|
| H A D | AsmPrinter.cpp | 729 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 D | AArch64PreLegalizerCombiner.cpp | 131 if (GV->isThreadLocal()) in matchFoldGlobalOffset()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/ |
| H A D | LowerToLLVM.cpp | 1239 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 D | ARMInstructionSelector.cpp | 619 if (GV->isThreadLocal()) { in selectGlobal()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCAsmPrinter.cpp | 2778 !GVKind.isThreadLocal()) // Checks for both ThreadData and ThreadBSS. in emitGlobalVariableHelper() 3070 if (G.isThreadLocal() && !G.isDeclaration()) { in doInitialization()
|