Home
last modified time | relevance | path

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

12345

/external/llvm/include/llvm/MC/
DSectionKind.h140 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
143 bool isThreadLocal() const { in isThreadLocal() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DSectionKind.h145 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
148 bool isThreadLocal() const { in isThreadLocal() function
DMCSectionWasm.h70 Kind.isThreadLocal(); in isWasmData()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DSectionKind.h154 return isThreadLocal() || isGlobalWriteableData(); in isWriteable()
157 bool isThreadLocal() const { in isThreadLocal() function
DMCSectionWasm.h69 Kind.isThreadLocal(); in isWasmData()
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp93 LHS->isThreadLocal() || RHS->isThreadLocal() || in lowerRelativeReference()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp131 if (!GV->isThreadLocal()) in lowerGlobal()
177 if (GV.isThreadLocal()) in runOnModule()
DXCoreTargetObjectFile.cpp139 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DTLSVariableHoist.cpp118 if (!GV || !GV->isThreadLocal()) in collectTLSCandidate()
131 M->globals(), [](GlobalVariable &GV) { return GV.isThreadLocal(); }); in collectTLSCandidates()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreLowerThreadLocal.cpp182 if (!GV->isThreadLocal()) in lowerGlobal()
228 if (GV.isThreadLocal()) in runOnModule()
DXCoreTargetObjectFile.cpp139 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); 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()
/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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DMangling.cpp45 if (G->isThreadLocal() && MO.EmulatedTLS) { in add()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp491 if (K.isThreadLocal()) in getELFSectionFlags()
814 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference()
815 RHS->isThreadLocal()) in lowerRelativeReference()
1239 else if (K.isThreadLocal()) in getCOFFSectionFlags()
1331 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal()
1390 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
1589 LHS->isThreadLocal() || RHS->isThreadLocal() || in lowerRelativeReference()
1794 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference()
1795 RHS->isThreadLocal()) in lowerRelativeReference()
DLowerEmuTLS.cpp77 if (G.isThreadLocal()) in runOnModule()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp562 if (K.isThreadLocal()) in getELFSectionFlags()
1135 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference()
1136 RHS->isThreadLocal()) in lowerRelativeReference()
1590 else if (K.isThreadLocal()) in getCOFFSectionFlags()
1682 if (Kind.isThreadLocal()) in getCOFFSectionNameForUniqueGlobal()
1745 if (Kind.isThreadLocal()) in SelectSectionForGlobal()
1997 LHS->isThreadLocal() || RHS->isThreadLocal() || in lowerRelativeReference()
2105 if (K.isThreadLocal()) in getWasmSectionFlags()
2213 RHS->getType()->getPointerAddressSpace() != 0 || LHS->isThreadLocal() || in lowerRelativeReference()
2214 RHS->isThreadLocal()) in lowerRelativeReference()
[all …]
DLowerEmuTLS.cpp78 if (G.isThreadLocal()) in runOnModule()
/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-10.0/llvm/lib/Target/
DTargetMachine.cpp194 if (!(GV && GV->isThreadLocal()) && RM == Reloc::Static) in shouldAssumeDSOLocal()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp99 GV->isThreadLocal() || in isUnmergeableGlobal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLayer.cpp43 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()

12345