/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 52 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError() argument 53 instrprof_error instrError = IPE.get(); in exitWithError() 59 exitWithError(IPE.message(), Whence, Hint); in exitWithError() 82 auto IPE = instrprof_error::success; in handleMergeWriterError() local 84 [&IPE](std::unique_ptr<InstrProfError> E) -> Error { in handleMergeWriterError() 85 IPE = E->get(); in handleMergeWriterError() 92 if (IPE != instrprof_error::success) { in handleMergeWriterError() 93 switch (IPE) { in handleMergeWriterError() 149 instrprof_error IPE = InstrProfError::take(std::move(E)); in mergeInstrProfile() local 150 bool firstTime = WriterErrorCodes.insert(IPE).second; in mergeInstrProfile() [all …]
|
/external/llvm-project/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 70 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in exitWithError() argument 71 instrprof_error instrError = IPE.get(); in exitWithError() 77 exitWithError(IPE.message(), std::string(Whence), std::string(Hint)); in exitWithError() 109 auto IPE = instrprof_error::success; in handleMergeWriterError() local 111 [&IPE](std::unique_ptr<InstrProfError> E) -> Error { in handleMergeWriterError() 112 IPE = E->get(); in handleMergeWriterError() 119 if (IPE != instrprof_error::success) { in handleMergeWriterError() 120 switch (IPE) { in handleMergeWriterError() 208 instrprof_error IPE = InstrProfError::take(std::move(E)); in overlapInput() local 209 if (IPE != instrprof_error::empty_raw_profile) in overlapInput() [all …]
|
/external/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 198 instrprof_error IPE = InstrProfError::take(std::move(E)); in load() local 199 if (IPE == instrprof_error::hash_mismatch) { in load() 202 } else if (IPE != instrprof_error::unknown_function) in load() 203 return make_error<InstrProfError>(IPE); in load()
|
/external/llvm-project/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 223 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadFunctionRecord() local 224 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord() 228 } else if (IPE != instrprof_error::unknown_function) in loadFunctionRecord() 229 return make_error<InstrProfError>(IPE); in loadFunctionRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 223 instrprof_error IPE = InstrProfError::take(std::move(E)); in loadFunctionRecord() local 224 if (IPE == instrprof_error::hash_mismatch) { in loadFunctionRecord() 227 } else if (IPE != instrprof_error::unknown_function) in loadFunctionRecord() 228 return make_error<InstrProfError>(IPE); in loadFunctionRecord()
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 808 auto IPE = llvm::InstrProfError::take(std::move(E)); in loadRegionCounts() local 809 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts() 811 else if (IPE == llvm::instrprof_error::hash_mismatch) in loadRegionCounts() 813 else if (IPE == llvm::instrprof_error::malformed) in loadRegionCounts()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 1001 auto IPE = llvm::InstrProfError::take(std::move(E)); in loadRegionCounts() local 1002 if (IPE == llvm::instrprof_error::unknown_function) in loadRegionCounts() 1004 else if (IPE == llvm::instrprof_error::hash_mismatch) in loadRegionCounts() 1006 else if (IPE == llvm::instrprof_error::malformed) in loadRegionCounts()
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 592 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters() argument 593 auto Err = IPE.get(); in readCounters() 607 std::string Msg = IPE.message() + std::string(" ") + F.getName().str(); in readCounters()
|
/external/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 323 handleAllErrors(std::move(E), [&Err](const InstrProfError &IPE) { in take() 325 Err = IPE.get(); in take()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 321 handleAllErrors(std::move(E), [&Err](const InstrProfError &IPE) { in take() 323 Err = IPE.get(); in take()
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | InstrProf.h | 327 handleAllErrors(std::move(E), [&Err](const InstrProfError &IPE) { in take() 329 Err = IPE.get(); in take()
|
/external/llvm-project/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 27 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in ErrorEquals() argument 28 Found = IPE.get(); in ErrorEquals() 29 FoundMsg = IPE.message(); in ErrorEquals()
|
/external/llvm/unittests/ProfileData/ |
D | InstrProfTest.cpp | 33 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in ErrorEquals() argument 34 Found = IPE.get(); in ErrorEquals() 35 FoundMsg = IPE.message(); in ErrorEquals()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1146 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters() argument 1147 auto Err = IPE.get(); in readCounters() 1170 std::string Msg = IPE.message() + std::string(" ") + F.getName().str() + in readCounters()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | PGOInstrumentation.cpp | 1232 handleAllErrors(std::move(E), [&](const InstrProfError &IPE) { in readCounters() argument 1233 auto Err = IPE.get(); in readCounters() 1256 std::string Msg = IPE.message() + std::string(" ") + F.getName().str() + in readCounters()
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 593 ČIPE ĐORĐE 594 ČIPE ERŽEBET 595 ČIPE ERŽIKA 596 ČIPE FRANJA 597 ČIPE IREN 598 ČIPE JANOŠ 599 ČIPE JOSIP 600 ČIPE JULIJANA 601 ČIPE LASLO 602 ČIPE LASLO [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 984 ,"PH","IPE","Ipil/Zamboanga","Ipil/Zamboanga",,"1--4----","AI","9601",,, 22017 ,"US","IPE","Perry","Perry","MI","-23--6--","RL","0401",,"4249N 08413W",
|
D | 2013-1_UNLOCODE_CodeListPart1.csv | 6921 ,"BR","IPE","Ipe�na","Ipeuna","SP","--3-----","RL","0601",,"2226S 04743W", 9363 ,"CA","IPE","Ile Perrot","Ile Perrot","QC","--3-----","RQ","9501",,, 39721 ,"FR","IPE","Petit-Mars","Petit-Mars",,"-----6--","RQ","0907",,"4723N 00127W",
|
D | 2013-1_UNLOCODE_CodeListPart2.csv | 13926 ,"IT","IPE","Ponderano","Ponderano","BI","--3-----","RQ","0907",,"4532N 00803E",
|