Home
last modified time | relevance | path

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

123

/llvm-project/llvm/test/Verifier/
H A Dthreadlocal.ll23 ; 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 DSectionKind.h154 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
157 bool isThreadLocal() const { in isThreadLocal() function
/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp63 if (G.isThreadLocal()) in run()
101 if (G.isThreadLocal()) in runOnModule()
H A DTargetLoweringObjectFileImpl.cpp568 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 DGlobalMerge.cpp692 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in run()
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp133 if (!GV->isThreadLocal()) in lowerGlobal()
176 if (GV.isThreadLocal()) in runOnModule()
H A DXCoreTargetObjectFile.cpp139 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
H A DXCoreAsmPrinter.cpp142 if (GV->isThreadLocal()) { in emitGlobalVariable()
/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp67 if (!G.isThreadLocal()) in checkIfSupported()
123 if (G.isThreadLocal()) in maybeHandleGlobals()
/llvm-project/llvm/lib/Transforms/Scalar/
H A DTLSVariableHoist.cpp
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceGlobalValues.cpp37 return GV.isThreadLocal(); in shouldReduceThreadLocal()
/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()
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp
/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp98 GV->isThreadLocal() || in isUnmergeableGlobal()
/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp81 if (GV->isThreadLocal()) in isLargeGlobalValue()
H A DTargetLoweringObjectFile.cpp216 if (GVar->isThreadLocal()) { in getKindForGlobal()
/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h264 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 DWebAssemblyTargetMachine.cpp309 if (GV.isThreadLocal()) { in stripThreadLocals()
H A DWebAssemblyFastISel.cpp239 if (GV->isThreadLocal()) in computeAddress()
635 if (GV->isThreadLocal()) in fastMaterializeConstant()
H A DWebAssemblyAsmPrinter.cpp182 assert(!GV->isThreadLocal()); in emitGlobalVariable()
/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp290 if (GV->isThreadLocal()) in addSymbol()
/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp63 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp256 if (Global && Global->isThreadLocal() && in addLocationAttribute()
301 if (Global->isThreadLocal()) { in addLocationAttribute()
/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp131 if (GV->isThreadLocal()) in matchFoldGlobalOffset()

123