Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp89 return TLSModel::LocalExec; in getSelectedTLSModel()
184 Model = TLSModel::LocalExec; in getTLSModel()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h46 LocalExec enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp141 case TLSModel::LocalExec: in lowerSymbolOperandELF()
H A DAArch64ISelLowering.cpp6691 Model != TLSModel::LocalExec) in LowerELFGlobalTLSAddress()
6708 if (Model == TLSModel::LocalExec) { in LowerELFGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1429 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2118 assert(model == TLSModel::LocalExec); in LowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2193 assert(model == TLSModel::LocalExec); in lowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3265 case TLSModel::LocalExec: { in lowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2864 case TLSModel::LocalExec: in lowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3627 assert(model == TLSModel::LocalExec); in LowerToTLSExecModels()
3663 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3290 if (Model == TLSModel::LocalExec) { in LowerGlobalTLSAddressLinux()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19495 if (model == TLSModel::LocalExec) { in LowerToTLSExecModel()
19558 case TLSModel::LocalExec: in LowerGlobalTLSAddress()