Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.cpp178 if (TM.shouldAssumeDSOLocal(nullptr)) in classifyExternalReference()
194 if (TM.shouldAssumeDSOLocal(GV)) in classifyGlobalReference()
243 if (TM.shouldAssumeDSOLocal(GV)) in classifyGlobalFunctionReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp178 bool TargetMachine::shouldAssumeDSOLocal(const GlobalValue *GV) const { in shouldAssumeDSOLocal() function in TargetMachine
242 bool IsLocal = shouldAssumeDSOLocal(GV); in getTLSModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp144 if (TM.shouldAssumeDSOLocal(GV)) in classifyGlobalReference()
194 if (TM.shouldAssumeDSOLocal(GV)) in classifyGlobalFunctionReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.cpp125 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(GV); in isPC32DBLSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp408 if (!TM.shouldAssumeDSOLocal(GV)) { in ClassifyGlobalReference()
445 F->hasFnAttribute(Attribute::NonLazyBind) && !TM.shouldAssumeDSOLocal(GV)) in classifyGlobalFunctionReference()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp200 if (TM.shouldAssumeDSOLocal(GV)) in isGVIndirectSymbol()
H A DPPCISelLowering.cpp4909 if (!TM.shouldAssumeDSOLocal(CalleeGV)) in callsShareTOCBase()
5513 return DAG.getTarget().shouldAssumeDSOLocal(GV) && in transformCallee()
18182 return getTargetMachine().shouldAssumeDSOLocal(Callee); in mayBeEmittedAsTailCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp349 if (!TM.shouldAssumeDSOLocal(GV)) in isGVIndirectSymbol()
H A DARMISelLowering.cpp2677 bool isStub = !TM.shouldAssumeDSOLocal(GVal) && Subtarget->isTargetMachO(); in LowerCall()
2754 else if (!TM.shouldAssumeDSOLocal(GVal)) in LowerCall()
4040 else if (!TM.shouldAssumeDSOLocal(GV)) in LowerGlobalAddressWindows()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h245 bool shouldAssumeDSOLocal(const GlobalValue *GV) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp652 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(GV); in LowerCall()
664 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(nullptr); in LowerCall()
1154 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(GV); in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp663 if (TM && !TM->shouldAssumeDSOLocal(&GV)) in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1703 getTargetMachine().shouldAssumeDSOLocal(GV))) { in LowerGlobalTLSAddress()
1749 if (getTargetMachine().shouldAssumeDSOLocal(GV)) { in LowerGlobalAddress()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp5428 unsigned OpFlags = getTargetMachine().shouldAssumeDSOLocal(GV) in LowerCall()
5433 unsigned OpFlags = getTargetMachine().shouldAssumeDSOLocal(nullptr) in LowerCall()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1626 static bool shouldAssumeDSOLocal(const CodeGenModule &CGM, in shouldAssumeDSOLocal() function
1729 GV->setDSOLocal(shouldAssumeDSOLocal(*this, GV)); in setDSOLocal()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp654 bool Local = TM.shouldAssumeDSOLocal(GV); in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1253 bool UsePCRel = getTargetMachine().shouldAssumeDSOLocal(GV); in LowerGLOBALADDRESS()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp495 if (!TM.shouldAssumeDSOLocal(GV)) in isOffsetFoldingLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp6527 !shouldEmitFixup(GV) && !getTargetMachine().shouldAssumeDSOLocal(GV); in shouldEmitGOTReloc()