/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 151 const DependencyEdge::Dependency &DE = DepEdge.Dep; in dumpDependencyEdge() local 279 for (const DependencyEdge *&DE : llvm::reverse(Seq)) { in getCriticalSequence() local 340 for (const DependencyEdge *&DE : Seq) { in printCriticalSequence() local 404 for (const DependencyEdge &DE : Node.OutgoingEdges) in dump() local 410 for (const DependencyEdge &DE : Node.OutgoingEdges) in dump() local 416 for (const DependencyEdge &DE : Node.OutgoingEdges) in dump() local 428 auto It = find_if(Vec, [To, Dep](DependencyEdge &DE) { in addDependency() 438 DependencyEdge DE = {Dep, From, To, 1}; in addDependency() local
|
H A D | DispatchStatistics.cpp | 29 const auto &DE = static_cast<const HWInstructionDispatchedEvent &>(Event); in onEvent() local
|
H A D | RegisterFileStatistics.cpp | 91 const auto &DE = static_cast<const HWInstructionDispatchedEvent &>(Event); in onEvent() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CXXDeleteChecker.cpp | 89 void CXXDeleteChecker::checkPreStmt(const CXXDeleteExpr *DE, in checkPreStmt() 111 const CXXDeleteExpr *DE, CheckerContext &C, in checkTypedDeleteExpr() 141 const CXXDeleteExpr *DE, CheckerContext &C, in checkTypedDeleteExpr()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerMutate.cpp | 185 DictionaryEntry &DE) { in ApplyDictionaryEntry() 238 DictionaryEntry DE(W); in MakeDictionaryEntryFromCMP() local 263 DictionaryEntry DE; in Mutate_AddWordFromTORC() local 307 DictionaryEntry &DE = D[Rand(D.size())]; in AddWordFromDictionary() local 477 for (auto DE : CurrentDictionaryEntrySequence) { in RecordSuccessfulMutationSequence() local 489 for (auto &DE : PersistentAutoDictionary) in PrintRecommendedDictionary() local 494 for (auto &DE: V) { in PrintRecommendedDictionary() local
|
H A D | FuzzerDictionary.h | 100 void push_back(DictionaryEntry DE) { in push_back()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
H A D | FDRRecordProducer.h | 38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, in FileBasedRecordProducer()
|
H A D | FDRRecords.h | 426 explicit RecordInitializer(DataExtractor &DE, uint64_t &OP, uint16_t V) in RecordInitializer() 429 explicit RecordInitializer(DataExtractor &DE, uint64_t &OP) in RecordInitializer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUDelayedMCExpr.cpp | 45 Expr DE = DelayedExprs.front(); in resolveDelayedExpressions() local
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | DumpDataExtractor.cpp | 120 static lldb::offset_t DumpInstructions(const DataExtractor &DE, Stream *s, in DumpInstructions() 297 static void printMemoryTags(const DataExtractor &DE, Stream *s, in printMemoryTags() 342 const DataExtractor &DE, Stream *s, offset_t start_offset, in DumpDataExtractor()
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | Trace.cpp | 271 DataExtractor DE(Data, IsLittleEndian, 8); loadFDRLog() local 417 loadTrace(const DataExtractor & DE,bool Sort) loadTrace() argument [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-fdr-dump.cpp | 53 DataExtractor DE(StringRef(MappedFile.data(), MappedFile.size()), true, 8); in __anonc19214950102() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 1476 auto DE = cast<DirectoryEntry>(Result->E); in dir_begin() local 1580 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(E); in printEntry() local 1735 auto *DE = dyn_cast<RedirectingFileSystem::DirectoryEntry>(ParentEntry); in lookupOrCreateEntry() local 1758 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(ParentEntry); in lookupOrCreateEntry() local 1770 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(SrcE); in uniqueOverlayTree() local 1784 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(NewParentE); in uniqueOverlayTree() local 1793 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(NewParentE); in uniqueOverlayTree() local 2351 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(From); in lookupPathImpl() local 2398 auto *DE = cast<RedirectingFileSystem::DirectoryEntry>(Result.E); in status() local 2665 auto *DE = dyn_cast<RedirectingFileSystem::DirectoryEntry>(SrcE); in getVFSEntries() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 91 if (auto DE = dyn_cast_or_null<DeclRefExpr>(Assign->getLHS())) in parseAssignment() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBlockRanges.cpp | 444 IndexType DE = IndexMap.getPrevIndex(A->start()); in computeDeadMap() local 455 IndexType DE = IndexMap.getPrevIndex(A->start()); in computeDeadMap() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PostRASchedulerList.cpp | 687 DI = DbgValues.end(), DE = DbgValues.begin(); DI != DE; --DI) { in EmitSchedule() local
|
/freebsd/libexec/getty/ |
H A D | gettytab.h | 135 #define DE gettynums[25].value macro
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 83 DI = path::begin(Dir), DE = path::end(Dir); in getRelativeIncludeName() local
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | DWARFCallFrameInfo.cpp | 36 GetGNUEHPointer(const DataExtractor &DE, offset_t *offset_ptr, in GetGNUEHPointer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp | 1908 for (auto DI = MRI->def_begin(Reg), DE = MRI->def_end(); DI != DE; ++DI) { in getDefInstr() local 2048 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in prunePHIInfo() local 2166 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in createEntryPHIs() local 2211 for (auto DRI = PHIInfo.dests_begin(), DE = PHIInfo.dests_end(); DRI != DE; in resolvePHIInfos() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | Transfer.cpp | 258 auto *DE = dyn_cast_or_null<DeclRefExpr>(ME->getBase()); in ProcessVarDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 896 void appendDeleteDtor(CFGBlock *B, CXXRecordDecl *RD, CXXDeleteExpr *DE) { in appendDeleteDtor() 4864 CFGBlock *CFGBuilder::VisitCXXDeleteExpr(CXXDeleteExpr *DE, in VisitCXXDeleteExpr() 5329 const CXXDeleteExpr *DE = castAs<CFGDeleteDtor>().getDeleteExpr(); in getDestructorDecl() local 5829 CFGAutomaticObjDtor DE = E.castAs<CFGAutomaticObjDtor>(); in print_elem() local 5879 CFGDeleteDtor DE = E.castAs<CFGDeleteDtor>(); in print_elem() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 118 auto NotFoundRelativeTo = [&](DirectoryEntryRef DE) { in InclusionDirective()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 332 DataExtractor DE(*ContentsOrErr, Obj->isLittleEndian(), 0); in getGNUDebuglinkContents() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 551 for (const Edge &DE : Dest->edges()) in elimMitigatedEdgesAndNodes() local
|