Home
last modified time | relevance | path

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

123456789

/external/llvm/tools/llvm-readobj/
DError.cpp34 std::string _readobj_error_category::message(int EV) const { in message()
35 switch (static_cast<readobj_error>(EV)) { in message()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp1256 Instruction *InstCombiner::visitExtractValueInst(ExtractValueInst &EV) { in visitExtractValueInst() argument
1257 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst()
1259 if (!EV.hasIndices()) in visitExtractValueInst()
1260 return ReplaceInstUsesWith(EV, Agg); in visitExtractValueInst()
1264 return ReplaceInstUsesWith(EV, UndefValue::get(EV.getType())); in visitExtractValueInst()
1267 return ReplaceInstUsesWith(EV, Constant::getNullValue(EV.getType())); in visitExtractValueInst()
1271 Value *V = C->getOperand(*EV.idx_begin()); in visitExtractValueInst()
1272 if (EV.getNumIndices() > 1) in visitExtractValueInst()
1275 return ExtractValueInst::Create(V, EV.getIndices().slice(1)); in visitExtractValueInst()
1277 return ReplaceInstUsesWith(EV, V); in visitExtractValueInst()
[all …]
/external/llvm/lib/Object/
DError.cpp36 std::string _object_error_category::message(int EV) const { in message()
37 object_error E = static_cast<object_error>(EV); in message()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DErrorHandling.cpp151 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() argument
152 switch (EV) { in mapWindowsError()
203 return std::error_code(EV, std::system_category()); in mapWindowsError()
/external/llvm/lib/Support/
DErrorHandling.cpp151 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() argument
152 switch (EV) { in mapWindowsError()
203 return std::error_code(EV, std::system_category()); in mapWindowsError()
/external/llvm/lib/Transforms/IPO/
DIPConstantPropagation.cpp228 if (ExtractValueInst *EV = dyn_cast<ExtractValueInst>(Ins)) in PropagateConstantReturn() local
229 if (EV->hasIndices()) in PropagateConstantReturn()
230 index = *EV->idx_begin(); in PropagateConstantReturn()
/external/clang/test/Sema/
Dms_class_layout.cpp140 struct EV : CV, DV { struct
159 EV *j; in main()
/external/swiftshader/third_party/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.cpp936 ExtractValueInst *EV = ExtractValueInst::Create(OldRet, i, in RemoveDeadStuffFromFunction() local
942 RetVal = InsertValueInst::Create(RetVal, EV, NewRetIdxs[i], in RemoveDeadStuffFromFunction()
947 RetVal = EV; in RemoveDeadStuffFromFunction()
/external/icu/icu4j/perf-tests/data/collation/
DTestNames_SerbianSH.txt1115 ŠĆERBAĆEV GLIGORIJE
1116 ŠĆEVČIK PAVLE
1288 ŠARČEV ANTONIJA
1289 ŠARČEV JELENA
1290 ŠARČEV MIROSLAVA
1291 ŠARČEV NIKOLA
1292 ŠARČEV VLADIMIR
1638 ŠEVČIĆ ĐORĐE
2540 ŠTEVANČEV LJUBOMIR
2804 ŠURJANČEV IVAN
[all …]
/external/llvm/include/llvm/Support/
DWindowsError.h16 std::error_code mapWindowsError(unsigned EV);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DWindowsError.h16 std::error_code mapWindowsError(unsigned EV);
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D707e09a7934ddeb7aafeda92142b65f4.0000257c.honggfuzz.cov33 M�j����b�x��,m�d����ySXe�{ � �1��EVT����
37 M�j����b�x��,m�d����ySXe�{ � �1��EVT����
41 M�j����b�x��,m�d����ySXe�{ � �1��EVT����
D3bff150c0e050946c9f2b85d3e34a7df.00002fbc.honggfuzz.cov37 M�j����b�x��,m�d����ySXe�{ � �1��EVT����
45 M�j����b�x��,m�d����ySXe�{ � �1��EVT����
D86018d7b3578d8fda469d287d3f70718.00001d24.honggfuzz.cov7 …��YuN|�fv��Q��Zdl��S�h���6�kU;���Ў���s�}C0S@iV��n��7i�*�ux��m�pu�EV�3(��2]��YA����B…
D903c638d0db72a65d578537ceb3d4d42.00002728.honggfuzz.cov19 …������c��HX��Q6g��z�U=>�ȸF*��*-���(��D+�-?����q���0�����r�oPj{~v� �'��q�EV�����Y�ޡ�6*���:'o�T…
34 …������c��HX��Q6g��z�U=>�ȸF*��*-���(��D+�-?����q���0�����r�oPj{~v� �'��q�EV�����Y�ޡ�6*���:'o�T…
D608e4985ef2561e1b6a80e6bc4c10956.00001bfa.honggfuzz.cov78 M�j����b�x��,m�d����ySXe�{ � �1��EVT����
88 M�j����b�x��,m�d����ySXe�{ � �1��EVT����
D4d71d21fd6f8141d3ed56341f6c38a95.00001e21.honggfuzz.cov28 M�j����b�x��,m�d����ySXe�{ � �1��EVT����
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2231 Instruction *InstCombiner::visitExtractValueInst(ExtractValueInst &EV) { in visitExtractValueInst() argument
2232 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst()
2234 if (!EV.hasIndices()) in visitExtractValueInst()
2235 return replaceInstUsesWith(EV, Agg); in visitExtractValueInst()
2238 SimplifyExtractValueInst(Agg, EV.getIndices(), DL, TLI, DT, AC)) in visitExtractValueInst()
2239 return replaceInstUsesWith(EV, V); in visitExtractValueInst()
2244 for (exti = EV.idx_begin(), insi = IV->idx_begin(), in visitExtractValueInst()
2245 exte = EV.idx_end(), inse = IV->idx_end(); in visitExtractValueInst()
2258 EV.getIndices()); in visitExtractValueInst()
2265 return replaceInstUsesWith(EV, IV->getInsertedValueOperand()); in visitExtractValueInst()
[all …]
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1150 ExtractValueInst *EV = dyn_cast<ExtractValueInst>(User); in expandAtomicCmpXchg() local
1151 if (!EV) in expandAtomicCmpXchg()
1154 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 && in expandAtomicCmpXchg()
1157 if (EV->getIndices()[0] == 0) in expandAtomicCmpXchg()
1158 EV->replaceAllUsesWith(Loaded); in expandAtomicCmpXchg()
1160 EV->replaceAllUsesWith(Success); in expandAtomicCmpXchg()
1162 PrunedInsts.push_back(EV); in expandAtomicCmpXchg()
1166 for (auto EV : PrunedInsts) in expandAtomicCmpXchg() local
1167 EV->eraseFromParent(); in expandAtomicCmpXchg()
/external/icu/icu4c/source/data/translit/
DLatn_Armn.txt50 EV ↔ ԵՒ ;
/external/autotest/client/site_tests/security_RootCA/
Dbaseline81 "DigiCert High Assurance EV Root CA",
189 "Security Communication EV RootCA1"
195 "China Internet Network Information Center EV Certificates Root",
211 "D-TRUST Root Class 3 CA 2 EV 2009",
215 "Swisscom Root EV CA 2",
259 "Staat der Nederlanden EV Root CA",
269 "CFCA EV ROOT",
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D86018d7b3578d8fda469d287d3f70718.00001d24.honggfuzz.cov7 …��YuN|�fv��Q��Zdl��S�h���6�kU;���Ў���s�}C0S@iV��n��7i�*�ux��m�pu�EV�3(��2]��YA����B…
D608e4985ef2561e1b6a80e6bc4c10956.00001bfa.honggfuzz.cov78 M�j����b�x��,m�d����ySXe�{ � �1��EVT����
88 M�j����b�x��,m�d����ySXe�{ � �1��EVT����
/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp1150 std::vector<Constant *> EV(VT->getVectorNumElements(), in getScalarOrVectorConstantInt() local
1152 return ConstantVector::get(EV); in getScalarOrVectorConstantInt()
1168 std::vector<Constant *> EV(Len, ConstantInt::get(ET, V, isSigned)); in getScalarOrArrayConstantInt() local
1169 auto CA = ConstantArray::get(AT, EV); in getScalarOrArrayConstantInt()
1182 std::vector<Constant *> EV(Len, ConstantInt::get(ET, V, isSigned)); in getScalarOrArrayConstantInt() local
1183 auto Ret = ConstantArray::get(AT, EV); in getScalarOrArrayConstantInt()

123456789