/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CanonicalizeAliases.cpp | 41 if (auto *GA = dyn_cast<GlobalAlias>(C)) { in canonicalizeAlias() local 63 for (auto &GA : M.aliases()) in canonicalizeAliases() local
|
H A D | CloneModule.cpp | 111 auto *GA = GlobalAlias::create(I.getValueType(), in CloneModule() local 197 GlobalAlias *GA = cast<GlobalAlias>(VMap[&I]); in CloneModule() local
|
H A D | NameAnonGlobals.cpp | 76 for (auto &GA : M.aliases()) in nameUnamedGlobals() local
|
H A D | ModuleUtils.cpp | 319 for (auto &GA : M->aliases()) in getUniqueModuleId() local
|
H A D | ValueMapper.cpp | 946 if (auto *GA = dyn_cast<GlobalAlias>(GV)) in flush() local 1273 void ValueMapper::scheduleMapGlobalAlias(GlobalAlias &GA, Constant &Aliasee, in scheduleMapGlobalAlias()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-extract/ |
H A D | llvm-extract.cpp | 160 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]); in main() local 178 for (Module::alias_iterator GA = M->alias_begin(), E = M->alias_end(); in main() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Globals.cpp | 184 if (auto *GA = dyn_cast<GlobalAlias>(this)) { in getSection() local 194 if (auto *GA = dyn_cast<GlobalAlias>(this)) { in getComdat() local 363 if (auto *GA = dyn_cast<GlobalAlias>(C)) { in findBaseObject() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCtorDtorLowering.cpp | 119 ConstantArray *GA = dyn_cast<ConstantArray>(GV->getInitializer()); createInitOrFiniKernel() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | Internalize.cpp | 259 for (auto &GA : M.aliases()) { in internalizeModule() local
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 134 if (const auto *GA = dyn_cast_or_null<GlobalAlias>(GVal)) { in getComdatLeader() local 506 for (auto &GA : SrcM->aliases()) in run() local
|
H A D | IRMover.cpp | 624 } else if (auto *GA = dyn_cast<GlobalAlias>(New)) { in materialize() local 709 if (auto *GA = dyn_cast<GlobalAlias>(SGV)) { in copyIndirectSymbolProto() local 1168 if (auto *GA = dyn_cast<GlobalAlias>(&Src)) { in linkGlobalValueBody() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXCtorDtorLowering.cpp | 209 ConstantArray *GA = dyn_cast<ConstantArray>(GV->getInitializer()); in createInitOrFiniGlobals() local
|
H A D | NVPTXAsmPrinter.cpp | 608 void NVPTXAsmPrinter::emitAliasDeclaration(const GlobalAlias *GA, in emitAliasDeclaration() 781 for (const GlobalAlias &GA : M.aliases()) in emitDeclarations() local 872 void NVPTXAsmPrinter::emitGlobalAlias(const Module &M, const GlobalAlias &GA) { in emitGlobalAlias()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1246 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, Offset); in LowerGLOBALADDRESS() local 1255 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, Offset, in LowerGLOBALADDRESS() local 1262 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, HexagonII::MO_GOT); in LowerGLOBALADDRESS() local 1295 GlobalAddressSDNode *GA, SDValue Glue, EVT PtrVT, unsigned ReturnReg, in GetDynamicTLSAddr() argument 1331 LowerToTLSInitialExecModel(GlobalAddressSDNode * GA,SelectionDAG & DAG) const LowerToTLSInitialExecModel() argument 1373 LowerToTLSLocalExecModel(GlobalAddressSDNode * GA,SelectionDAG & DAG) const LowerToTLSLocalExecModel() argument 1395 LowerToTLSGeneralDynamicModel(GlobalAddressSDNode * GA,SelectionDAG & DAG) const LowerToTLSGeneralDynamicModel() argument 1433 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); LowerGlobalTLSAddress() local 3846 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(BO.first)) { shouldReduceLoadWidth() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 520 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Val); in hasTocDataAttr() local 540 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Node->getOperand(0)); in getCodeModel() local 5484 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Op)) { in Select() local 6103 SDValue GA = TocEntry->getOperand(0); in Select() local 6176 SDValue GA = N->getOperand(0); in Select() local 7592 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Val)) in hasAIXSmallTLSAttr() local 7622 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(TLSVarNode); in isEligibleToFoldADDIForFasterLocalAccesses() local 7671 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(TLSVarNode); in foldADDIForFasterLocalAccesses() local 7805 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(ImmOpnd)) { in PeepholePPC64() local 7840 if (GlobalAddressSDNode *GA = in PeepholePPC64() local [all …]
|
H A D | PPCAsmPrinter.cpp | 2728 if (auto *GA = dyn_cast<GlobalAlias>(C)) in getAliasOffset() local 2847 for (const GlobalAlias *GA : GOAliasMap[GV]) in emitGlobalVariableHelper() local 2868 for (const GlobalAlias *GA : GOAliasMap[GV]) in emitGlobalVariableHelper() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.cpp | 252 SDValue GA = DAG.getTargetJumpTable(N->getIndex(), MVT::i32); in LowerJumpTable() local 768 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32, Offset); in LowerGlobalAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 1444 SDValue M68kTargetLowering::getTLSGetAddr(GlobalAddressSDNode *GA, in getTLSGetAddr() 1467 SDValue M68kTargetLowering::LowerTLSGeneralDynamic(GlobalAddressSDNode *GA, in LowerTLSGeneralDynamic() 1472 SDValue M68kTargetLowering::LowerTLSLocalDynamic(GlobalAddressSDNode *GA, in LowerTLSLocalDynamic() 1481 SDValue M68kTargetLowering::LowerTLSInitialExec(GlobalAddressSDNode *GA, in LowerTLSInitialExec() 1496 SDValue M68kTargetLowering::LowerTLSLocalExec(GlobalAddressSDNode *GA, in LowerTLSLocalExec() 1509 auto *GA = cast<GlobalAddressSDNode>(Op); in LowerGlobalTLSAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 210 auto *GA = IAI.getInterleaveGroup(A); in areConsecutiveOrMatch() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILValueEnumerator.cpp | 381 for (const GlobalAlias &GA : M.aliases()) { in ValueEnumerator() local 403 for (const GlobalAlias &GA : M.aliases()) in ValueEnumerator() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 415 if (auto *GA = dyn_cast<GlobalAlias>(CalledValue)) { in computeFunctionSummary() local 1204 if (auto *GA = dyn_cast<GlobalAlias>(CalledValue)) { in mayHaveMemprofSummary() local
|
H A D | MemoryBuiltins.cpp | 764 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) in computeValue() local 845 SizeOffsetAPInt ObjectSizeOffsetVisitor::visitGlobalAlias(GlobalAlias &GA) { in visitGlobalAlias()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | ValueEnumerator.cpp | 356 for (const GlobalAlias &GA : M.aliases()) { in ValueEnumerator() local 379 for (const GlobalAlias &GA : M.aliases()) in ValueEnumerator() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1218 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Callee); in LowerCall() local 1514 if (const GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Op)) in IsWebAssemblyGlobal() local 1680 const auto *GA = cast<GlobalAddressSDNode>(Op); in LowerGlobalTLSAddress() local 1736 const auto *GA = cast<GlobalAddressSDNode>(Op); in LowerGlobalAddress() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | GlobalMerge.cpp | 582 GlobalAlias *GA = GlobalAlias::create(Tys[StructIdxs[idx]], AddrSpace, in doMerge() local
|