| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/ |
| H A D | CMakeLists.txt | 7 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData/Coverage 15 ProfileData
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 122 for (const auto &ProfileData : *V) { in EmitKeyDataLength() 123 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitKeyDataLength() 129 M += ValueProfData::getSize(ProfileData.second); in EmitKeyDataLength() 144 for (const auto &ProfileData : *V) { in EmitData() 145 const InstrProfRecord &ProfRecord = ProfileData.second; in EmitData() 146 if (NamedInstrProfRecord::hasCSFlagInHash(ProfileData.first)) in EmitData() 151 LE.write<uint64_t>(ProfileData.first); // Function hash in EmitData() 158 ValueProfData::serializeFrom(ProfileData.second); in EmitData()
|
| H A D | CMakeLists.txt | 12 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/unittests/ProfileData/ |
| H A D | BUILD.gn | 6 "//llvm/lib/ProfileData", 7 "//llvm/lib/ProfileData/Coverage",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-cov/ |
| H A D | BUILD.gn | 6 "//llvm/lib/ProfileData", 7 "//llvm/lib/ProfileData/Coverage",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instruction.cpp | 784 MDNode *ProfileData = getMetadata(LLVMContext::MD_prof); in swapProfMetadata() local 785 if (!ProfileData || ProfileData->getNumOperands() != 3 || in swapProfMetadata() 786 !isa<MDString>(ProfileData->getOperand(0))) in swapProfMetadata() 789 MDString *MDName = cast<MDString>(ProfileData->getOperand(0)); in swapProfMetadata() 794 Metadata *Ops[] = {ProfileData->getOperand(0), ProfileData->getOperand(2), in swapProfMetadata() 795 ProfileData->getOperand(1)}; in swapProfMetadata() 797 MDNode::get(ProfileData->getContext(), Ops)); in swapProfMetadata()
|
| H A D | Metadata.cpp | 1396 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfMetadata() local 1397 if (!ProfileData || ProfileData->getNumOperands() != 3) in extractProfMetadata() 1400 auto *ProfDataName = dyn_cast<MDString>(ProfileData->getOperand(0)); in extractProfMetadata() 1404 auto *CITrue = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1)); in extractProfMetadata() 1405 auto *CIFalse = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2)); in extractProfMetadata() 1424 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfTotalWeight() local 1425 if (!ProfileData) in extractProfTotalWeight() 1428 auto *ProfDataName = dyn_cast<MDString>(ProfileData->getOperand(0)); in extractProfTotalWeight() 1434 for (unsigned i = 1; i < ProfileData->getNumOperands(); i++) { in extractProfTotalWeight() 1435 auto *V = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(i)); in extractProfTotalWeight() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/CodeGen/ |
| H A D | BUILD.gn | 23 "//llvm/lib/ProfileData", 24 "//llvm/lib/ProfileData/Coverage",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
| H A D | CMakeLists.txt | 3 ProfileData
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-profdata/ |
| H A D | BUILD.gn | 4 "//llvm/lib/ProfileData",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/ProfileData/Coverage/ |
| H A D | BUILD.gn | 6 "//llvm/lib/ProfileData",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/ProfileData/ |
| H A D | BUILD.gn | 1 static_library("ProfileData") {
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMProfileDataCoverage/ |
| H A D | Makefile | 7 .PATH: ${LLVM_SRCDIR}/lib/ProfileData/Coverage
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | CMakeLists.txt | 11 ProfileData
|
| /netbsd-src/external/apache2/llvm/bin/llvm-profdata/ |
| H A D | Makefile | 13 ProfileData \
|
| /netbsd-src/external/apache2/llvm/lib/libLLVMProfileData/ |
| H A D | Makefile | 7 .PATH: ${LLVM_SRCDIR}/lib/ProfileData
|
| /netbsd-src/external/apache2/llvm/bin/llvm-extract/ |
| H A D | Makefile | 24 ProfileData \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | CMakeLists.txt | 34 ProfileData
|
| /netbsd-src/external/apache2/llvm/bin/clang-rename/ |
| H A D | Makefile | 31 ProfileData \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-profgen/ |
| H A D | BUILD.gn | 8 "//llvm/lib/ProfileData",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/ |
| H A D | BUILD.gn | 7 "//llvm/lib/ProfileData",
|
| /netbsd-src/external/apache2/llvm/bin/llvm-cov/ |
| H A D | Makefile | 25 ProfileData \
|
| /netbsd-src/external/apache2/llvm/bin/lli/ |
| H A D | Makefile | 43 ProfileData \
|
| /netbsd-src/external/apache2/llvm/bin/llvm-dwp/ |
| H A D | Makefile | 53 ProfileData \
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | CMakeLists.txt | 7 ProfileData
|