Searched defs:GA (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp70 GlobalAlias *GA = new GlobalAlias(I->getType(), I->getLinkage(), local
107 GlobalAlias *GA = cast<GlobalAlias>(VMap[I]); local
H A DSpecialCaseList.cpp195 bool SpecialCaseList::isIn(const GlobalAlias &GA, argument
/freebsd-10-stable/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp116 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]); local
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp543 SizeOffsetType ObjectSizeOffsetVisitor::visitGlobalAlias(GlobalAlias &GA) { argument
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1293 void *GA = getPointerToGlobalIfAvailable(GV); local
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1279 SDValue GA = N->getOperand(0); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp788 GlobalAlias *GA = new GlobalAlias(G->getType(), G->getLinkage(), "", local
H A DGlobalOpt.cpp2917 static bool hasUseOtherThanLLVMUsed(GlobalAlias &GA, const LLVMUsed &U) { argument
2944 static bool mayHaveOtherReferences(GlobalAlias &GA, const LLVMUsed &U) { argument
2951 hasUsesToReplace(GlobalAlias &GA, LLVMUsed &U, bool &RenameTarget) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1900 bool TargetLowering::isGAPlusOffset(SDNode *N, const GlobalValue *&GA, argument
2019 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Op); local
[all...]
H A DSelectionDAG.cpp384 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N); local
6054 GlobalAddressSDNode(unsigned Opc, unsigned Order, DebugLoc DL, const GlobalValue *GA, EVT VT, int64_t o, unsigned char TF) argument
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1479 void AssemblyWriter::printAlias(const GlobalAlias *GA) { argument
[all...]
H A DVerifier.cpp536 void Verifier::visitGlobalAlias(GlobalAlias &GA) { argument
540 "Alias should have external or external weak linkage!", &GA); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1666 GlobalAddressSDNode *GA = local
/freebsd-10-stable/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp253 getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV, argument
279 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp381 bool DataFlowSanitizer::isInstrumented(const GlobalAlias *GA) { argument
535 GlobalAlias *GA = &*i; local
[all...]
/freebsd-10-stable/contrib/tcpdump/
H A Dtelnet.h52 #define GA 249 /* you may reverse the line */ macro
/freebsd-10-stable/contrib/telnet/arpa/
H A Dtelnet.h49 #define GA 249 /* you may reverse the line */ macro
/freebsd-10-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h48 #define GA 249 /* you may reverse the line */ macro
/freebsd-10-stable/include/arpa/
H A Dtelnet.h45 #define GA 249 /* you may reverse the line */ macro
/freebsd-10-stable/contrib/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1869 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2207 llvm::GlobalValue *GA = local
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1526 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N); local
/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2304 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1455 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, 0, local
1498 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2379 ARMTargetLowering::LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA, argument
2420 ARMTargetLowering::LowerToTLSExecModels(GlobalAddressSDNode *GA, argument
2476 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
[all...]

Completed in 335 milliseconds

12