Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp81 return TLSModel::InitialExec; in getSelectedTLSModel()
170 Model = TLSModel::InitialExec; in getTLSModel()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCodeGen.h48 InitialExec, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp162 case TLSModel::InitialExec: in lowerSymbolOperandELF()
H A DAArch64ISelLowering.cpp8233 } else if (Model == TLSModel::InitialExec) { in LowerELFGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1277 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml267 | InitialExec Constructor
H A Dllvm.mli296 | InitialExec Constructor
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp573 case TLSModel::InitialExec: in lowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2239 if (model == TLSModel::InitialExec) { in LowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1420 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2191 if (model == TLSModel::InitialExec) { in lowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3390 case TLSModel::InitialExec: { in lowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3695 if (model == TLSModel::InitialExec) { in LowerToTLSExecModels()
3755 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4561 case TLSModel::InitialExec: in lowerGlobalTLSAddress()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3376 if (Model == TLSModel::InitialExec) { in LowerGlobalTLSAddressLinux()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20848 } else if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
20867 if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
20908 case TLSModel::InitialExec: in LowerGlobalTLSAddress()