Home
last modified time | relevance | path

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

123

/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp99 auto *GA = GlobalAlias::create(I->getValueType(), in CloneModule() local
153 GlobalAlias *GA = cast<GlobalAlias>(VMap[&*I]); in CloneModule() local
DSplitModule.cpp43 if (auto GA = dyn_cast<GlobalAlias>(GV)) in isInPartition() local
/external/llvm/lib/IR/
DGlobals.cpp58 if (auto *GA = dyn_cast<GlobalAlias>(this)) { in getAlignment() local
102 if (auto *GA = dyn_cast<GlobalAlias>(this)) { in getSection() local
112 if (auto *GA = dyn_cast<GlobalAlias>(this)) { in getComdat() local
DValue.cpp454 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in stripPointerCastsAndOffsets() local
505 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in stripAndAccumulateInBoundsConstantOffsets() local
DVerifier.cpp558 void Verifier::visitAliaseeSubExpr(const GlobalAlias &GA, const Constant &C) { in visitAliaseeSubExpr()
565 const GlobalAlias &GA, const Constant &C) { in visitAliaseeSubExpr()
594 void Verifier::visitGlobalAlias(const GlobalAlias &GA) { in visitGlobalAlias()
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp126 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]); in main() local
144 for (Module::alias_iterator GA = M->alias_begin(), E = M->alias_end(); in main() local
/external/clang/test/Layout/
Dms-x86-vtordisp.cpp341 struct GA { struct
344 struct GB: public GA {}; argument
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp208 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(G)) { in GlobalIsNeeded() local
DInliner.cpp737 for (const GlobalAlias &GA : CG.getModule().aliases()) in removeDeadFunctions() local
DGlobalOpt.cpp2930 static bool hasUseOtherThanLLVMUsed(GlobalAlias &GA, const LLVMUsed &U) { in hasUseOtherThanLLVMUsed()
2957 static bool mayHaveOtherReferences(GlobalAlias &GA, const LLVMUsed &U) { in mayHaveOtherReferences()
2964 static bool hasUsesToReplace(GlobalAlias &GA, const LLVMUsed &U, in hasUsesToReplace()
/external/llvm/lib/Linker/
DLinkModules.cpp172 auto *GA = dyn_cast<GlobalAlias>(SGV); in doImportAsDefinition() local
348 if (const auto *GA = dyn_cast_or_null<GlobalAlias>(GVal)) { in getComdatLeader() local
/external/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp299 for (const GlobalAlias &GA : M.aliases()) in ValueEnumerator() local
311 for (const GlobalAlias &GA : M.aliases()) in ValueEnumerator() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp425 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) in compute() local
545 SizeOffsetType ObjectSizeOffsetVisitor::visitGlobalAlias(GlobalAlias &GA) { in visitGlobalAlias()
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp165 bool isIn(const GlobalAlias &GA, StringRef Category) const { in isIn() argument
495 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) { in isInstrumented()
675 GlobalAlias *GA = &*i; in runOnModule() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp254 SDValue XCoreTargetLowering::getGlobalAddressWrapper(SDValue GA, in getGlobalAddressWrapper()
294 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset); in LowerGlobalAddress() local
305 Constant *GA = ConstantExpr::getBitCast(const_cast<GlobalValue*>(GV), Ty); in LowerGlobalAddress() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2093 bool TargetLowering::isGAPlusOffset(SDNode *N, const GlobalValue *&GA, in isGAPlusOffset()
2210 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Op); in LowerAsmOperandForConstraint() local
3063 SDValue TargetLowering::LowerToTLSEmulatedModel(const GlobalAddressSDNode *GA, in LowerToTLSEmulatedModel()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp574 const auto *GA = cast<GlobalAddressSDNode>(Op); in LowerGlobalAddress() local
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp532 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i64); in LowerGlobalAddress() local
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2956 SDValue GA = N->getOperand(0); in Select() local
2973 SDValue GA = N->getOperand(0); in Select() local
4310 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(ImmOpnd)) { in PeepholePPC64() local
4332 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(ImmOpnd)) { in PeepholePPC64() local
DPPCISelLowering.cpp2014 SDValue GA) { in getTOCEntry()
2036 SDValue GA = DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), 0); in LowerConstantPool() local
2045 SDValue GA = DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), in LowerConstantPool() local
2065 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT); in LowerJumpTable() local
2074 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT, in LowerJumpTable() local
2094 SDValue GA = DAG.getTargetBlockAddress(BA, PtrVT, BASDN->getOffset()); in LowerBlockAddress() local
2113 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); in LowerGlobalTLSAddress() local
2207 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, PtrVT, GSDN->getOffset()); in LowerGlobalAddress() local
2216 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, PtrVT, in LowerGlobalAddress() local
/external/skia/src/core/
DSkScalerContext.cpp752 SkMatrix GA; in computeMatrices() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1463 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, Offset); in LowerGLOBALADDRESS() local
1472 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, Offset, in LowerGLOBALADDRESS() local
1479 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, PtrVT, 0, HexagonII::MO_GOT); in LowerGLOBALADDRESS() local
/external/tcpdump/
Dprint-telnet.c73 #define GA 249 /* you may reverse the line */ macro
/external/llvm/tools/gold/
Dgold-plugin.cpp316 if (auto *GA = dyn_cast<GlobalAlias>(&GV)) in getBaseObject() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp609 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(P)) { in isObjectSizeLessThanOrEq() local

123