Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp197 return TLSModel::InitialExec; in getSelectedTLSModel()
280 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.cpp213 case TLSModel::InitialExec: in lowerSymbolOperandELF()
H A DAArch64ISelLowering.cpp10166 } else if (Model == TLSModel::InitialExec) { in LowerELFGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1250 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp999 if (model == TLSModel::LocalExec || model == TLSModel::InitialExec) { in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp887 if (Model == TLSModel::InitialExec) in emitInstruction()
H A DPPCISelLowering.cpp3416 Model = TLSModel::InitialExec; in updateForAIXShLibTLSModelOpt()
3443 if (IsTLSLocalExecModel || Model == TLSModel::InitialExec) { in LowerGlobalTLSAddressAIX()
3605 if (Model == TLSModel::InitialExec) { in LowerGlobalTLSAddressLinux()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1519 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2243 if (model == TLSModel::InitialExec) { in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1505 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2355 if (model == TLSModel::InitialExec) { in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3076 case TLSModel::InitialExec: in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3802 if (model == TLSModel::InitialExec) { in LowerToTLSExecModels()
3862 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4149 case TLSModel::InitialExec: { in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19508 } else if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
19527 if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
19568 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
19695 case TLSModel::InitialExec: in addressingModeSupportsTLS()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8891 case TLSModel::InitialExec: in lowerGlobalTLSAddress()