Searched refs:SI (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriterPass.cpp53 SwitchInst *SI = dyn_cast<SwitchInst>(BB->getTerminator()); local
54 if (SI == NULL) {
58 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
68 Type *IntTy = SI->getCondition()->getType();
H A DBitcodeWriter.cpp1153 const SwitchInst &SI = cast<SwitchInst>(I); local
1155 Vals.push_back(VE.getTypeID(SI.getCondition()->getType()));
1156 Vals.push_back(VE.getValueID(SI.getCondition()));
1157 Vals.push_back(VE.getValueID(SI.getDefaultDest()));
1158 for (SwitchInst::ConstCaseIt i = SI.case_begin(), e = SI.case_end();
1294 for (ValueSymbolTable::const_iterator SI = VST.begin(), SE = VST.end();
1295 SI != SE; ++SI) {
1297 const ValueName &Name = *SI;
[all...]
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriterPass.cpp53 SwitchInst *SI = dyn_cast<SwitchInst>(BB->getTerminator()); local
54 if (SI == NULL) {
58 for (SwitchInst::CaseIt i = SI->case_begin(), e = SI->case_end();
68 Type *IntTy = SI->getCondition()->getType();
H A DBitcodeWriter.cpp1107 const SwitchInst &SI = cast<SwitchInst>(I); local
1109 Vals.push_back(VE.getTypeID(SI.getCondition()->getType()));
1110 Vals.push_back(VE.getValueID(SI.getCondition()));
1111 Vals.push_back(VE.getValueID(SI.getDefaultDest()));
1112 for (SwitchInst::ConstCaseIt i = SI.case_begin(), e = SI.case_end();
1311 for (ValueSymbolTable::const_iterator SI = VST.begin(), SE = VST.end();
1312 SI != SE; ++SI) {
1314 const ValueName &Name = *SI;
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1173 const SwitchInst &SI = cast<SwitchInst>(I); local
1175 uint32_t SwitchRecordHeader = SI.hash() | (SWITCH_INST_MAGIC << 16);
1178 Vals64.push_back(VE.getTypeID(SI.getCondition()->getType()));
1179 Vals64.push_back(VE.getValueID(SI.getCondition()));
1180 Vals64.push_back(VE.getValueID(SI.getDefaultDest()));
1181 Vals64.push_back(SI.getNumCases());
1182 for (SwitchInst::ConstCaseIt i = SI.case_begin(), e = SI.case_end();
1407 for (ValueSymbolTable::const_iterator SI = VST.begin(), SE = VST.end();
1408 SI !
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2505 SwitchInst *SI = SwitchInst::Create(Cond, Default, NumCases); local
2506 InstructionList.push_back(SI);
2512 delete SI;
2515 SI->addCase(CaseVal, DestBB);
2517 I = SI;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2752 SwitchInst *SI = SwitchInst::Create(Cond, Default, NumCases); local
2753 InstructionList.push_back(SI);
2759 delete SI;
2762 SI->addCase(CaseVal, DestBB);
2764 I = SI;
/frameworks/base/media/tests/contents/media_api/music/
H A Dtest_amr_ietf.amr209 �d�t��P< ( ��h���<�T�]LJ�+V���Q�{ <HL�����[3j�ёAcH��z���mb�<�#CUV�Ԫ�;T~�y �y�Ek!�?�<�|u�U] /Ư8 �O��(\��IX��Y��<R�a���4�E���#u �ߪ�v��oNF�<��<(������N���o��zъ&��� �W��<��ة.R�rԞXa�p J"������x�</��L-#���_�>���D�}ږM��p;� ː<Ri�1l�|#��*ͺ�y��R�`9�ts�ͱp<�r���zE���-ws�Sa���4���� Z�<�_�T��݃ظ�t��j"z�Hd�@��Ӡ��<'q6 ���Z�ŏ<� l�BҌ_��SI�0<Ix�$B�a�|xj��v��m���O�fL�qm߀<�����TJ��h�Z�!2A��]�Ca�1߰< ����tt�7�|��tM�����6�϶��< ]�.614���T�Cm4�|p�:�� }�a=��<~AVx 5��ɚ�8�%��rmG5ݥZ�hu��<0S�r�kE�+jآ�/T����?�Djo���<8@9NN��ZE�E%�1�x*z�

Completed in 501 milliseconds