Home
last modified time | relevance | path

Searched defs:DE (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp151 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 DDispatchStatistics.cpp29 const auto &DE = static_cast<const HWInstructionDispatchedEvent &>(Event); in onEvent() local
H A DRegisterFileStatistics.cpp91 const auto &DE = static_cast<const HWInstructionDispatchedEvent &>(Event); in onEvent() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCXXDeleteChecker.cpp89 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 DFuzzerMutate.cpp185 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 DFuzzerDictionary.h100 void push_back(DictionaryEntry DE) { in push_back()
/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecordProducer.h38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, in FileBasedRecordProducer()
H A DFDRRecords.h426 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 DAMDGPUDelayedMCExpr.cpp45 Expr DE = DelayedExprs.front(); in resolveDelayedExpressions() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp120 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 DTrace.cpp271 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 Dxray-fdr-dump.cpp53 DataExtractor DE(StringRef(MappedFile.data(), MappedFile.size()), true, 8); in __anonc19214950102() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1476 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 DCheckerHelpers.cpp91 if (auto DE = dyn_cast_or_null<DeclRefExpr>(Assign->getLHS())) in parseAssignment() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp444 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 DPostRASchedulerList.cpp687 DI = DbgValues.end(), DE = DbgValues.begin(); DI != DE; --DI) { in EmitSchedule() local
/freebsd/libexec/getty/
H A Dgettytab.h135 #define DE gettynums[25].value macro
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp83 DI = path::begin(Dir), DE = path::end(Dir); in getRelativeIncludeName() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp36 GetGNUEHPointer(const DataExtractor &DE, offset_t *offset_ptr, in GetGNUEHPointer()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1908 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 DTransfer.cpp258 auto *DE = dyn_cast_or_null<DeclRefExpr>(ME->getBase()); in ProcessVarDecl() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp896 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 DPrecompiledPreamble.cpp118 auto NotFoundRelativeTo = [&](DirectoryEntryRef DE) { in InclusionDirective()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp332 DataExtractor DE(*ContentsOrErr, Obj->isLittleEndian(), 0); in getGNUDebuglinkContents() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp551 for (const Edge &DE : Dest->edges()) in elimMitigatedEdgesAndNodes() local

123