/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kSubtarget.cpp | 178 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 D | TargetMachine.cpp | 178 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 D | X86Subtarget.cpp | 144 if (TM.shouldAssumeDSOLocal(GV)) in classifyGlobalReference() 194 if (TM.shouldAssumeDSOLocal(GV)) in classifyGlobalFunctionReference()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZSubtarget.cpp | 125 return TLInfo.getTargetMachine().shouldAssumeDSOLocal(GV); in isPC32DBLSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.cpp | 408 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 D | PPCSubtarget.cpp | 200 if (TM.shouldAssumeDSOLocal(GV)) in isGVIndirectSymbol()
|
H A D | PPCISelLowering.cpp | 4909 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 D | ARMSubtarget.cpp | 349 if (!TM.shouldAssumeDSOLocal(GV)) in isGVIndirectSymbol()
|
H A D | ARMISelLowering.cpp | 2677 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 D | TargetMachine.h | 245 bool shouldAssumeDSOLocal(const GlobalValue *GV) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 652 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 D | GlobalMerge.cpp | 663 if (TM && !TM->shouldAssumeDSOLocal(&GV)) in run()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1703 getTargetMachine().shouldAssumeDSOLocal(GV))) { in LowerGlobalTLSAddress() 1749 if (getTargetMachine().shouldAssumeDSOLocal(GV)) { in LowerGlobalAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 5428 unsigned OpFlags = getTargetMachine().shouldAssumeDSOLocal(GV) in LowerCall() 5433 unsigned OpFlags = getTargetMachine().shouldAssumeDSOLocal(nullptr) in LowerCall()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 1626 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 D | VEISelLowering.cpp | 654 bool Local = TM.shouldAssumeDSOLocal(GV); in LowerCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1253 bool UsePCRel = getTargetMachine().shouldAssumeDSOLocal(GV); in LowerGLOBALADDRESS()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 495 if (!TM.shouldAssumeDSOLocal(GV)) in isOffsetFoldingLegal()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 6527 !shouldEmitFixup(GV) && !getTargetMachine().shouldAssumeDSOLocal(GV); in shouldEmitGOTReloc()
|