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

/freebsd-10.0-release/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
/freebsd-10.0-release/contrib/llvm/tools/llvm-extract/
H A Dllvm-extract.cpp116 GlobalAlias *GA = M->getNamedAlias(ExtractAliases[i]); local
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp526 SizeOffsetType ObjectSizeOffsetVisitor::visitGlobalAlias(GlobalAlias &GA) { argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp773 GlobalAlias *GA = new GlobalAlias(G->getType(), G->getLinkage(), "", local
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1270 void *GA = getPointerToGlobalIfAvailable(GV); local
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp599 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32); local
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1294 SDValue GA = N->getOperand(0); local
[all...]
H A DPPCISelLowering.cpp1382 SDValue GA = DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), 0); local
1403 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT); local
1431 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
1524 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, PtrVT, GSDN->getOffset()); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1829 bool TargetLowering::isGAPlusOffset(SDNode *N, const GlobalValue *&GA, argument
1948 GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Op); local
[all...]
H A DSelectionDAG.cpp385 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N); local
5899 GlobalAddressSDNode(unsigned Opc, DebugLoc DL, const GlobalValue *GA, EVT VT, int64_t o, unsigned char TF) argument
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp1531 void AssemblyWriter::printAlias(const GlobalAlias *GA) { argument
[all...]
H A DVerifier.cpp479 void Verifier::visitGlobalAlias(GlobalAlias &GA) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1656 GlobalAddressSDNode *GA = local
/freebsd-10.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp226 getGlobalAddressWrapper(SDValue GA, const GlobalValue *GV, argument
252 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, FoldedOffset); local
[all...]
/freebsd-10.0-release/contrib/tcpdump/
H A Dtelnet.h52 #define GA 249 /* you may reverse the line */ macro
/freebsd-10.0-release/contrib/telnet/arpa/
H A Dtelnet.h49 #define GA 249 /* you may reverse the line */ macro
/freebsd-10.0-release/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h48 #define GA 249 /* you may reverse the line */ macro
/freebsd-10.0-release/include/arpa/
H A Dtelnet.h45 #define GA 249 /* you may reverse the line */ macro
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2030 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1451 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N); local
H A DX86ISelLowering.cpp7629 GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA, argument
7660 LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG, argument
7674 LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG, argument
7680 LowerToTLSLocalDynamicModel(GlobalAddressSDNode *GA, SelectionDAG &DAG, const EVT PtrVT, bool is64Bit) argument
7720 LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG, const EVT PtrVT, TLSModel::Model model, bool is64Bit, bool isPIC) argument
7779 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
14992 isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2175 llvm::GlobalValue *GA = local
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1452 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, MVT::i32, 0, local
1490 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2237 ARMTargetLowering::LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA, argument
2278 ARMTargetLowering::LowerToTLSExecModels(GlobalAddressSDNode *GA, argument
2334 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
[all...]

Completed in 600 milliseconds