Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/MC/
DSectionKind.h140 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
143 bool isThreadLocal() const { in isThreadLocal() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h162 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
165 bool isThreadLocal() const { in isThreadLocal() function
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp93 LHS->isThreadLocal() || RHS->isThreadLocal() || in lowerRelativeReference()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp135 if (GVar->isThreadLocal()) { in getKindForGlobal()
269 assert(!Kind.isThreadLocal() && "Doesn't support TLS"); in SelectSectionForGlobal()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp183 if (K.isThreadLocal()) in getELFSectionFlags()
435 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference()
436 RHS->isThreadLocal()) in lowerRelativeReference()
828 else if (K.isThreadLocal()) in getCOFFSectionFlags()
921 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal()
973 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
DLowerEmuTLS.cpp75 if (G.isThreadLocal()) in runOnModule()
DGlobalMerge.cpp536 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasSection()) in doInitialization()
/external/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp182 if (!GV->isThreadLocal()) in lowerGlobal()
228 if (GV.isThreadLocal()) in runOnModule()
DXCoreTargetObjectFile.cpp144 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
DXCoreAsmPrinter.cpp153 if (GV->isThreadLocal()) { in EmitGlobalVariable()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreAsmPrinter.cpp156 if (GV->isThreadLocal()) { in EmitGlobalVariable()
167 if (GV->isThreadLocal()) { in EmitGlobalVariable()
/external/swiftshader/third_party/LLVM/include/llvm/
DGlobalVariable.h138 bool isThreadLocal() const { return isThreadLocalSymbol; } in isThreadLocal() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMGlobalMerge.cpp174 if (!I->hasLocalLinkage() || I->isThreadLocal() || I->hasSection()) in doInitialization()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCloneModule.cpp56 I->isThreadLocal(), in CloneModule()
/external/llvm/lib/Target/
DTargetMachine.cpp143 bool IsTLS = GV && GV->isThreadLocal(); in shouldAssumeDSOLocal()
DTargetLoweringObjectFile.cpp145 if (GVar->isThreadLocal()) { in getKindForGlobal()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp159 if (K.isThreadLocal()) in getELFSectionFlags()
606 assert(!Kind.isThreadLocal() && "Doesn't support TLS"); in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp181 setThreadLocal(SrcVar->isThreadLocal()); in copyAttributesFrom()
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp523 GV->isThreadLocal(), in SRAGlobal()
557 GV->isThreadLocal(), in SRAGlobal()
869 GV->isThreadLocal()); in OptimizeGlobalAddressOfMalloc()
902 GV->getName()+".init", GV->isThreadLocal()); in OptimizeGlobalAddressOfMalloc()
1321 GV->isThreadLocal()); in PerformHeapAllocSRoA()
1638 GV->isThreadLocal()); in TryToShrinkGlobalToBoolean()
2035 GCL->isThreadLocal()); in InstallGlobalCtors()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h225 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/external/llvm/include/llvm/IR/
DGlobalValue.h208 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/external/swiftshader/third_party/LLVM/lib/Linker/
DLinkModules.cpp589 DstGV->isThreadLocal(), in linkAppendingVarProto()
660 SGV->isThreadLocal(), in linkGlobalProto()
/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp52 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp794 if (GV->isThreadLocal()) { in getMemoryForGV()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp214 if (!GV->isThreadLocal()) in memAddrUsesCTR()

123