| /llvm-project/llvm/test/Verifier/ |
| H A D | threadlocal.ll | 23 ; CHECK: llvm.threadlocal.address operand isThreadLocal() must be true 30 ; CHECK: llvm.threadlocal.address operand isThreadLocal() must be true
|
| /llvm-project/llvm/include/llvm/MC/ |
| H A D | SectionKind.h | 154 return isThreadLocal() || isGlobalWriteableData(); in isWriteable() 157 bool isThreadLocal() const { in isThreadLocal() function
|
| /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 | 568 if (K.isThreadLocal()) in getELFComdat() 1178 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in InitializeELF() 1179 RHS->isThreadLocal()) in InitializeELF() 1639 else if (K.isThreadLocal()) in getComdatGVForCOFF() 1740 if (Kind.isThreadLocal()) in SelectSectionForGlobal() 1803 if (Kind.isThreadLocal()) in getSectionForJumpTable() 2060 LHS->isThreadLocal() || RHS->isThreadLocal() || in scalarConstantToHexString() 2168 if (K.isThreadLocal()) in getExplicitSectionGlobal() 2295 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in ShouldEmitEHBlock() [all...] |
| H A D | GlobalMerge.cpp | 692 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in run()
|
| /llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreLowerThreadLocal.cpp | 133 if (!GV->isThreadLocal()) in lowerGlobal() 176 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 | 142 if (GV->isThreadLocal()) { in emitGlobalVariable()
|
| /llvm-project/llvm/lib/Transforms/HipStdPar/ |
| H A D | HipStdPar.cpp | 67 if (!G.isThreadLocal()) in checkIfSupported() 123 if (G.isThreadLocal()) in maybeHandleGlobals()
|
| /llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | TLSVariableHoist.cpp | |
| /llvm-project/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceGlobalValues.cpp | 37 return GV.isThreadLocal(); in shouldReduceThreadLocal()
|
| /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()
|
| /llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64GlobalsTagging.cpp | |
| /llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ConstantMerge.cpp | 98 GV->isThreadLocal() || in isUnmergeableGlobal()
|
| /llvm-project/llvm/lib/Target/ |
| H A D | TargetMachine.cpp | 81 if (GV->isThreadLocal()) in isLargeGlobalValue()
|
| H A D | TargetLoweringObjectFile.cpp | 216 if (GVar->isThreadLocal()) { in getKindForGlobal()
|
| /llvm-project/llvm/include/llvm/IR/ |
| H A D | GlobalValue.h | 264 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in setThreadLocal() 263 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } isThreadLocal() function
|
| /llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetMachine.cpp | 309 if (GV.isThreadLocal()) { in stripThreadLocals()
|
| H A D | WebAssemblyFastISel.cpp | 239 if (GV->isThreadLocal()) in computeAddress() 635 if (GV->isThreadLocal()) in fastMaterializeConstant()
|
| H A D | WebAssemblyAsmPrinter.cpp | 182 assert(!GV->isThreadLocal()); in emitGlobalVariable()
|
| /llvm-project/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 290 if (GV->isThreadLocal()) in addSymbol()
|
| /llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 63 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
| /llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 256 if (Global && Global->isThreadLocal() && in addLocationAttribute() 301 if (Global->isThreadLocal()) { in addLocationAttribute()
|
| /llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64PreLegalizerCombiner.cpp | 131 if (GV->isThreadLocal()) in matchFoldGlobalOffset()
|