Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h148 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
151 bool isThreadLocal() const { in isThreadLocal() function
H A DMCSectionWasm.h69 Kind.isThreadLocal(); in isWasmData()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp132 if (!GV->isThreadLocal()) in lowerGlobal()
178 if (GV.isThreadLocal()) in runOnModule()
H A DXCoreTargetObjectFile.cpp139 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
H A DXCoreAsmPrinter.cpp147 if (GV->isThreadLocal()) { in emitGlobalVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp517 if (K.isThreadLocal()) in getELFSectionFlags()
1066 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference()
1067 RHS->isThreadLocal()) in lowerRelativeReference()
1510 else if (K.isThreadLocal()) in getCOFFSectionFlags()
1602 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal()
1665 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
1904 LHS->isThreadLocal() || RHS->isThreadLocal() || in lowerRelativeReference()
2012 if (K.isThreadLocal()) in getWasmSectionFlags()
2120 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference()
2121 RHS->isThreadLocal()) in lowerRelativeReference()
[all …]
H A DLowerEmuTLS.cpp79 if (G.isThreadLocal()) in runOnModule()
H A DGlobalMerge.cpp617 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in doInitialization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DMangling.cpp47 if (G->isThreadLocal() && MO.EmulatedTLS) { in add()
H A DLayer.cpp51 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp99 GV->isThreadLocal() || in isUnmergeableGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp122 if (GV->isThreadLocal()) in matchFoldGlobalOffset()
H A DAArch64LegalizerInfo.cpp858 if (GV->isThreadLocal()) in legalizeSmallCMGlobalValue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp219 if (GVar->isThreadLocal()) { in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp281 if (GV.isThreadLocal()) { in stripThreadLocals()
H A DWebAssemblyAsmPrinter.cpp179 assert(!GV->isThreadLocal()); in emitGlobalVariable()
H A DWebAssemblyFastISel.cpp235 if (GV->isThreadLocal()) in computeAddress()
618 if (GV->isThreadLocal()) in fastMaterializeConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h244 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp267 if (GV->isThreadLocal()) in addSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp66 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp232 if (Global && Global->isThreadLocal() && in addLocationAttribute()
263 if (Global->isThreadLocal()) { in addLocationAttribute()
H A DAsmPrinter.cpp501 bool IsEmuTLSVar = TM.useEmulatedTLS() && GV->isThreadLocal(); in emitGlobalVariable()
630 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in emitGlobalVariable()
1897 !GV.isThreadLocal() && !GV.hasDLLImportStorageClass() && in doFinalization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp617 if (GV->isThreadLocal()) { in selectGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp356 if (!GV->isThreadLocal()) in memAddrUsesCTR()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1302 if (!GV->isThreadLocal()) in emitGlobalVariable()

12