Home
last modified time | relevance | path

Searched defs:GA (Results 1 – 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCanonicalizeAliases.cpp43 if (auto *GA = dyn_cast<GlobalAlias>(C)) { in canonicalizeAlias() local
65 for (auto &GA : M.aliases()) in canonicalizeAliases() local
DCloneModule.cpp107 auto *GA = GlobalAlias::create(I->getValueType(), in CloneModule() local
178 GlobalAlias *GA = cast<GlobalAlias>(VMap[&*I]); in CloneModule() local
DNameAnonGlobals.cpp77 for (auto &GA : M.aliases()) in nameUnamedGlobals() local
DModuleUtils.cpp269 for (auto &GA : M->aliases()) in getUniqueModuleId() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp98 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/
DWebAssemblyISelDAGToDAG.cpp128 const auto *GA = cast<GlobalAddressSDNode>(Node); in Select() local
DWebAssemblyISelLowering.cpp809 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/
DRISCVISelDAGToDAG.cpp259 } 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/
DInternalize.cpp225 for (auto &GA : M.aliases()) { in internalizeModule() local
DMergeFunctions.cpp770 auto *GA = GlobalAlias::create( in writeAlias() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1080 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/
DARCISelLowering.cpp212 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/
DVPlanSLP.cpp215 auto *GA = IAI.getInterleaveGroup(A); in areConsecutiveOrMatch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp337 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/
DMemoryBuiltins.cpp598 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/
DLinkModules.cpp133 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/
DDataFlowSanitizer.cpp197 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/
DGlobalMerge.cpp551 GlobalAlias *GA = GlobalAlias::create(Tys[StructIdxs[idx]], AddrSpace, in doMerge() local
/third_party/python/Lib/
Dtelnetlib.py69 GA = bytes([249]) # Go Ahead variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp248 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/
Dtelnet.h10 #define GA 249 macro
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dtelnet.h10 #define GA 249 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp558 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i64); in LowerGlobalAddress() local
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dtelnet.h10 #define GA 249 macro
/third_party/musl/include/arpa/
Dtelnet.h10 #define GA 249 macro

123