Home
last modified time | relevance | path

Searched refs:LocalExec (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp83 return TLSModel::LocalExec; in getSelectedTLSModel()
168 Model = TLSModel::LocalExec; in getTLSModel()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h49 LocalExec enumerator
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp165 case TLSModel::LocalExec: in lowerSymbolOperandELF()
H A DAArch64ISelLowering.cpp8214 Model != TLSModel::LocalExec) in LowerELFGlobalTLSAddress()
8231 if (Model == TLSModel::LocalExec) { in LowerELFGlobalTLSAddress()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1274 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml268 | LocalExec Constructor
H A Dllvm.mli297 | LocalExec Constructor
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp577 case TLSModel::LocalExec: in lowerGlobalTLSAddress()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1422 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2263 assert(model == TLSModel::LocalExec); in LowerGlobalTLSAddress()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2201 assert(model == TLSModel::LocalExec); in lowerGlobalTLSAddress()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3401 case TLSModel::LocalExec: { in lowerGlobalTLSAddress()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3720 assert(model == TLSModel::LocalExec); in LowerToTLSExecModels()
3756 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4558 case TLSModel::LocalExec: in lowerGlobalTLSAddress()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3355 if (Model == TLSModel::LocalExec) { in LowerGlobalTLSAddressLinux()
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20846 if (model == TLSModel::LocalExec) { in LowerToTLSExecModel()
20909 case TLSModel::LocalExec: in LowerGlobalTLSAddress()