| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | CanonicalizeAliases.cpp | 43 if (auto *GA = dyn_cast<GlobalAlias>(C)) { in canonicalizeAlias() local 65 for (auto &GA : M.aliases()) in canonicalizeAliases() local
|
| D | CloneModule.cpp | 107 auto *GA = GlobalAlias::create(I->getValueType(), in CloneModule() local 178 GlobalAlias *GA = cast<GlobalAlias>(VMap[&*I]); in CloneModule() local
|
| D | NameAnonGlobals.cpp | 77 for (auto &GA : M.aliases()) in nameUnamedGlobals() local
|
| D | ModuleUtils.cpp | 269 for (auto &GA : M->aliases()) in getUniqueModuleId() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Globals.cpp | 98 if (auto *GA = dyn_cast<GlobalAlias>(this)) { in getAlignment() local 166 if (auto *GA = dyn_cast<GlobalAlias>(this)) { in getSection() local 176 if (auto *GA = dyn_cast<GlobalAlias>(this)) { in getComdat() local 289 if (auto *GA = dyn_cast<GlobalIndirectSymbol>(this)) in getBaseObject() local 438 if (auto *GA = dyn_cast<GlobalAlias>(C)) in findBaseObject() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyISelDAGToDAG.cpp | 128 const auto *GA = cast<GlobalAddressSDNode>(Node); in Select() local
|
| D | WebAssemblyISelLowering.cpp | 809 GlobalAddressSDNode* GA = cast<GlobalAddressSDNode>(Callee); in LowerCall() local 1110 const auto *GA = cast<GlobalAddressSDNode>(Op); in LowerGlobalAddress() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| D | RISCVISelDAGToDAG.cpp | 259 } else if (auto GA = dyn_cast<GlobalAddressSDNode>(ImmOperand)) { in doPeepholeLoadStoreADDI() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | Internalize.cpp | 225 for (auto &GA : M.aliases()) { in internalizeModule() local
|
| D | MergeFunctions.cpp | 770 auto *GA = GlobalAlias::create( in writeAlias() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonISelLowering.cpp | 1080 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, Offset); in LowerGLOBALADDRESS() local 1089 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, Offset, in LowerGLOBALADDRESS() local 1096 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, HexagonII::MO_GOT); in LowerGLOBALADDRESS() local 1129 GlobalAddressSDNode *GA, SDValue Glue, EVT PtrVT, unsigned ReturnReg, in GetDynamicTLSAddr() 1165 HexagonTargetLowering::LowerToTLSInitialExecModel(GlobalAddressSDNode *GA, in LowerToTLSInitialExecModel() 1207 HexagonTargetLowering::LowerToTLSLocalExecModel(GlobalAddressSDNode *GA, in LowerToTLSLocalExecModel() 1229 HexagonTargetLowering::LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA, in LowerToTLSGeneralDynamicModel() 1268 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); in LowerGlobalTLSAddress() local 3290 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(BO.first)) { in shouldReduceLoadWidth() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
| D | ARCISelLowering.cpp | 212 SDValue GA = DAG.getTargetJumpTable(N->getIndex(), MVT::i32); in LowerJumpTable() local 729 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32, Offset); in LowerGlobalAddress() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | VPlanSLP.cpp | 215 auto *GA = IAI.getInterleaveGroup(A); in areConsecutiveOrMatch() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| D | ValueEnumerator.cpp | 337 for (const GlobalAlias &GA : M.aliases()) in ValueEnumerator() local 356 for (const GlobalAlias &GA : M.aliases()) in ValueEnumerator() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | MemoryBuiltins.cpp | 598 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) in compute() local 757 SizeOffsetType ObjectSizeOffsetVisitor::visitGlobalAlias(GlobalAlias &GA) { in visitGlobalAlias()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
| D | LinkModules.cpp | 133 if (const auto *GA = dyn_cast_or_null<GlobalAlias>(GVal)) { in getComdatLeader() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | DataFlowSanitizer.cpp | 197 bool isIn(const GlobalAlias &GA, StringRef Category) const { in isIn() argument 611 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) { in isInstrumented() 803 GlobalAlias *GA = &*i; in runOnModule() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | GlobalMerge.cpp | 551 GlobalAlias *GA = GlobalAlias::create(Tys[StructIdxs[idx]], AddrSpace, in doMerge() local
|
| /third_party/python/Lib/ |
| D | telnetlib.py | 69 GA = bytes([249]) # Go Ahead variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
| D | XCoreISelLowering.cpp | 248 SDValue XCoreTargetLowering::getGlobalAddressWrapper(SDValue GA, in getGlobalAddressWrapper() 288 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset); in LowerGlobalAddress() local 299 Constant *GA = ConstantExpr::getBitCast(const_cast<GlobalValue*>(GV), Ty); in LowerGlobalAddress() local
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
| D | telnet.h | 10 #define GA 249 macro
|
| /third_party/musl/porting/uniproton/kernel/include/arpa/ |
| D | telnet.h | 10 #define GA 249 macro
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BPFISelLowering.cpp | 558 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i64); in LowerGlobalAddress() local
|
| /third_party/musl/porting/liteos_m/kernel/include/arpa/ |
| D | telnet.h | 10 #define GA 249 macro
|
| /third_party/musl/include/arpa/ |
| D | telnet.h | 10 #define GA 249 macro
|