Home
last modified time | relevance | path

Searched defs:PE (Results 1 – 25 of 238) sorted by relevance

12345678910

/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h139 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) { in getLoopPredecessor() local
161 typename InvBlockTraits::ChildIteratorType PE = in getLoopLatch() local
257 InvBlockTraits::child_begin(BB), PE = InvBlockTraits::child_end(BB); in verifyLoop() local
395 PE = InvBlockTraits::child_end(PredBB); PI != PE; ++PI) { in discoverAndMapSubloop() local
484 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) { in analyze() local
DRegionInfoImpl.h167 PE = InvBlockTraits::child_end(entry); in getEnteringBlock() local
191 PE = InvBlockTraits::child_end(exit); in getExitingBlock() local
450 PE = InvBlockTraits::child_end(getExit()); in getExpandedRegion() local
463 PE = InvBlockTraits::child_end(getExit()); in getExpandedRegion() local
560 PE = InvBlockTraits::child_end(BB); in isCommonDomFrontier() local
854 PE = InvBlockTraits::child_end(Exit); in getMaxRegionExit() local
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp177 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in dumpSU() local
298 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in EmitInstruction() local
402 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) in resourcesCost() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp177 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in dumpSU() local
298 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in EmitInstruction() local
402 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) in resourcesCost() local
/external/llvm-project/clang/include/clang/AST/
DIgnoreExpr.h132 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensOnlySingleStep() local
138 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensSingleStep() local
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp82 for (GCFunctionInfo::iterator PI = MD.begin(), PE = MD.end(); PI != PE; in finishAssembly() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp82 for (GCFunctionInfo::iterator PI = MD.begin(), PE = MD.end(); PI != PE; in finishAssembly() local
/external/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp86 for (GCFunctionInfo::iterator PI = MD.begin(), PE = MD.end(); PI != PE; in finishAssembly() local
/external/clang/include/clang/Lex/
DPreprocessingRecord.h152 static bool classof(const PreprocessedEntity *PE) { in classof()
189 static bool classof(const PreprocessedEntity *PE) { in classof()
257 static bool classof(const PreprocessedEntity *PE) { in classof()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessingRecord.h164 static bool classof(const PreprocessedEntity *PE) { in classof()
201 static bool classof(const PreprocessedEntity *PE) { in classof()
272 static bool classof(const PreprocessedEntity *PE) { in classof()
/external/llvm-project/llvm/tools/llvm-opt-report/
DOptReport.cpp159 handleAllErrors(Format.takeError(), [&](const ErrorInfoBase &PE) { in readLocationInfo()
169 handleAllErrors(MaybeParser.takeError(), [&](const ErrorInfoBase &PE) { in readLocationInfo()
186 handleAllErrors(std::move(E), [&](const ErrorInfoBase &PE) { in readLocationInfo()
/external/llvm-project/llvm/utils/TableGen/
DSubtargetEmitter.cpp566 PE = SchedModels.procModelEnd(); PI != PE; ++PI, ++ProcItinListsIter) { in EmitItineraries() local
1299 PE = SchedModels.procModelEnd(); PI != PE; ++PI) { in EmitSchedClassTables() local
1453 const CodeGenSchedClass &SC, PredicateExpander &PE, in emitPredicates()
1590 PredicateExpander PE(Target); in emitSchedModelHelpersImpl() local
1670 STIPredicateExpander PE(Target); in EmitSchedModelHelpers() local
1781 STIPredicateExpander PE(Target); in EmitMCInstrAnalysisPredicateFunctions() local
1903 STIPredicateExpander PE(Target); in run() local
/external/llvm/lib/CodeGen/
DLiveRangeCalc.cpp311 PE = MBB->pred_end(); PI != PE; ++PI) { in findReachingDefs() local
423 PE = MBB->pred_end(); PI != PE; ++PI) { in updateSSA() local
DTailDuplicator.cpp82 PE = Preds.end(); in VerifyPHIs() local
653 PE = Preds.end(); in duplicateSimpleBB() local
741 PE = Preds.end(); in tailDuplicate() local
878 PE = Preds.end(); in tailDuplicate() local
DAggressiveAntiDepBreaker.cpp254 for (SUnit::const_pred_iterator P = SU->Preds.begin(), PE = SU->Preds.end(); in AntiDepEdges() local
270 for (SUnit::const_pred_iterator P = SU->Preds.begin(), PE = SU->Preds.end(); in CriticalPathStep() local
878 PE = PathSU->Preds.end(); P != PE; ++P) { in BreakAntiDependencies() local
887 PE = PathSU->Preds.end(); P != PE; ++P) { in BreakAntiDependencies() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp267 for (SUnit::const_pred_iterator P = SU->Preds.begin(), PE = SU->Preds.end(); in AntiDepEdges() local
283 for (SUnit::const_pred_iterator P = SU->Preds.begin(), PE = SU->Preds.end(); in CriticalPathStep() local
895 PE = PathSU->Preds.end(); P != PE; ++P) { in BreakAntiDependencies() local
904 PE = PathSU->Preds.end(); P != PE; ++P) { in BreakAntiDependencies() local
DGCMetadata.cpp119 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE; in runOnFunction() local
/external/llvm-project/llvm/lib/CodeGen/
DAggressiveAntiDepBreaker.cpp262 for (SUnit::const_pred_iterator P = SU->Preds.begin(), PE = SU->Preds.end(); in AntiDepEdges() local
278 for (SUnit::const_pred_iterator P = SU->Preds.begin(), PE = SU->Preds.end(); in CriticalPathStep() local
890 PE = PathSU->Preds.end(); P != PE; ++P) { in BreakAntiDependencies() local
899 PE = PathSU->Preds.end(); P != PE; ++P) { in BreakAntiDependencies() local
DGCMetadata.cpp119 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE; in runOnFunction() local
/external/clang/test/Layout/
Dms-x86-pack-and-align.cpp666 struct PE { struct
673 // CHECK: 0 | struct PE argument
/external/llvm-project/clang/test/Layout/
Dms-x86-pack-and-align.cpp666 struct PE { struct
673 // CHECK: 0 | struct PE argument
/external/llvm-project/clang/test/SemaCXX/
Dfor-range-dereference.cpp68 PrivateEnd PE; in f() local
/external/clang/test/SemaCXX/
Dfor-range-dereference.cpp68 PrivateEnd PE; in f() local
/external/llvm-project/clang/lib/ARCMigrate/
DTransGCAttrs.cpp226 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps() local
236 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps() local
/external/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp341 for (pred_iterator PI = pred_begin(Target), PE = pred_end(Target); in handleLoop() local
363 for (pred_iterator PI = pred_begin(BB), PE = pred_end(BB); PI != PE; ++PI) { in closeControlFlow() local

12345678910