Home
last modified time | relevance | path

Searched refs:KV (Results 1 – 25 of 37) sorted by relevance

12

/external/llvm/lib/Target/
DTargetRecip.cpp100 for (auto &KV : RecipMap) in parseGlobalParams() local
101 KV.second.Enabled = Enable; in parseGlobalParams()
105 for (auto &KV : RecipMap) in parseGlobalParams() local
106 KV.second.RefinementSteps = RefSteps; in parseGlobalParams()
198 for (auto &KV : RecipMap) { in setDefaults() local
199 RecipParams &RP = KV.second; in setDefaults()
215 for (const auto &KV : RecipMap) { in operator ==() local
216 StringRef Op = KV.first; in operator ==()
217 const RecipParams &RP = KV.second; in operator ==()
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp725 for (auto &KV : Roots) { in collectPossibleRoots() local
726 if (KV.first == 0) in collectPossibleRoots()
728 if (KV.second->getNumUses() != NumBaseUses) { in collectPossibleRoots()
731 KV.second->getNumUses() << "\n"); in collectPossibleRoots()
788 for (auto &KV : V) { in findRootsBase() local
790 DRS.BaseInst = KV.second; in findRootsBase()
793 DRS.Roots.push_back(KV.second); in findRootsBase()
794 } else if (V.find(KV.first - 1) != V.end()) { in findRootsBase()
795 DRS.Roots.push_back(KV.second); in findRootsBase()
799 DRS.BaseInst = KV.second; in findRootsBase()
[all …]
/external/clang/lib/Serialization/
DMultiOnDiskHashTable.h253 for (auto &KV : M->Data) in findAll()
254 Info::MergeDataInto(KV.second, ResultBuilder); in findAll()
309 for (auto &KV : Merged->Data) { in emit()
310 if (!Gen.contains(KV.first, Info)) in emit()
311 Gen.insert(KV.first, Info.ImportData(KV.second), Info); in emit()
/external/llvm/include/llvm/IR/
DValueMap.h149 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() argument
150 auto MapResult = Map.insert(std::make_pair(Wrap(KV.first), KV.second)); in insert()
154 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() argument
156 Map.insert(std::make_pair(Wrap(KV.first), std::move(KV.second))); in insert()
/external/llvm/include/llvm/ADT/
DMapVector.h91 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() argument
92 std::pair<KeyT, unsigned> Pair = std::make_pair(KV.first, 0); in insert()
96 Vector.push_back(std::make_pair(KV.first, KV.second)); in insert()
DStringMap.h330 std::pair<iterator, bool> insert(std::pair<StringRef, ValueTy> KV) { in insert() argument
331 unsigned BucketNo = LookupBucketFor(KV.first); in insert()
340 MapEntryTy::Create(KV.first, Allocator, std::move(KV.second)); in insert()
DDenseMap.h169 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { in insert() argument
171 if (LookupBucketFor(KV.first, TheBucket)) in insert()
176 TheBucket = InsertIntoBucket(KV.first, KV.second, TheBucket); in insert()
184 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { in insert() argument
186 if (LookupBucketFor(KV.first, TheBucket)) in insert()
191 TheBucket = InsertIntoBucket(std::move(KV.first), in insert()
192 std::move(KV.second), in insert()
/external/llvm/lib/Analysis/
DDemandedBits.cpp384 for (auto &KV : AliveBits) { in print() local
385 OS << "DemandedBits: 0x" << utohexstr(KV.second.getLimitedValue()) << " for " in print()
386 << *KV.first << "\n"; in print()
/external/llvm/lib/Object/
DIRObjectFile.cpp91 for (auto &KV : *Streamer) { in IRObjectFile()
92 StringRef Key = KV.first(); in IRObjectFile()
93 RecordStreamer::State Value = KV.second; in IRObjectFile()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp566 if (Optional<KnownSVal> KV = in VisitNode() local
569 *KV, OriginalR, EnableNullFPSuppression)); in VisitNode()
977 if (Optional<KnownSVal> KV = LVal.getAs<KnownSVal>()) in trackNullOrUndefValue() local
979 *KV, RR, EnableNullFPSuppression)); in trackNullOrUndefValue()
1006 if (Optional<KnownSVal> KV = V.getAs<KnownSVal>()) in trackNullOrUndefValue() local
1008 *KV, R, EnableNullFPSuppression)); in trackNullOrUndefValue()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kdt_mgc5.pkb38 ��u�V��ǂ�R��p�W��T,�KV|�8Zr.�z^%�F?4��; ���`�ȏ6ä <��O�8����۸ �{�p�ψ?�
Dit-IT_cm0_kpdf_phs.pkb3272 $+..,($!���G�������֑Q,'6B@2#%))'&'-7ES\[O>- #/=KV]`_[VPKE@;62.*&#!…
Dit-IT_klex.pkb459 %QS1I!KV;stare�stasera
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kdt_lfz3.pkb208 …AGwR��KTP�(ò��iw�����pE^'jv�*���V М��x�r���y�:OI�(uPt�n j�q-9 ��;��KV ������;yieї�H��*…
/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp1894 auto KV = StringRef(S).split(':'); in addForcedAttributes() local
1895 if (KV.first != F->getName()) in addForcedAttributes()
1898 auto Kind = parseAttrKind(KV.second); in addForcedAttributes()
1900 DEBUG(dbgs() << "ForcedAttribute: " << KV.second in addForcedAttributes()
/external/clang/include/clang/AST/
DExprObjC.h320 const KeyValuePair &KV = getKeyValues()[Index];
321 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3161 for (auto &KV : MinBWs) { in truncateToMinimalBitwidths() local
3162 VectorParts &Parts = WidenMap.get(KV.first); in truncateToMinimalBitwidths()
3168 KV.second); in truncateToMinimalBitwidths()
3243 for (auto &KV : MinBWs) { in truncateToMinimalBitwidths() local
3244 VectorParts &Parts = WidenMap.get(KV.first); in truncateToMinimalBitwidths()
3517 for (auto KV : PredicatedStores) { in vectorizeLoop() local
3518 BasicBlock::iterator I(KV.first); in vectorizeLoop()
3520 auto *T = SplitBlockAndInsertIfThen(KV.second, &*I, /*Unreachable=*/false, in vectorizeLoop()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kpdf_phs.pkb66 …R�;S��S��S�T�[T�\T��T��T��T��T��T��T�)U�*U�+U�sU��U�V�KV��V��V�#W�kW�lW…
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp50 for (const auto &KV : CGM.getCodeGenOpts().DebugPrefixMap) in CGDebugInfo() local
51 DebugPrefixMap[KV.first] = KV.second; in CGDebugInfo()
/external/icu/icu4c/source/data/translit/
DLatin_ASCII.txt376 ㎸ → kV ; # 33B8;SQUARE KV (compat)
/external/webrtc/data/voice_engine/stereo_rtp_files/
Dhrtf_g722_1C_48.rtp126 …(�Wj�UT�����,5LL@�� ����<�����������}-���EI��X��2��M@�<�� ʃ�KV% ƮCK~ @$�o�C�m �`&�…
736 y�. *�A�A��NB���SD�r�w ��� Ge�C�D$���Ė�r��71��$""�KVė"��3T���^�TFe����h�&1p3���…
2613 F$K �ܵT:h�L">U��� ���v�T<�r�6�M�r@�F=[��KL�8�1�����KV� �$�c�*�Ԋ��I��: �M8�
Dstereo_g729.rtp471 …d�H���<�4��g��2��R%I��Xr<B�XJݑ�^x������Vx��:�F��Z4CR"cZ ����<�4��h�3��R�I��Xx\����~KV�*��a
Dhrtf_g722_1C_48_jitterT2.rtp732 y�. *�A�A��NB���SD�r�w ��� Ge�C�D$���Ė�r��71��$""�KVė"��3T���^�TFe����h�&1p3���…
2585 F$K �ܵT:h�L">U��� ���v�T<�r�6�M�r@�F=[��KL�8�1�����KV� �$�c�*�Ԋ��I��: �M8�
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_mgc.pkb149 ����{ � }IWp�MjNQ]g_z�>;KV/I~06D**/@=1GQL]P2:36@;Yh�8B"!$/+%" .-& .`9�…
1327 ��E&�+m%w|�,8827>KV�.(=@<'!'-:WaI\=2Oq`zSD;<oLTc\Q>6:%&FFEX[E.ADKD^BMbm,9109G:#���C���…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_mgc.pkb1993 …O"��"�X���/�1��am��F����V������������F���'�5#$�k6bkO;KV[lL+BGU<9a$+5)5LO>]&…

12