Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp171 return TLSModel::InitialExec; in getSelectedTLSModel()
254 Model = TLSModel::InitialExec; in getTLSModel()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h48 InitialExec, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp208 case TLSModel::InitialExec: in lowerSymbolOperandELF()
H A DAArch64ISelLowering.cpp9531 } else if (Model == TLSModel::InitialExec) { in LowerELFGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1279 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp879 if (Model == TLSModel::InitialExec) in emitInstruction()
H A DPPCISelLowering.cpp3405 Model = TLSModel::InitialExec; in updateForAIXShLibTLSModelOpt()
3428 if (IsTLSLocalExecModel || Model == TLSModel::InitialExec) { in LowerGlobalTLSAddressAIX()
3590 if (Model == TLSModel::InitialExec) { in LowerGlobalTLSAddressLinux()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1517 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2277 if (model == TLSModel::InitialExec) { in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1439 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2214 if (model == TLSModel::InitialExec) { in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1912 case TLSModel::InitialExec: in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3693 case TLSModel::InitialExec: { in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3732 if (model == TLSModel::InitialExec) { in LowerToTLSExecModels()
3792 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18803 } else if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
18822 if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
18863 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
18990 case TLSModel::InitialExec: in addressingModeSupportsTLS()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7520 case TLSModel::InitialExec: in lowerGlobalTLSAddress()