/external/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 74 GlobalAlias *GA = new GlobalAlias(I->getType(), I->getLinkage(), in CloneModule() local 111 GlobalAlias *GA = cast<GlobalAlias>(VMap[I]); in CloneModule() local
|
/external/llvm/unittests/VMCore/ |
D | VerifierTest.cpp | 55 GlobalAlias *GA = new GlobalAlias(Type::getInt8PtrTy(C), in TEST() local
|
/external/llvm/lib/Analysis/ |
D | Loads.cpp | 71 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in getUnderlyingObjectWithOffset() local
|
D | ValueTracking.cpp | 301 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in ComputeMaskedBits() local 1779 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in GetUnderlyingObject() local
|
D | InlineCost.cpp | 786 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in stripAndComputeInBoundsConstantOffsets() local
|
D | BasicAliasAnalysis.cpp | 272 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in DecomposeGEPExpression() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalDCE.cpp | 170 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(G)) { in GlobalIsNeeded() local
|
D | MergeFunctions.cpp | 761 GlobalAlias *GA = new GlobalAlias(G->getType(), G->getLinkage(), "", in writeAlias() local
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 223 getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV, in getGlobalAddressWrapper() 234 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV)) in getGlobalAddressWrapper() local 248 SDValue GA = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(), MVT::i32); in LowerGlobalAddress() local 269 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32); in LowerGlobalTLSAddress() local 273 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV)) in LowerGlobalTLSAddress() local 388 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(*Root)) { in IsWordAlignedBasePlusConstantOffset() local
|
/external/llvm/lib/VMCore/ |
D | Globals.cpp | 252 while (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV)) { in resolveAliasedGlobal() local
|
D | Value.cpp | 362 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in stripPointerCastsAndOffsets() local
|
D | AsmWriter.cpp | 398 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) in createSlotTracker() local 1409 void AssemblyWriter::printAlias(const GlobalAlias *GA) { in printAlias()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 246 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(&GV)) { in TypeCharForSymbol() local
|
/external/webkit/Source/WebKit/android/content/ |
D | address_detector.cpp | 682 GA = 12, // GA Georgia in IsZipValidForState() enumerator
|
/external/tcpdump/ |
D | telnet.h | 52 #define GA 249 /* you may reverse the line */ macro
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 2626 bool TargetLowering::isGAPlusOffset(SDNode *N, const GlobalValue *&GA, in isGAPlusOffset() 2741 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Op); in LowerAsmOperandForConstraint() local
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 597 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32); in LowerGlobalAddress() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1538 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32, 0, in LowerGlobalAddress() local 1560 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, ValTy, 0, GotFlag); in LowerGlobalAddress() local 1610 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); in LowerGlobalTLSAddress() local
|
/external/llvm/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 1116 void *GA = getPointerToGlobalIfAvailable(GV); in EmitGlobalVariable() local
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 702 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) in getPointerToGlobal() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 389 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Callee)) in LowerCall() local
|
/external/llvm/lib/Target/CellSPU/ |
D | SPUISelLowering.cpp | 1069 SDValue GA = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(), in LowerGlobalAddress() local 1378 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, CalleeVT); in LowerCall() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7221 GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA, in GetTLSADDR() 7248 LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG, in LowerToTLSGeneralDynamicModel32() 7262 LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG, in LowerToTLSGeneralDynamicModel64() 7270 static SDValue LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG, in LowerToTLSExecModel() 7318 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); in LowerGlobalTLSAddress() local 7327 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV)) in LowerGlobalTLSAddress() local 7401 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV)) in LowerGlobalTLSAddress() local 12857 const GlobalValue* &GA, in isGAPlusOffset() 15596 GlobalAddressSDNode *GA = 0; in LowerAsmOperandForConstraint() local
|
D | X86FastISel.cpp | 494 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV)) in X86SelectAddress() local
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 885 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32); in LowerGlobalAddress() local
|