Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp150 return TLSModel::InitialExec; in getSelectedTLSModel()
234 Model = TLSModel::InitialExec; in getTLSModel()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h48 InitialExec, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp207 case TLSModel::InitialExec: in lowerSymbolOperandELF()
H A DAArch64ISelLowering.cpp8736 } else if (Model == TLSModel::InitialExec) { in LowerELFGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1281 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp827 if (Model == TLSModel::InitialExec) in emitInstruction()
H A DPPCISelLowering.cpp3371 if (IsTLSLocalExecModel || Model == TLSModel::InitialExec) { in LowerGlobalTLSAddressAIX()
3476 if (Model == TLSModel::InitialExec) { in LowerGlobalTLSAddressLinux()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1516 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2285 if (model == TLSModel::InitialExec) { in LowerGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1420 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp938 case TLSModel::InitialExec: in lowerGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2198 if (model == TLSModel::InitialExec) { in lowerGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3670 case TLSModel::InitialExec: { in lowerGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3716 if (model == TLSModel::InitialExec) { in LowerToTLSExecModels()
3776 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18635 } else if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
18654 if (model == TLSModel::InitialExec) { in LowerToTLSExecModel()
18695 case TLSModel::InitialExec: in LowerGlobalTLSAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7019 case TLSModel::InitialExec: in lowerGlobalTLSAddress()