/external/llvm/include/llvm/MC/ |
D | SectionKind.h | 140 return isThreadLocal() || isGlobalWriteableData(); in isWriteable() 143 bool isThreadLocal() const { in isThreadLocal() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | SectionKind.h | 145 return isThreadLocal() || isGlobalWriteableData(); in isWriteable() 148 bool isThreadLocal() const { in isThreadLocal() function
|
D | MCSectionWasm.h | 70 Kind.isThreadLocal(); in isWasmData()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
D | SectionKind.h | 154 return isThreadLocal() || isGlobalWriteableData(); in isWriteable() 157 bool isThreadLocal() const { in isThreadLocal() function
|
D | MCSectionWasm.h | 69 Kind.isThreadLocal(); in isWasmData()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 93 LHS->isThreadLocal() || RHS->isThreadLocal() || in lowerRelativeReference()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 131 if (!GV->isThreadLocal()) in lowerGlobal() 177 if (GV.isThreadLocal()) in runOnModule()
|
D | XCoreTargetObjectFile.cpp | 139 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | TLSVariableHoist.cpp | 118 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/ |
D | XCoreLowerThreadLocal.cpp | 182 if (!GV->isThreadLocal()) in lowerGlobal() 228 if (GV.isThreadLocal()) in runOnModule()
|
D | XCoreTargetObjectFile.cpp | 139 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 183 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()
|
D | LowerEmuTLS.cpp | 75 if (G.isThreadLocal()) in runOnModule()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreLowerThreadLocal.cpp | 182 if (!GV->isThreadLocal()) in lowerGlobal() 228 if (GV.isThreadLocal()) in runOnModule()
|
D | XCoreTargetObjectFile.cpp | 144 assert((Kind.isThreadLocal() || Kind.isCommon()) && "Unknown section kind"); in SelectSectionForGlobal()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
D | Mangling.cpp | 45 if (G->isThreadLocal() && MO.EmulatedTLS) { in add()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 491 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()
|
D | LowerEmuTLS.cpp | 77 if (G.isThreadLocal()) in runOnModule()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 562 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 …]
|
D | LowerEmuTLS.cpp | 78 if (G.isThreadLocal()) in runOnModule()
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 143 bool IsTLS = GV && GV->isThreadLocal(); in shouldAssumeDSOLocal()
|
D | TargetLoweringObjectFile.cpp | 145 if (GVar->isThreadLocal()) { in getKindForGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 194 if (!(GV && GV->isThreadLocal()) && RM == Reloc::Static) in shouldAssumeDSOLocal()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 99 GV->isThreadLocal() || in isUnmergeableGlobal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | Layer.cpp | 43 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()
|