Home
last modified time | relevance | path

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

12

/external/llvm/lib/Transforms/Utils/
DCloneModule.cpp74 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/
DVerifierTest.cpp55 GlobalAlias *GA = new GlobalAlias(Type::getInt8PtrTy(C), in TEST() local
/external/llvm/lib/Analysis/
DLoads.cpp71 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in getUnderlyingObjectWithOffset() local
DValueTracking.cpp301 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in ComputeMaskedBits() local
1779 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in GetUnderlyingObject() local
DInlineCost.cpp786 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in stripAndComputeInBoundsConstantOffsets() local
DBasicAliasAnalysis.cpp272 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in DecomposeGEPExpression() local
/external/llvm/lib/Transforms/IPO/
DGlobalDCE.cpp170 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(G)) { in GlobalIsNeeded() local
DMergeFunctions.cpp761 GlobalAlias *GA = new GlobalAlias(G->getType(), G->getLinkage(), "", in writeAlias() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp223 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/
DGlobals.cpp252 while (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV)) { in resolveAliasedGlobal() local
DValue.cpp362 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) { in stripPointerCastsAndOffsets() local
DAsmWriter.cpp398 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/
Dllvm-nm.cpp246 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(&GV)) { in TypeCharForSymbol() local
/external/webkit/Source/WebKit/android/content/
Daddress_detector.cpp682 GA = 12, // GA Georgia in IsZipValidForState() enumerator
/external/tcpdump/
Dtelnet.h52 #define GA 249 /* you may reverse the line */ macro
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2626 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/
DMBlazeISelLowering.cpp597 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32); in LowerGlobalAddress() local
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1538 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/
DExecutionEngine.cpp1116 void *GA = getPointerToGlobalIfAvailable(GV); in EmitGlobalVariable() local
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp702 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) in getPointerToGlobal() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp389 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Callee)) in LowerCall() local
/external/llvm/lib/Target/CellSPU/
DSPUISelLowering.cpp1069 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/
DX86ISelLowering.cpp7221 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
DX86FastISel.cpp494 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV)) in X86SelectAddress() local
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp885 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32); in LowerGlobalAddress() local

12