Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLowerEmuTLS.cpp95 if (!TM.useEmulatedTLS()) in runOnModule()
H A DTargetPassConfig.cpp1071 if (TM->useEmulatedTLS()) in addISelPasses()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp261 bool TargetMachine::useEmulatedTLS() const { return Options.EmulatedTLS; } in useEmulatedTLS() function in TargetMachine
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h280 bool useEmulatedTLS() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DCodeGenPassBuilder.h729 if (TM.useEmulatedTLS()) in addISelPasses()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp329 } else if (Asm->TM.useEmulatedTLS()) { in addLocationAttribute()
H A DAsmPrinter.cpp729 bool IsEmuTLSVar = TM.useEmulatedTLS() && GV->isThreadLocal(); in emitGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp987 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2176 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2305 if (DAG.getTarget().useEmulatedTLS()) in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2972 if (TM.useEmulatedTLS()) in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp3051 if (DAG.getTarget().useEmulatedTLS()) in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3424 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddressAIX()
3571 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddressLinux()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4086 if (DAG.getTarget().useEmulatedTLS()) in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3845 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8877 if (DAG.getTarget().useEmulatedTLS()) in lowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10279 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19548 if (DAG.getTarget().useEmulatedTLS()) in LowerGlobalTLSAddress()