/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 | 554 if (K.isThreadLocal()) in getELFSectionFlags() 1138 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference() 1139 RHS->isThreadLocal()) in lowerRelativeReference() 1608 else if (K.isThreadLocal()) in getCOFFSectionFlags() 1709 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal() 1772 if (Kind.isThreadLocal()) in SelectSectionForGlobal() 2029 LHS->isThreadLocal() || RHS->isThreadLocal() || in lowerRelativeReference() 2137 if (K.isThreadLocal()) in getWasmSectionFlags() 2260 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference() 2261 RHS->isThreadLocal()) in lowerRelativeReference() [all …]
|
H A D | GlobalMerge.cpp | 659 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 134 if (!GV->isThreadLocal()) in lowerGlobal() 179 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/ |
H A D | HipStdPar.cpp | 68 if (!G.isThreadLocal()) in checkIfSupported() 126 if (G.isThreadLocal()) in maybeHandleGlobals()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | TLSVariableHoist.cpp | 117 if (!GV || !GV->isThreadLocal()) in collectTLSCandidate() 130 M->globals(), [](GlobalVariable &GV) { return GV.isThreadLocal(); }); in collectTLSCandidates()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64GlobalsTagging.cpp | 40 if (G.getName().starts_with("llvm.") || G.isThreadLocal() || G.isConstant()) { in shouldTagGlobal()
|
/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 | 76 if (GV->isThreadLocal()) in isLargeGlobalValue()
|
H A D | TargetLoweringObjectFile.cpp | 217 if (GVar->isThreadLocal()) { in getKindForGlobal()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 263 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.cpp | 290 if (GV.isThreadLocal()) { in stripThreadLocals()
|
H A D | WebAssemblyFastISel.cpp | 243 if (GV->isThreadLocal()) in computeAddress() 627 if (GV->isThreadLocal()) in fastMaterializeConstant()
|
H A D | WebAssemblyAsmPrinter.cpp | 184 assert(!GV->isThreadLocal()); in emitGlobalVariable()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 290 if (GV->isThreadLocal()) in addSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 64 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 251 if (Global && Global->isThreadLocal() && in addLocationAttribute() 296 if (Global->isThreadLocal()) { in addLocationAttribute()
|
H A D | AsmPrinter.cpp | 699 bool IsEmuTLSVar = TM.useEmulatedTLS() && GV->isThreadLocal(); in emitGlobalVariable() 828 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in emitGlobalVariable() 2502 if (!GV.use_empty() && !GV.isThreadLocal() && in doFinalization()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 132 if (GV->isThreadLocal()) in matchFoldGlobalOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 619 if (GV->isThreadLocal()) { in selectGlobal()
|