/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
D | XCoreAsmPrinter.cpp | 148 if (GV->isThreadLocal()) { in EmitGlobalVariable()
|
/third_party/skia/third_party/externals/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()
|
D | GlobalMerge.cpp | 615 if (GV.isDeclaration() || GV.isThreadLocal() || GV.hasImplicitSection()) in doInitialization()
|
D | TargetLoweringBase.cpp | 1706 if (UseTLS != UnsafeStackPtr->isThreadLocal()) in getDefaultSafeStackPointerLocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 194 if (!(GV && GV->isThreadLocal()) && RM == Reloc::Static) in shouldAssumeDSOLocal()
|
D | TargetLoweringObjectFile.cpp | 156 if (GVar->isThreadLocal()) { in getKindForGlobal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | Layer.cpp | 43 if (G.isThreadLocal() && MO.EmulatedTLS) { in IRMaterializationUnit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 225 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/ |
D | GlobalValue.h | 250 bool isThreadLocal() const { return getThreadLocalMode() != NotThreadLocal; } in isThreadLocal() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 258 if (GV->isThreadLocal()) in addSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 213 if (Global && Global->isThreadLocal() && in addLocationAttribute() 244 if (Global->isThreadLocal()) { in addLocationAttribute()
|
D | AsmPrinter.cpp | 455 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/ |
D | WebAssemblyFastISel.cpp | 236 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/ |
D | Evaluator.cpp | 67 return !GV->hasDLLImportStorageClass() && !GV->isThreadLocal(); in isSimpleEnoughValueToCommitHelper()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 249 if (!GV->isThreadLocal()) in mightUseCTR()
|
D | PPCAsmPrinter.cpp | 1596 if (GV->isThreadLocal()) in ValidateGV()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 619 if (GV->isThreadLocal()) { in selectGlobal()
|
D | ARMFastISel.cpp | 539 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/ |
D | ExecutionEngine.cpp | 1302 if (!GV->isThreadLocal()) in EmitGlobalVariable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1386 GV.isThreadLocal()) in instrumentGlobals()
|