HomeSort by: relevance | last modified time | path
    Searched refs:ProfileData (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMProfileDataCoverage/
Makefile 7 .PATH: ${LLVM_SRCDIR}/lib/ProfileData/Coverage
  /src/external/apache2/llvm/bin/llvm-profdata/
Makefile 13 ProfileData \
  /src/external/apache2/llvm/lib/libLLVMProfileData/
Makefile 7 .PATH: ${LLVM_SRCDIR}/lib/ProfileData
  /src/external/apache2/llvm/bin/llvm-extract/
Makefile 24 ProfileData \
  /src/external/apache2/llvm/bin/clang-rename/
Makefile 31 ProfileData \
  /src/external/apache2/llvm/bin/lli/
Makefile 43 ProfileData \
  /src/external/apache2/llvm/bin/llvm-cov/
Makefile 25 ProfileData \
  /src/external/apache2/llvm/bin/bugpoint/
Makefile 76 ProfileData \
  /src/external/apache2/llvm/bin/llc/
Makefile 64 ProfileData \
  /src/external/apache2/llvm/bin/llvm-dwp/
Makefile 53 ProfileData \
  /src/external/apache2/llvm/bin/opt/
Makefile 80 ProfileData \
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 14 #include "llvm/ProfileData/InstrProfWriter.h"
18 #include "llvm/ProfileData/InstrProf.h"
19 #include "llvm/ProfileData/ProfileCommon.h"
122 for (const auto &ProfileData : *V) {
123 const InstrProfRecord &ProfRecord = ProfileData.second;
129 M += ValueProfData::getSize(ProfileData.second);
144 for (const auto &ProfileData : *V) {
145 const InstrProfRecord &ProfRecord = ProfileData.second;
146 if (NamedInstrProfRecord::hasCSFlagInHash(ProfileData.first))
151 LE.write<uint64_t>(ProfileData.first); // Function has
    [all...]
InstrProfReader.cpp 14 #include "llvm/ProfileData/InstrProfReader.h"
21 #include "llvm/ProfileData/InstrProf.h"
22 #include "llvm/ProfileData/ProfileCommon.h"
353 for (const RawInstrProf::ProfileData<IntPtrT> *I = Data; I != DataEnd; ++I) {
378 auto DataSizeInBytes = DataSize * sizeof(RawInstrProf::ProfileData<IntPtrT>);
392 Data = reinterpret_cast<const RawInstrProf::ProfileData<IntPtrT> *>(
  /src/external/apache2/llvm/bin/clang/
Makefile 109 ProfileData \
  /src/external/apache2/llvm/bin/clang-repl/
Makefile 110 ProfileData \
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 784 MDNode *ProfileData = getMetadata(LLVMContext::MD_prof);
785 if (!ProfileData || ProfileData->getNumOperands() != 3 ||
786 !isa<MDString>(ProfileData->getOperand(0)))
789 MDString *MDName = cast<MDString>(ProfileData->getOperand(0));
794 Metadata *Ops[] = {ProfileData->getOperand(0), ProfileData->getOperand(2),
795 ProfileData->getOperand(1)};
797 MDNode::get(ProfileData->getContext(), Ops));
Metadata.cpp 1396 auto *ProfileData = getMetadata(LLVMContext::MD_prof);
1397 if (!ProfileData || ProfileData->getNumOperands() != 3)
1400 auto *ProfDataName = dyn_cast<MDString>(ProfileData->getOperand(0));
1404 auto *CITrue = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1));
1405 auto *CIFalse = mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(2));
1424 auto *ProfileData = getMetadata(LLVMContext::MD_prof);
1425 if (!ProfileData)
1428 auto *ProfDataName = dyn_cast<MDString>(ProfileData->getOperand(0));
1434 for (unsigned i = 1; i < ProfileData->getNumOperands(); i++)
    [all...]
Instructions.cpp 562 auto *ProfileData = getMetadata(LLVMContext::MD_prof);
563 if (ProfileData == nullptr)
566 auto *ProfDataName = dyn_cast<MDString>(ProfileData->getOperand(0));
582 Vals.push_back(ProfileData->getOperand(0));
585 ProfileData->getNumOperands() > 0) {
587 APInt Val(128, mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(1))
595 for (unsigned i = 1; i < ProfileData->getNumOperands(); i += 2) {
597 Vals.push_back(ProfileData->getOperand(i));
599 mdconst::dyn_extract<ConstantInt>(ProfileData->getOperand(i + 1))
604 Vals.push_back(ProfileData->getOperand(i + 1))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 20 #include "llvm/ProfileData/InstrProf.h"
214 const RawInstrProf::ProfileData<IntPtrT> *Data;
215 const RawInstrProf::ProfileData<IntPtrT> *DataEnd;
InstrProf.h 25 #include "llvm/ProfileData/InstrProfData.inc"
59 #include "llvm/ProfileData/InstrProfData.inc"
240 #include "llvm/ProfileData/InstrProfData.inc"
934 #include "llvm/ProfileData/InstrProfData.inc"
1122 template <class IntPtrT> struct alignas(8) ProfileData {
1124 #include "llvm/ProfileData/InstrProfData.inc"
1133 #include "llvm/ProfileData/InstrProfData.inc"
  /src/external/mit/xorg/lib/gallium.old/
Makefile 1091 ProfileData \
  /src/external/mit/xorg/lib/gallium/
Makefile 1298 ProfileData \

Completed in 27 milliseconds