Home
last modified time | relevance | path

Searched refs:useEmulatedTLS (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp72 if (!TM.useEmulatedTLS()) in runOnModule()
H A DTargetPassConfig.cpp1084 if (TM->useEmulatedTLS()) in addISelPasses()
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp146 bool TargetMachine::useEmulatedTLS() const { in useEmulatedTLS() function in TargetMachine
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetMachine.h243 bool useEmulatedTLS() const;
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCodeGenPassBuilder.h579 if (TM.useEmulatedTLS()) in addISelPasses()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp281 if (Asm->TM.useEmulatedTLS()) { in addLocationAttribute()
H A DAsmPrinter.cpp666 bool IsEmuTLSVar = TM.useEmulatedTLS() && GV->isThreadLocal(); in emitGlobalVariable()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2174 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2141 if (DAG.getTarget().useEmulatedTLS()) in lowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4541 if (DAG.getTarget().useEmulatedTLS()) in lowerGlobalTLSAddress()
4547 if (DAG.getTarget().useEmulatedTLS()) in lowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3312 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddressAIX()
3342 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddressLinux()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3327 if (DAG.getTarget().useEmulatedTLS()) in lowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3738 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8348 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20888 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddress()