/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 327 DbgValueHistoryMap::Entry &Ent = DbgValues.getEntry(Pair.first, Idx); in calculateDbgEntityHistory() local 328 assert(Ent.isDbgValue() && !Ent.isClosed()); in calculateDbgEntityHistory() 329 Ent.endEntry(ClobIdx); in calculateDbgEntityHistory()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 511 DbgValueHistoryMap::Entry &Ent = DbgValues.getEntry(Pair.first, Idx); in calculateDbgEntityHistory() local 512 assert(Ent.isDbgValue() && !Ent.isClosed()); in calculateDbgEntityHistory() 513 Ent.endEntry(ClobIdx); in calculateDbgEntityHistory()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 1430 for (const auto &Ent : SpillsToKeep) { in runHoistSpills() local 1431 if (Ent.second) in runHoistSpills() 1432 SpillsToIns[Ent.first->getBlock()] = Ent.second; in runHoistSpills() 1464 for (auto &Ent : MergeableSpills) { in hoistAllSpills() local 1465 int Slot = Ent.first.first; in hoistAllSpills() 1467 VNInfo *OrigVNI = Ent.first.second; in hoistAllSpills() 1468 SmallPtrSet<MachineInstr *, 16> &EqValSpills = Ent.second; in hoistAllSpills() 1469 if (Ent.second.empty()) in hoistAllSpills()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 1454 for (const auto &Ent : SpillsToKeep) { in runHoistSpills() local 1455 if (Ent.second) in runHoistSpills() 1456 SpillsToIns[Ent.first->getBlock()] = Ent.second; in runHoistSpills() 1488 for (auto &Ent : MergeableSpills) { in hoistAllSpills() local 1489 int Slot = Ent.first.first; in hoistAllSpills() 1491 VNInfo *OrigVNI = Ent.first.second; in hoistAllSpills() 1492 SmallPtrSet<MachineInstr *, 16> &EqValSpills = Ent.second; in hoistAllSpills() 1493 if (Ent.second.empty()) in hoistAllSpills()
|
/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 1342 for (const auto Ent : SpillsToKeep) { in runHoistSpills() local 1343 if (Ent.second) in runHoistSpills() 1344 SpillsToIns[Ent.first->getBlock()] = Ent.second; in runHoistSpills() 1382 for (auto &Ent : MergeableSpills) { in hoistAllSpills() local 1383 int Slot = Ent.first.first; in hoistAllSpills() 1386 VNInfo *OrigVNI = Ent.first.second; in hoistAllSpills() 1387 SmallPtrSet<MachineInstr *, 16> &EqValSpills = Ent.second; in hoistAllSpills() 1388 if (Ent.second.empty()) in hoistAllSpills()
|
/external/clang/include/clang/Basic/ |
D | SourceManager.h | 142 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() argument 144 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() argument 145 : Buffer(nullptr, false), OrigEntry(Ent), ContentsEntry(contentEnt), in ContentCache()
|
/external/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 600 const IndexedInstrProf::Summary::Entry &Ent = SummaryData->getEntry(I); in readSummary() local 601 DetailedSummary.emplace_back((uint32_t)Ent.Cutoff, Ent.MinBlockCount, in readSummary() 602 Ent.NumBlocks); in readSummary()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | SourceManager.h | 179 ContentCache(const FileEntry *Ent = nullptr) : ContentCache(Ent, Ent) {} in ContentCache() argument 181 ContentCache(const FileEntry *Ent, const FileEntry *contentEnt) in ContentCache() argument 182 : OrigEntry(Ent), ContentsEntry(contentEnt), BufferOverridden(false), in ContentCache()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 772 const IndexedInstrProf::Summary::Entry &Ent = SummaryData->getEntry(I); in readSummary() local 773 DetailedSummary.emplace_back((uint32_t)Ent.Cutoff, Ent.MinBlockCount, in readSummary() 774 Ent.NumBlocks); in readSummary()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | InstrProfReader.cpp | 779 const IndexedInstrProf::Summary::Entry &Ent = SummaryData->getEntry(I); in readSummary() local 780 DetailedSummary.emplace_back((uint32_t)Ent.Cutoff, Ent.MinBlockCount, in readSummary() 781 Ent.NumBlocks); in readSummary()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 1640 for (auto const &Ent : *Set) { in FindValueInExprValueMap() 1642 if (Ent && isa<Instruction>(Ent) && in FindValueInExprValueMap() 1643 (EntInst = cast<Instruction>(Ent)) && in FindValueInExprValueMap() 1644 S->getType() == Ent->getType() && in FindValueInExprValueMap() 1649 return Ent; in FindValueInExprValueMap()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 6050 for (const InitializedEntity *Ent = Entity.getParent(); Ent; in warnOnLifetimeExtension() local 6051 Ent = Ent->getParent()) { in warnOnLifetimeExtension() 6052 if (Ent->getKind() != InitializedEntity::EK_Base) { in warnOnLifetimeExtension()
|
/external/libcups/locale/ |
D | cups_fr.po | 3821 msgstr "Entête PPD-Adobe-4.x manquant"
|