Home
last modified time | relevance | path

Searched refs:ProfileData (Results 1 – 25 of 54) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCMakeLists.txt7 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData/Coverage
15 ProfileData
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp122 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 DCMakeLists.txt12 ${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/unittests/ProfileData/
H A DBUILD.gn6 "//llvm/lib/ProfileData",
7 "//llvm/lib/ProfileData/Coverage",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-cov/
H A DBUILD.gn6 "//llvm/lib/ProfileData",
7 "//llvm/lib/ProfileData/Coverage",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp784 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 DMetadata.cpp1396 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 DBUILD.gn23 "//llvm/lib/ProfileData",
24 "//llvm/lib/ProfileData/Coverage",
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A DCMakeLists.txt3 ProfileData
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-profdata/
H A DBUILD.gn4 "//llvm/lib/ProfileData",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/ProfileData/Coverage/
H A DBUILD.gn6 "//llvm/lib/ProfileData",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/ProfileData/
H A DBUILD.gn1 static_library("ProfileData") {
/netbsd-src/external/apache2/llvm/lib/libLLVMProfileDataCoverage/
H A DMakefile7 .PATH: ${LLVM_SRCDIR}/lib/ProfileData/Coverage
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCMakeLists.txt11 ProfileData
/netbsd-src/external/apache2/llvm/bin/llvm-profdata/
H A DMakefile13 ProfileData \
/netbsd-src/external/apache2/llvm/lib/libLLVMProfileData/
H A DMakefile7 .PATH: ${LLVM_SRCDIR}/lib/ProfileData
/netbsd-src/external/apache2/llvm/bin/llvm-extract/
H A DMakefile24 ProfileData \
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCMakeLists.txt34 ProfileData
/netbsd-src/external/apache2/llvm/bin/clang-rename/
H A DMakefile31 ProfileData \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/tools/llvm-profgen/
H A DBUILD.gn8 "//llvm/lib/ProfileData",
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Instrumentation/
H A DBUILD.gn7 "//llvm/lib/ProfileData",
/netbsd-src/external/apache2/llvm/bin/llvm-cov/
H A DMakefile25 ProfileData \
/netbsd-src/external/apache2/llvm/bin/lli/
H A DMakefile43 ProfileData \
/netbsd-src/external/apache2/llvm/bin/llvm-dwp/
H A DMakefile53 ProfileData \
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCMakeLists.txt7 ProfileData

123