Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetMachine.cpp100 return TLSModel::InitialExec; in getSelectedTLSModel()
227 Model = TLSModel::InitialExec; in getTLSModel()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCodeGen.h45 InitialExec, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp139 case TLSModel::InitialExec: in lowerSymbolOperandELF()
H A DAArch64ISelLowering.cpp4250 } else if (Model == TLSModel::InitialExec) { in LowerELFGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1215 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2085 if (model == TLSModel::InitialExec) { in LowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2061 if (model == TLSModel::InitialExec) { in lowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2968 if (model == TLSModel::InitialExec) { in LowerToTLSExecModels()
3028 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2770 case TLSModel::InitialExec: { in lowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17013 } else if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
17032 if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
17070 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2762 if (Model == TLSModel::InitialExec) { in LowerGlobalTLSAddress()