Searched refs:GA (Results 26 - 48 of 48) sorted by relevance

12

/external/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp246 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
247 if (!GA->mayBeOverridden()) {
248 V = GA->getAliasee();
H A DInstructionSimplify.cpp718 } else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V)) {
719 if (GA->mayBeOverridden())
721 V = GA->getAliasee();
H A DScalarEvolution.cpp3581 else if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V))
3582 return GA->mayBeOverridden() ? getUnknown(V) : getSCEV(GA->getAliasee());
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp597 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32); local
599 return DAG.getNode(MBlazeISD::Wrap, dl, MVT::i32, GA);
1147 isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const {
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp1071 SDValue GA = DAG.getTargetGlobalAddress(GV, Op.getDebugLoc(), local
1080 return DAG.getNode(SPUISD::AFormAddr, dl, PtrVT, GA, Zero);
1082 SDValue Hi = DAG.getNode(SPUISD::Hi, dl, PtrVT, GA, Zero);
1083 SDValue Lo = DAG.getNode(SPUISD::Lo, dl, PtrVT, GA, Zero);
1385 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, CalleeVT); local
1397 Callee = DAG.getNode(SPUISD::AFormAddr, dl, CalleeVT, GA, Zero);
1399 Callee = DAG.getNode(SPUISD::PCRelAddr, dl, CalleeVT, GA, Zero);
1404 Callee = DAG.getNode(SPUISD::IndirectAddr, dl, PtrVT, GA, Zero);
3238 SPUTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const {
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h354 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
H A DPPCISelLowering.cpp1226 SDValue GA = DAG.getTargetConstantPool(C, PtrVT, CP->getAlignment(), 0); local
1227 return DAG.getNode(PPCISD::TOC_ENTRY, CP->getDebugLoc(), MVT::i64, GA,
1247 SDValue GA = DAG.getTargetJumpTable(JT->getIndex(), PtrVT); local
1248 return DAG.getNode(PPCISD::TOC_ENTRY, JT->getDebugLoc(), MVT::i64, GA,
1275 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
1276 DebugLoc dl = GA->getDebugLoc();
1277 const GlobalValue *GV = GA->getGlobal();
1306 SDValue GA = DAG.getTargetGlobalAddress(GV, DL, PtrVT, GSDN->getOffset()); local
1307 return DAG.getNode(PPCISD::TOC_ENTRY, DL, MVT::i64, GA,
5926 PPCTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) cons
[all...]
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp890 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32); local
891 SDValue Hi = DAG.getNode(SPISD::Hi, dl, MVT::i32, GA);
892 SDValue Lo = DAG.getNode(SPISD::Lo, dl, MVT::i32, GA);
1275 SparcTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const {
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7448 GetTLSADDR(SelectionDAG &DAG, SDValue Chain, GlobalAddressSDNode *GA, argument
7453 DebugLoc dl = GA->getDebugLoc();
7454 SDValue TGA = DAG.getTargetGlobalAddress(GA->getGlobal(), dl,
7455 GA->getValueType(0),
7456 GA->getOffset(),
7479 LowerToTLSGeneralDynamicModel32(GlobalAddressSDNode *GA, SelectionDAG &DAG, argument
7482 DebugLoc dl = GA->getDebugLoc(); // ? function entry point might be better
7488 return GetTLSADDR(DAG, Chain, GA, &InFlag, PtrVT, X86::EAX, X86II::MO_TLSGD);
7493 LowerToTLSGeneralDynamicModel64(GlobalAddressSDNode *GA, SelectionDAG &DAG, argument
7495 return GetTLSADDR(DAG, DAG.getEntryNode(), GA, NUL
7499 LowerToTLSLocalDynamicModel(GlobalAddressSDNode *GA, SelectionDAG &DAG, const EVT PtrVT, bool is64Bit) argument
7539 LowerToTLSExecModel(GlobalAddressSDNode *GA, SelectionDAG &DAG, const EVT PtrVT, TLSModel::Model model, bool is64Bit, bool isPIC) argument
7598 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
13341 isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const argument
[all...]
H A DX86ISelLowering.h549 isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const;
H A DX86ISelDAGToDAG.cpp1396 // FIXME: We are artificially lowering the criteria to turn ADD %reg, $GA
1426 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N); local
1429 AM.GV = GA->getGlobal();
1430 AM.Disp += GA->getOffset();
1432 AM.SymbolFlags = GA->getTargetFlags();
H A DX86FastISel.cpp496 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
498 dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal(false)))
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp707 if (GlobalAlias *GA = dyn_cast<GlobalAlias>(V))
708 return TheJIT->getPointerToGlobal(GA->resolveAliasedGlobal(false));
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1578 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, MVT::i32, 0, local
1580 SDValue GPRelNode = DAG.getNode(MipsISD::GPRel, dl, VTs, &GA, 1);
1600 SDValue GA = DAG.getTargetGlobalAddress(GV, dl, ValTy, 0, GotFlag); local
1601 GA = DAG.getNode(MipsISD::Wrapper, dl, ValTy, GetGlobalReg(DAG, ValTy), GA);
1602 SDValue ResNode = DAG.getLoad(ValTy, dl, DAG.getEntryNode(), GA,
1650 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
1651 DebugLoc dl = GA->getDebugLoc();
1652 const GlobalValue *GV = GA->getGlobal();
3459 MipsTargetLowering::isOffsetFoldingLegal(const GlobalAddressSDNode *GA) cons
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h828 virtual bool isOffsetFoldingLegal(const GlobalAddressSDNode *GA) const;
948 isGAPlusOffset(SDNode *N, const GlobalValue* &GA, int64_t &Offset) const;
/external/llvm/lib/AsmParser/
H A DLLParser.cpp601 GlobalAlias* GA = new GlobalAlias(Aliasee->getType(),
604 GA->setVisibility((GlobalValue::VisibilityTypes)Visibility);
618 if (Val->getType() != GA->getType())
624 Val->replaceAllUsesWith(GA);
630 M->getAliasList().push_back(GA);
631 assert(GA->getName() == Name && "Should not be a name conflict!");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp402 const GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(N); local
403 ID.AddPointer(GA->getGlobal());
404 ID.AddInteger(GA->getOffset());
405 ID.AddInteger(GA->getTargetFlags());
406 ID.AddInteger(GA->getAddressSpace());
1107 if (const GlobalAlias *GA = dyn_cast<GlobalAlias>(GV))
1108 GVar = dyn_cast_or_null<GlobalVariable>(GA->resolveAliasedGlobal(false));
5773 const GlobalValue *GA,
5776 TheGlobal = GA;
5772 GlobalAddressSDNode(unsigned Opc, DebugLoc DL, const GlobalValue *GA, EVT VT, int64_t o, unsigned char TF) argument
H A DDAGCombiner.cpp1393 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(N0))
1394 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA) && N1C &&
1395 GA->getOpcode() == ISD::GlobalAddress)
1396 return DAG.getGlobalAddress(GA->getGlobal(), N1C->getDebugLoc(), VT,
1397 GA->getOffset() +
1677 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(N0))
1678 if (!LegalOperations && TLI.isOffsetFoldingLegal(GA)) {
1680 if (N1C && GA->getOpcode() == ISD::GlobalAddress)
1681 return DAG.getGlobalAddress(GA->getGlobal(), N1C->getDebugLoc(), VT,
1682 GA
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp395 if (GlobalAddressSDNode *GA = dyn_cast<GlobalAddressSDNode>(Callee))
398 Callee = DAG.getTargetGlobalAddress(GA->getGlobal(), dl, MVT::i32);
399 if ((CalleeFn = dyn_cast<Function>(GA->getGlobal())))
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2082 ARMTargetLowering::LowerToTLSGeneralDynamicModel(GlobalAddressSDNode *GA, argument
2084 DebugLoc dl = GA->getDebugLoc();
2091 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex,
2123 ARMTargetLowering::LowerToTLSExecModels(GlobalAddressSDNode *GA, argument
2126 const GlobalValue *GV = GA->getGlobal();
2127 DebugLoc dl = GA->getDebugLoc();
2141 ARMConstantPoolConstant::Create(GA->getGlobal(), ARMPCLabelIndex,
2179 GlobalAddressSDNode *GA = cast<GlobalAddressSDNode>(Op); local
2181 TLSModel::Model model = getTargetMachine().getTLSModel(GA->getGlobal());
2186 return LowerToTLSGeneralDynamicModel(GA, DA
[all...]
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1229 GlobalAddressSDNode(unsigned Opc, DebugLoc DL, const GlobalValue *GA, EVT VT,
/external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
H A Dvoice.rtpdump87 ��pj�i�=C?,:<2=^IO��辿�����������NGG9?>KCR�W������m��Ȼ�IJ���j�W:H6,<24>D@S��̾�Ǽ�˻�����HLI:;>>GM�}�������O����ʺ�ȸ�M�F8P61::><JK{���Ŀ��î����~CO=6;??<X�Q�������9�5���pj����þ�Զ���L[^5?9.;2==CDc�V½�˾�㴾�Z�PIJ8@>C9XO\��������ƿ�˼�ػ�jMt96<)9.8;=SS�o����ò׶�����CN9:9>6J�J������|���¾�����XMI9.;,/-2?;a\�fƴ�Ľ�ƾ�����L?]5��*�9�5J��pj7>E;E�[��������ƺ����豿KXO2-6)-(4<3P{�h��˼��ŵ�ν��K=H-6450?ID��������������ϲ�KON3/2+,,928Lm�p��ӽ��ɯ�ȿ��EvG8>>><FGM�\���ǿ������ε�PMF9/:,.,662EC]_ɼɹ�����?�9�5��pj������_LG6<6<5F:Fg[b��Ծ���������mX?67/./1.6>E^yؿø�������i��AKB<7=2=4BG@Z[�Ϳ��Ĭ�⮿]�UC>694+<1/BLCO��Ͼ��³�̴���X{MQl@J]LE�SF���ͱ�б�俲a��DI9;:,5212>C?W��S�9�5���pj��?ٸ�ϸ����q�Z[eRWaPXQN�n�ſ�ƶ���j�g@E;<@.?24;>JC������˷�η�����Q�dYVdM[ZZ^i�����ҵ�ͽ�lX]=L;F93J0?>HIT�X����˸�Ŀ����Yf}�u������������ǽ����fFV>=>?<=E>GK��e�9��5*��pjowP��d�����^��\mCt>GXZ]�������ž�·����`gXP>D?B9K?=KH_O{����������mnNHPIN_X��������̾ý�ø�����cO>J=<K5C<BO^t~������g��]�M�LLII]O]W������Ⱦ¹������]NJ>>9;99@<?M��{�9��5ʎ�pjZu����˾�������k_HTD>OOWT�k��������������UB>73772<58=CVs��������������MLIBPJSRz���Ѽº�������r�GA;3663:45;?Mi`��ν���������S`[Zg[�g�����¾��������rRG=?558/95:?A����:�5j��pjLgc������������zYjKOMQ^^����Ͽ���������fdI=<180271;=BJSf����������}�b�VX\Ncow������ž�������`^G@9672/213:;HJS���������������m������ý����������������RBL=>?9<>=?����:�5
122 ��pj���g>/.M�������3(7ɵ�N̮�M)&:���n��6(-c���+2��A*6��<+:Ƚ���P<9KMKз��Sg��RM��PM{ɽ�e���i?<=Q�\\ӿ���G<?⵿I?��H3G�������=48<I�IJ���C3.,,2�������M0,.EƼ�����?1���:z�5`���pj9ejCG����e���PT����Ŀ�bO���o˹��{��X9?�sPZ̾����mA;CTcg˵��|G=:32=ٿ��fsX?88@Wl~��nz���hNN����������S<J�oKdƼ�Xl�sGU���SӼ�A@�����������jXeȹ�XSbB48K�mU޿�JD\O=��*�:{�5aJ��pj<۴�DBǽ�>C��I<���QP���d��PD^�nTeͻ�����`X���TK���gOc�������YGDNJc���{mz^GA^���k���gcfTFJMOD;>l�\]~���UY���������������������gl���z���������μ��HND3.4I]A?]�H?IN��@�:|�5a��pj=9T��e]���^پ�BG��C<l��Ji��K@��I>e��N}���O���fZOMNh��^��������UQ[`v�������[T���z�������]MSUDCEN[��s_d��kN^�zZV_�{q�����o_g�������������l��e`o�������iOH>=BGKP_����R�:}�5b���pj}o��WEUx�XO���j���e_v�XP����¾�����hXdlo��������jYTLDEDLSRNS_z�wUJSXMFM���t���ac���p�����������\XnaMM__\]��[MZ��^]x�a_hyu����s�������������������\Xc`TMRSNDFJIGJ��h�:~�5c*��pjOLMLP^[XX_o��������������������������k]kbZV[\Z\h}dVTWV[u�ooq|����n������������eUYXNNZjcY]a^WOU^kw��w������������mp�}]\c}���������������������~��sg_dmdrw�rm�����|�:�5cʎ�pj������������gjjts[XW_y�ldegj_b`[]_elojjg]^][dly��������������������tkggjfmpkfmlu{�mn������xem��rblehf`d`h�����������{nkhku�������������������yowlr��������x���������:��5dj��pj����b_`dWQSQOKHIIKMRWTXmman�������������������|x}f`WX^d[Zg{lj�������������xfb^fmb^]c`_bv����������wlw{t�uitl�viq�sor���ian��}�efv����������������j���m]XY[_\[Xf����:��5e
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]

Completed in 725 milliseconds

12