Home
last modified time | relevance | path

Searched refs:IPE (Results 1 – 19 of 19) sorted by relevance

/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp52 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/
Dllvm-profdata.cpp70 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/
DCoverageMapping.cpp198 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/
DCoverageMapping.cpp223 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/
DCoverageMapping.cpp223 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/
DCodeGenPGO.cpp808 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/
DCodeGenPGO.cpp1001 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/
DPGOInstrumentation.cpp592 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/
DInstrProf.h323 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/
DInstrProf.h321 handleAllErrors(std::move(E), [&Err](const InstrProfError &IPE) { in take()
323 Err = IPE.get(); in take()
/external/llvm-project/llvm/include/llvm/ProfileData/
DInstrProf.h327 handleAllErrors(std::move(E), [&Err](const InstrProfError &IPE) { in take()
329 Err = IPE.get(); in take()
/external/llvm-project/llvm/unittests/ProfileData/
DInstrProfTest.cpp27 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/
DInstrProfTest.cpp33 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/
DPGOInstrumentation.cpp1146 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/
DPGOInstrumentation.cpp1232 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/
DTestNames_SerbianSH.txt593 Č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/
D2013-1_UNLOCODE_CodeListPart3.csv984 ,"PH","IPE","Ipil/Zamboanga","Ipil/Zamboanga",,"1--4----","AI","9601",,,
22017 ,"US","IPE","Perry","Perry","MI","-23--6--","RL","0401",,"4249N 08413W",
D2013-1_UNLOCODE_CodeListPart1.csv6921 ,"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",
D2013-1_UNLOCODE_CodeListPart2.csv13926 ,"IT","IPE","Ponderano","Ponderano","BI","--3-----","RQ","0907",,"4532N 00803E",