Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp72 auto *GA = in CloneModule() local
110 GlobalAlias *GA = cast<GlobalAlias>(VMap[I]); in CloneModule() local
/external/llvm/lib/ExecutionEngine/Orc/
DCloneSubModule.cpp64 auto *GA = in CloneSubModule() local
90 GlobalAlias *GA = cast<GlobalAlias>(VMap[I]); in CloneSubModule() local
/external/llvm/lib/IR/
DGlobals.cpp60 if (auto *GA = dyn_cast<GlobalAlias>(this)) { in getAlignment() local
103 if (auto *GA = dyn_cast<GlobalAlias>(this)) { in getSection() local
113 if (auto *GA = dyn_cast<GlobalAlias>(this)) { in getComdat() local
DValue.cpp413 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in stripPointerCastsAndOffsets() local
465 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in stripAndAccumulateInBoundsConstantOffsets() local
DVerifier.cpp549 void Verifier::visitAliaseeSubExpr(const GlobalAlias &GA, const Constant &C) { in visitAliaseeSubExpr()
556 const GlobalAlias &GA, const Constant &C) { in visitAliaseeSubExpr()
584 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.cpp215 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(G)) { in GlobalIsNeeded() local
DGlobalOpt.cpp2793 static bool hasUseOtherThanLLVMUsed(GlobalAlias &GA, const LLVMUsed &U) { in hasUseOtherThanLLVMUsed()
2820 static bool mayHaveOtherReferences(GlobalAlias &GA, const LLVMUsed &U) { in mayHaveOtherReferences()
2827 static bool hasUsesToReplace(GlobalAlias &GA, const LLVMUsed &U, in hasUsesToReplace()
/external/llvm/tools/gold/
Dgold-plugin.cpp268 if (auto *GA = dyn_cast<GlobalAlias>(&GV)) in getBaseObject() local
445 if (auto *GA = dyn_cast<GlobalAlias>(&GV)) in keepGlobalValue() local
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp410 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) in compute() local
530 SizeOffsetType ObjectSizeOffsetVisitor::visitGlobalAlias(GlobalAlias &GA) { in visitGlobalAlias()
DValueTracking.cpp1045 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in computeKnownBits() local
2578 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(Ptr)) { in GetPointerBaseWithConstantOffset() local
2749 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in GetUnderlyingObject() local
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp159 bool isIn(const GlobalAlias &GA, StringRef Category) const { in isIn() argument
482 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) { in isInstrumented()
661 GlobalAlias *GA = &*i; in runOnModule() local
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp532 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i64); in LowerGlobalAddress() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp258 SDValue XCoreTargetLowering::getGlobalAddressWrapper(SDValue GA, in getGlobalAddressWrapper()
297 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset); in LowerGlobalAddress() local
308 Constant *GA = ConstantExpr::getBitCast(const_cast<GlobalValue*>(GV), Ty); in LowerGlobalAddress() local
/external/skia/src/core/
DSkScalerContext.cpp748 SkMatrix GA; in computeMatrices() local
/external/tcpdump/
Dtelnet.h52 #define GA 249 /* you may reverse the line */ macro
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp528 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(P)) { in isObjectSizeLessThanOrEq() local
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2032 bool TargetLowering::isGAPlusOffset(SDNode *N, const GlobalValue *&GA, in isGAPlusOffset()
2151 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Op); in LowerAsmOperandForConstraint() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1824 SDValue GA) { in getTOCEntry()
1846 SDValue GA = DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), 0); in LowerConstantPool() local
1855 SDValue GA = DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), in LowerConstantPool() local
1875 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT); in LowerJumpTable() local
1884 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT, in LowerJumpTable() local
1904 SDValue GA = DAG.getTargetBlockAddress(BA, PtrVT, BASDN->getOffset()); in LowerBlockAddress() local
1923 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); in LowerGlobalTLSAddress() local
2014 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, PtrVT, GSDN->getOffset()); in LowerGlobalAddress() local
2023 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, PtrVT, in LowerGlobalAddress() local
DPPCISelDAGToDAG.cpp2854 SDValue GA = N->getOperand(0); in Select() local
2873 SDValue GA = N->getOperand(0); in Select() local
4211 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(ImmOpnd)) { in PeepholePPC64() local
/external/clang/lib/CodeGen/
DCodeGenModule.cpp241 static const llvm::GlobalObject *getAliasedGlobal(const llvm::GlobalAlias &GA) { in getAliasedGlobal()
300 if (auto GA = dyn_cast<llvm::GlobalAlias>(AliaseeGV)) { in checkAliases() local
2523 auto *GA = llvm::GlobalAlias::create( in EmitAliasDefinition() local
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp840 if (const auto *GA = dyn_cast<GlobalAlias>(ComdatKey)) in getSelectionForCOFF() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1320 void *GA = getPointerToGlobalIfAvailable(GV); in EmitGlobalVariable() local
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp999 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in stripAndComputeInBoundsConstantOffsets() local

12