/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 148 return isThreadLocal() || isGlobalWriteableData(); in isWriteable() 151 bool isThreadLocal() const { in isThreadLocal() function
|
H A D | MCSectionWasm.h | 69 Kind.isThreadLocal(); in isWasmData()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreLowerThreadLocal.cpp | 132 if (!GV->isThreadLocal()) in lowerGlobal() 178 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 517 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 D | LowerEmuTLS.cpp | 79 if (G.isThreadLocal()) in runOnModule()
|
H A D | GlobalMerge.cpp | 617 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in doInitialization()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | Mangling.cpp | 47 if (G->isThreadLocal() && MO.EmulatedTLS) { in add()
|
H A D | Layer.cpp | 51 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 99 GV->isThreadLocal() || in isUnmergeableGlobal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 122 if (GV->isThreadLocal()) in matchFoldGlobalOffset()
|
H A D | AArch64LegalizerInfo.cpp | 858 if (GV->isThreadLocal()) in legalizeSmallCMGlobalValue()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 219 if (GVar->isThreadLocal()) { in getKindForGlobal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.cpp | 281 if (GV.isThreadLocal()) { in stripThreadLocals()
|
H A D | WebAssemblyAsmPrinter.cpp | 179 assert(!GV->isThreadLocal()); in emitGlobalVariable()
|
H A D | WebAssemblyFastISel.cpp | 235 if (GV->isThreadLocal()) in computeAddress() 618 if (GV->isThreadLocal()) in fastMaterializeConstant()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 244 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | IRSymtab.cpp | 267 if (GV->isThreadLocal()) in addSymbol()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 66 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 232 if (Global && Global->isThreadLocal() && in addLocationAttribute() 263 if (Global->isThreadLocal()) { in addLocationAttribute()
|
H A D | AsmPrinter.cpp | 501 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 D | ARMInstructionSelector.cpp | 617 if (GV->isThreadLocal()) { in selectGlobal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 356 if (!GV->isThreadLocal()) in memAddrUsesCTR()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
H A D | ExecutionEngine.cpp | 1302 if (!GV->isThreadLocal()) in emitGlobalVariable()
|