Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp87 return TLSModel::InitialExec; in getSelectedTLSModel()
186 Model = TLSModel::InitialExec; in getTLSModel()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h45 InitialExec, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp138 case TLSModel::InitialExec: in lowerSymbolOperandELF()
H A DAArch64ISelLowering.cpp6710 } else if (Model == TLSModel::InitialExec) { in LowerELFGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1427 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2094 if (model == TLSModel::InitialExec) { in LowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2183 if (model == TLSModel::InitialExec) { in lowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3254 case TLSModel::InitialExec: { in lowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2867 case TLSModel::InitialExec: in lowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3602 if (model == TLSModel::InitialExec) { in LowerToTLSExecModels()
3662 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19497 } else if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
19516 if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
19557 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3311 if (Model == TLSModel::InitialExec) { in LowerGlobalTLSAddressLinux()