Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp173 return TLSModel::LocalExec; in getSelectedTLSModel()
252 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.cpp877 if (Model == TLSModel::LocalExec) in emitInstruction()
1723 assert((Model == TLSModel::LocalExec || Model == TLSModel::LocalDynamic) && in getAdjustedFasterLocalExpr()
1746 Model == TLSModel::LocalExec ? MCSymbolRefExpr::VK_PPC_AIX_TLSLE in getAdjustedFasterLocalExpr()
H A DPPCISelDAGToDAG.cpp7626 if (DAG->getTarget().getTLSModel(GA->getGlobal()) == TLSModel::LocalExec) { in isEligibleToFoldADDIForFasterLocalAccesses()
H A DPPCISelLowering.cpp3426 bool IsTLSLocalExecModel = Model == TLSModel::LocalExec; in LowerGlobalTLSAddressAIX()
3569 if (Model == TLSModel::LocalExec) { in LowerGlobalTLSAddressLinux()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp211 case TLSModel::LocalExec: in lowerSymbolOperandELF()
H A DAArch64ISelLowering.cpp9512 Model != TLSModel::LocalExec) in LowerELFGlobalTLSAddress()
9529 if (Model == TLSModel::LocalExec) { in LowerELFGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp1276 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp1519 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2301 assert(model == TLSModel::LocalExec); in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1441 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2224 assert(model == TLSModel::LocalExec); in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp1918 case TLSModel::LocalExec: in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp3704 case TLSModel::LocalExec: { in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3757 assert(model == TLSModel::LocalExec); in LowerToTLSExecModels()
3793 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18801 if (model == TLSModel::LocalExec) { in LowerToTLSExecModel()
18864 case TLSModel::LocalExec: in LowerGlobalTLSAddress()
18989 case TLSModel::LocalExec: in addressingModeSupportsTLS()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7517 case TLSModel::LocalExec: in lowerGlobalTLSAddress()