Searched refs:DU (Results 1 - 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp840 Instruction *CloneIVUser(NarrowIVDefUse DU);
844 const SCEVAddRecExpr* GetExtendedOperandRecurrence(NarrowIVDefUse DU);
846 Instruction *WidenIVUse(NarrowIVDefUse DU);
880 Instruction *WidenIV::CloneIVUser(NarrowIVDefUse DU) { argument
881 unsigned Opcode = DU.NarrowUse->getOpcode();
895 DEBUG(dbgs() << "Cloning IVUser: " << *DU.NarrowUse << "\n");
902 Value *LHS = (DU.NarrowUse->getOperand(0) == DU.NarrowDef) ? DU.WideDef :
903 getExtend(DU
927 GetExtendedOperandRecurrence(NarrowIVDefUse DU) argument
986 WidenIVUse(NarrowIVDefUse DU) argument
1155 NarrowIVDefUse DU = NarrowIVUsers.pop_back_val(); local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp916 Instruction *cloneIVUser(NarrowIVDefUse DU, const SCEVAddRecExpr *WideAR);
917 Instruction *cloneArithmeticIVUser(NarrowIVDefUse DU,
919 Instruction *cloneBitwiseIVUser(NarrowIVDefUse DU);
923 const SCEVAddRecExpr* getExtendedOperandRecurrence(NarrowIVDefUse DU);
928 Instruction *widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter);
930 bool widenLoopCompare(NarrowIVDefUse DU);
964 Instruction *WidenIV::cloneIVUser(NarrowIVDefUse DU, argument
966 unsigned Opcode = DU.NarrowUse->getOpcode();
974 return cloneArithmeticIVUser(DU, WideAR);
982 return cloneBitwiseIVUser(DU);
986 cloneBitwiseIVUser(NarrowIVDefUse DU) argument
1015 cloneArithmeticIVUser(NarrowIVDefUse DU, const SCEVAddRecExpr *WideAR) argument
1123 getExtendedOperandRecurrence(NarrowIVDefUse DU) argument
1197 truncateIVUse(NarrowIVDefUse DU, DominatorTree *DT, LoopInfo *LI) argument
1209 widenLoopCompare(NarrowIVDefUse DU) argument
1252 widenIVUse(NarrowIVDefUse DU, SCEVExpander &Rewriter) argument
1450 NarrowIVDefUse DU = NarrowIVUsers.pop_back_val(); local
[all...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.h139 DwarfUnit &DU; member in class:llvm::DIEDwarfExpression
143 DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, DIELoc &DIE);
H A DDwarfUnit.cpp47 DIEDwarfExpression::DIEDwarfExpression(const AsmPrinter &AP, DwarfUnit &DU, argument
49 : DwarfExpression(AP.getDwarfDebug()->getDwarfVersion()), AP(AP), DU(DU),
53 DU.addUInt(DIE, dwarf::DW_FORM_data1, Op);
56 DU.addSInt(DIE, dwarf::DW_FORM_sdata, Value);
59 DU.addUInt(DIE, dwarf::DW_FORM_udata, Value);
69 DD(DW), DU(DWU), IndexTyDie(nullptr), Section(nullptr) {
172 return DU->getDIE(D);
178 DU->insertDIE(Desc, D);
221 DIEString(DU
[all...]
H A DDwarfCompileUnit.cpp443 DIE *OriginDIE = DU->getAbstractSPDies()[InlinedSP];
577 for (DbgVariable *DV : DU->getScopeVariables().lookup(Scope))
634 DIE *&AbsDef = DU->getAbstractSPDies()[Scope->getScopeNode()];
696 if (DIE *AbsSPDIE = DU->getAbstractSPDies().lookup(SP)) {
H A DDwarfUnit.h84 DwarfFile *DU; member in class:llvm::DwarfUnit
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp247 const DefUseInfo &DU = DUM.lookup(X); local
248 if (!DU.Defs[PR])
271 const DefUseInfo &DU = DUM.lookup(X); local
272 if (DU.Defs[PR] || DU.Defs[DR] || DU.Uses[DR]) {
276 if (CanDown && DU.Defs[SR1])
278 if (CanUp && DU.Defs[SR2])
H A DRDFGraph.h440 NodeId DD, DU; // Ids of the first reached def and use. member in struct:NodeBase::Def_struct
520 return Ref.Def.DU;
523 Ref.Def.DU = U;
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dcommon_type.pass.cpp107 using DU = Decay<U>;
108 static_assert(!std::is_same<T, DT>::value || !std::is_same<U, DU>::value, "");
111 static_assert(std::is_same<CommonType<T, U>, CommonType<DT, DU>>::value, "");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2680 SDNode *DU = SU->getNode()->getOperand(i).getNode();
2681 if (DU->getNodeId() != -1 &&
2682 Op->OrigNode == &(*SUnits)[DU->getNodeId()])
2903 SDNode *DU = SU.getNode()->getOperand(j).getNode();
2904 if (DU->getNodeId() == -1)
2906 const SUnit *DUSU = &(*SUnits)[DU->getNodeId()];
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp2614 SDNode *DU = SU->getNode()->getOperand(i).getNode(); local
2615 if (DU->getNodeId() != -1 &&
2616 Op->OrigNode == &(*SUnits)[DU->getNodeId()])
2832 SDNode *DU = SU->getNode()->getOperand(j).getNode(); local
2833 if (DU->getNodeId() == -1)
2835 const SUnit *DUSU = &(*SUnits)[DU->getNodeId()];
/external/libpng/contrib/libtests/
H A Dpngvalid.c7936 # define DU(v,d,r) (digitize(v*(1+DBL_EPSILON), d, r) * (1+DBL_EPSILON)) macro
7942 rhi = DU(rhi, calc_depth, 1/*round*/);
7948 ghi = DU(ghi, calc_depth, 1/*round*/);
7954 bhi = DU(bhi, calc_depth, 1/*round*/);
7970 rhi = DU(rhi, gamma_depth, 0/*truncate*/);
7972 ghi = DU(ghi, gamma_depth, 0/*truncate*/);
7974 bhi = DU(bhi, gamma_depth, 0/*truncate*/);
7980 rhi = DU(pow(rhi, power)+abse, calc_depth, 1);
7984 ghi = DU(pow(ghi, power)+abse, calc_depth, 1);
7988 bhi = DU(po
8043 # undef DU macro
[all...]
/external/webrtc/talk/media/testdata/
H A Dh264-svc-99-640x360.rtpdump1679 ~�íжEG��T���ځKK@X��I����DU?�mg 竃} >�����#����)�P���� ?���n:�-׷n߳f��9A'��l��`�q����}��6p{1+���A&���-2�M�/-4����h�}"�� OzI-=����@�/���j��t���� �(�'~����t����l�h�s쓧��w��!f_��O���j��䗤K�t��`��ҥ؛S�6�I��W�ީ�M��ۆ���w�S�j�(�ƭm�<��\�2�P����ʬ����z�$���Kv2���l��M4C)G��cg m� %�4�T* �2M�vb�C5���
4826 [����K�Z�~��^���P����/�z\����}��� �>��G�r�M���괭]�剁�� ��G|�s���\I$�r�:SP�MTyG��_�����f���?.}�±y2�UfJ�}��ܯ����^��'��,O���؟����a�DU�k��"�o�A�p�=u:�;w{*��u[k�������Z��[����6�����}����פ[��w 7��Ő�W���Ì���$�%�0
9557 l������x)���+R�z1�5�DU�t�^q��5�G��16\i�[�����g���#wwww� ��L�a3{�t�*xa0@��)���`�h�����t�E�6�M�R~��G@�t�#�S��-6+�k���zi঒V+,m��ޓ���Y%�^���G�Qһ~��;��$�68r�{ e�1���g�˳g���#o�{3��U?��ʯT�L�� '�X��[���z���8�cn;X�&��{�� M��~�<�l'z���Uj·,?�����`�b�S-�MP��=��8m���(C��_ϱ�c��ˮ!pdP:��9�K�|?n�_kڎ{��{�xew�7xQO4 5,�N.�2�*�H�<�A�[ ��H���k�N�c��SV��K�����6T����i*e]��lٮ���WM�n?�8k�O����,"Z�z*u����[��O����� 48���O�~��j����DM�M�m���;�?��)�,��b�����K��ß����֏~.��P���D��5�,P=�f��L�䥭�T����t����P�hu�-��^˵}浵���ي��t�t}��c��C�GL��ڮ�mo4��J�K��Lᒬ�{-l|��#*�[p��ܙ�{6y�"�D�k_�἖n[@�4�����[�߆l��)&v�2cTd� �1���Bֵ}>�
11751 ��Mi�j���/�� ��s�����$æ-a*�;2��~G�U-��Dg��vlE-��o��!����m���\�M�%}���`A�9s��Iԩ+��h���V��4�&Ju��I�m�lZEGt�+��? `+��K����� Q_���`��D��j�)��4G���hц��w� �1ɚ> �~eY� P����<��q � ܥی9E5�_�>zk���jt�������"xЋl�JJ�H�6���*�,7�x��le��}�q�4'���*�O��i iD�9b�������n�£/���=. iҧ��ѣA�l���rϞe�֚5��C�����DpH$�u����^\n�3�V��U�C�g4�qR� SQ�F"�Jy�ˡ��g�OoE5�c6#_��լ�%pB����c��kF�j��������������I�W ���������˾ii~߆Y���~�{AT�Kй�|n*h���x)r0��5jqFg5Z'|���H����*a���\Zَ�t|�DMucg'ּ��$��Ki��m�}�y���4W�_aָ�?�\ ��DU��H�5m��9�&����t�£w�7�&lzh<ܷ�����*^����q-.�|�K�Ǽ{@l���#�[I�:Q Y[�I� @�j���燂>ݶ��ܗ�\&TK��x�iU�*��'ִ��ݶ�~ͦ��$���9'��-���_���M���:\�߻xd<���O�h'[��AA����Vվ�[�ؓ��Wׄ���^�+{���Y�S���f�R=+����,���9J4l� R��R�Ҹ%�E�k�Bl+������)j��F�&ݓ5�7��pG�;�ے��}��I.���a�N�� �f��`ӟj#j��xM���ƪ��UT�-�i��p�e6�F��ȅ��L�B�*/@��!����6΂t��1F��M �p������ ��l?Z_b��c{Sl3f�0p+���%�o���e��+�*/��}Y��sG��Y���q�\[^��E^��W�?����� ��X�r��q�9)�]���ji�( 1���)u����f��fЦ��r8>��N�4�p9�$��&A/,?��ƑM�mo���?�cL�R>|�o�"L] 6*�Xѣ�<Nl4xf�n�o�^�ˋ��#�-�ٛ6��9l��ƽ�ؕ�:�8x��l}�ˉ & ����}|#4JɃ�$u�� ��-d�����t��L�`��1}�S�����v�=�;M'hN'���|w��&��Zoz��1��U��xu�l�Wx"�q�vM� O ��� y!Q)m� �U�����ߏ" �����%{vk ��>��<骶��C���uE�����m2="����j.�ڮ��4����h�������/�CA?ٶ��|��L�V 4 @J�m���5�۳�R_ cݖ�p��WzF�}��8)o���D �H�c%�vв􁃷�c���o��K|m$�r ��h��[�RN�����y�����t�����e��9�BC͎��z$��Z�hIWG���T����}_��?�BX'$�’�wL�+�<�{x�&�E��`�~��"��������n7�7)�,��=�&���������
14221 �� 1��4�1���(��G:��aG��ܻa@��99�c*?�����f��f_��Rr�8>���]�.�� �!�w$�� _�wy�����J����ƕRE Fώ�������j�0�Ø79$�s4gW�j��+� �oi��l�0�B4hS�hb*@*�>��&�� �H�|!^���c��;3���m/��6���D<��̩�n��kc*DU������_���L��O�����x���A����Z4Ȼ�Sn�
16499 b�`-��\ǃ,e�k�e������pA�aQ�W ����©�W��|{ ? �3��|��x��0)yd��i��})����5-�sa�������[��Y7��̼��`������7u����="��*�`o՗��c���f�DU��؇��#(�-%����Gv����awp�8=�x7��Y=��d�Bߠ_��f��dy�󁊗��F�A�m�v�7�ϓ���'����/���V���i�^�s���Rd�<3��0�2�IJ��t�֦}�"j�^�t�9�pqc|�+ڧ|��J4`��r��F�r_��P�V���%�PK��"�,�n�E���F ��,׸�_�G0<':!�j����d ����h5c����}`�I|��?��a����H�e1����qׅ���,b8 2��R�&j�!:�����l�^�CG�h� ���+(�� � �>���1ߔ�] �d�G��Po�om� J�$���a%����!%��4'0pa�� q� �cdF��F�DF W|�a ���T�1\C/�e�L��%ƄKv�ʁؕ �� �����ds���4 0�nI 6����L��������!�z6��þ5rur(V�D�c�#?f��`UAm�t�x��!m�1��W�, ?��1ۀ1���*]ŞF `�Uz)h6�7��C.�?~�?z�%��� j�T}-��(�� �I)��@p�拤��oF�c�q|���
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 515 milliseconds