Home
last modified time | relevance | path

Searched refs:EV (Results 1 – 25 of 27) sorted by relevance

12

/external/oprofile/daemon/
Dopd_ibs_macro.h389 #define AGG_IBS_EVENT(EV) opd_log_ibs_event(EV, trans) argument
395 #define AGG_IBS_COUNT(EV, COUNT) opd_log_ibs_count(EV, trans, COUNT) argument
/external/clang/test/Sema/
Dms_class_layout.cpp140 struct EV : CV, DV { struct
159 EV *j; in main()
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp257 if (ExtractValueInst *EV = dyn_cast<ExtractValueInst>(Ins)) in PropagateConstantReturn() local
258 if (EV->hasIndices()) in PropagateConstantReturn()
259 index = *EV->idx_begin(); in PropagateConstantReturn()
DDeadArgumentElimination.cpp1003 ExtractValueInst *EV = ExtractValueInst::Create(OldRet, i, in RemoveDeadStuffFromFunction() local
1009 RetVal = InsertValueInst::Create(RetVal, EV, NewRetIdxs[i], in RemoveDeadStuffFromFunction()
1014 RetVal = EV; in RemoveDeadStuffFromFunction()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1654 Instruction *InstCombiner::visitExtractValueInst(ExtractValueInst &EV) { in visitExtractValueInst() argument
1655 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst()
1657 if (!EV.hasIndices()) in visitExtractValueInst()
1658 return ReplaceInstUsesWith(EV, Agg); in visitExtractValueInst()
1661 if (Constant *C2 = C->getAggregateElement(*EV.idx_begin())) { in visitExtractValueInst()
1662 if (EV.getNumIndices() == 0) in visitExtractValueInst()
1663 return ReplaceInstUsesWith(EV, C2); in visitExtractValueInst()
1666 return ExtractValueInst::Create(C2, EV.getIndices().slice(1)); in visitExtractValueInst()
1674 for (exti = EV.idx_begin(), insi = IV->idx_begin(), in visitExtractValueInst()
1675 exte = EV.idx_end(), inse = IV->idx_end(); in visitExtractValueInst()
[all …]
DInstCombine.h205 Instruction *visitExtractValueInst(ExtractValueInst &EV);
/external/oprofile/events/alpha/ev5/
Dunit_masks1 # Alpha EV-5 possible unit masks
/external/oprofile/events/alpha/ev67/
Dunit_masks1 # Alpha EV-67 possible unit masks
Devents1 # Alpha EV-67 Events
/external/oprofile/events/alpha/ev6/
Dunit_masks1 # Alpha EV-6 possible unit masks
/external/icu4c/data/translit/
DLatin_Armenian.txt52 EV ↔ ԵՒ ;
DArmenian_Latin_BGN.txt24 ԵՒ → EV ; # ARMENIAN CAPITAL ECH + CAPITAL YIWN
DGreek_Latin_BGN.txt130 ΕΥ → EV ; # GREEK CAPITAL LETTER EPSILON + CAPITAL UPSILON
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_kdt_posp.pkb18 …X`�u��(7P��3f* ��$���CB�E&jO�*���/f��:U�6F5^x(�"$ �NS����nJ��P1�EV��W��8���PXH��E`�…
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp2768 if (ExtractValueInst *EV = dyn_cast<ExtractValueInst>(Val)) in SimplifyInsertValueInst() local
2769 if (EV->getAggregateOperand()->getType() == Agg->getType() && in SimplifyInsertValueInst()
2770 EV->getIndices() == Idxs) { in SimplifyInsertValueInst()
2773 return EV->getAggregateOperand(); in SimplifyInsertValueInst()
2776 if (Agg == EV->getAggregateOperand()) in SimplifyInsertValueInst()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_kdt_posd.pkb195 ,*��-RZ��[��/ EV�^(F�O,=,
Den-US_lh0_kpdf_mgc.pkb83 y������*�(���OFZagA`ayos��Oc\uH'34*'EV%<JPGYJO>`Zipcux��DKXRK^IDOb_us��������XXZfigq~�o�…
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.mm620 // Switch from location icon to show the EV bubble instead.
/external/clang/include/clang/AST/
DDecl.h1081 void setExceptionVariable(bool EV) { VarDeclBits.ExceptionVar = EV; } in setExceptionVariable() argument
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kdt_g2p.pkb119 �}oQ|���B? ���>��� ��0���` *@ �������@+hE���V�Lt�[��2EV�k{�Z���G3���a�ѯ���%�8�
/external/clang/test/SemaCXX/
Dtype-traits.cpp8 enum Enum { EV }; enumerator
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kpdf_mgc.pkb1186 9�*�=;�E���brU�JPml�����^]vbd-AI/0L[%"M7;*2EV`NS(444276=:H??DAQ<*-*&265899@<A?F &&)&+.��…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kpdf_mgc.pkb2038 �������$�1/)CM?HEbf���SPZ`[u;EV&#((*)+:;;CFK@MEVW5@
/external/icu4c/data/unidata/norm2/
Duts46.txt3471 32CE >0065 0076 # 4.0 SQUARE EV
/external/icu4c/data/unidata/
DUnicodeData.txt11357 32CE;SQUARE EV;So;0;ON;<square> 0065 0056;;;;N;;;;;

12