Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp199 return TLSModel::LocalExec; in getSelectedTLSModel()
278 Model = TLSModel::LocalExec; in getTLSModel()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h49 LocalExec enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMCInstLower.cpp112 if (Model == TLSModel::LocalExec) in GetSymbolRef()
H A DPPCAsmPrinter.cpp885 if (Model == TLSModel::LocalExec) in emitInstruction()
1702 assert((Model == TLSModel::LocalExec || Model == TLSModel::LocalDynamic) && in getAdjustedFasterLocalExpr()
1725 (Model == TLSModel::LocalExec ? PPC::S_AIX_TLSLE : PPC::S_AIX_TLSLD), in getAdjustedFasterLocalExpr()
H A DPPCISelDAGToDAG.cpp7639 if (DAG->getTarget().getTLSModel(GA->getGlobal()) == TLSModel::LocalExec) { in isEligibleToFoldADDIForFasterLocalAccesses()
H A DPPCISelLowering.cpp3441 bool IsTLSLocalExecModel = Model == TLSModel::LocalExec; in LowerGlobalTLSAddressAIX()
3584 if (Model == TLSModel::LocalExec) { in LowerGlobalTLSAddressLinux()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp216 case TLSModel::LocalExec: in lowerSymbolOperandELF()
H A DAArch64ISelLowering.cpp10147 Model != TLSModel::LocalExec) in LowerELFGlobalTLSAddress()
10164 if (Model == TLSModel::LocalExec) { in LowerELFGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1247 case TLSModel::LocalExec: 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/M68k/
H A DM68kISelLowering.cpp1521 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2265 assert(model == TLSModel::LocalExec); in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1507 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2365 assert(model == TLSModel::LocalExec); in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3082 case TLSModel::LocalExec: in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3827 assert(model == TLSModel::LocalExec); in LowerToTLSExecModels()
3863 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4160 case TLSModel::LocalExec: { in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19506 if (model == TLSModel::LocalExec) { in LowerToTLSExecModel()
19569 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
19694 case TLSModel::LocalExec: in addressingModeSupportsTLS()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8888 case TLSModel::LocalExec: in lowerGlobalTLSAddress()