Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
DXCoreAsmPrinter.cpp148 if (GV->isThreadLocal()) { in EmitGlobalVariable()
/third_party/skia/third_party/externals/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()
DGlobalMerge.cpp615 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in doInitialization()
DTargetLoweringBase.cpp1706 if (UseTLS != UnsafeStackPtr->isThreadLocal()) in getDefaultSafeStackPointerLocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp194 if (!(GV && GV->isThreadLocal()) && RM == Reloc::Static) in shouldAssumeDSOLocal()
DTargetLoweringObjectFile.cpp156 if (GVar->isThreadLocal()) { in getKindForGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLayer.cpp43 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h225 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h250 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp258 if (GV->isThreadLocal()) in addSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp213 if (Global && Global->isThreadLocal() && in addLocationAttribute()
244 if (Global->isThreadLocal()) { in addLocationAttribute()
DAsmPrinter.cpp455 bool IsEmuTLSVar = TM.useEmulatedTLS() && GV->isThreadLocal(); in EmitGlobalVariable()
584 if (GVKind.isThreadLocal() && MAI->hasMachoTBSSDirective()) { in EmitGlobalVariable()
1640 if (!GV.use_empty() && !GV.isThreadLocal() && in doFinalization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp236 if (GV->isThreadLocal()) in computeAddress()
619 if (GV->isThreadLocal()) in fastMaterializeConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEvaluator.cpp67 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp249 if (!GV->isThreadLocal()) in mightUseCTR()
DPPCAsmPrinter.cpp1596 if (GV->isThreadLocal()) in ValidateGV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp619 if (GV->isThreadLocal()) { in selectGlobal()
DARMFastISel.cpp539 if (VT != MVT::i32 || GV->isThreadLocal()) return 0; in ARMMaterializeGV()
552 bool IsThreadLocal = GVar && GVar->isThreadLocal(); in ARMMaterializeGV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1302 if (!GV->isThreadLocal()) in EmitGlobalVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1386 GV.isThreadLocal()) in instrumentGlobals()

12