/external/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 139 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
|
D | RegionInfoImpl.h | 167 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/ |
D | SystemZHazardRecognizer.cpp | 177 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/ |
D | SystemZHazardRecognizer.cpp | 177 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/ |
D | IgnoreExpr.h | 132 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/ |
D | ErlangGCPrinter.cpp | 82 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/ |
D | ErlangGCPrinter.cpp | 82 for (GCFunctionInfo::iterator PI = MD.begin(), PE = MD.end(); PI != PE; in finishAssembly() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | ErlangGCPrinter.cpp | 86 for (GCFunctionInfo::iterator PI = MD.begin(), PE = MD.end(); PI != PE; in finishAssembly() local
|
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 152 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/ |
D | PreprocessingRecord.h | 164 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/ |
D | OptReport.cpp | 159 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/ |
D | SubtargetEmitter.cpp | 566 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/ |
D | LiveRangeCalc.cpp | 311 PE = MBB->pred_end(); PI != PE; ++PI) { in findReachingDefs() local 423 PE = MBB->pred_end(); PI != PE; ++PI) { in updateSSA() local
|
D | TailDuplicator.cpp | 82 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
|
D | AggressiveAntiDepBreaker.cpp | 254 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/ |
D | AggressiveAntiDepBreaker.cpp | 267 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
|
D | GCMetadata.cpp | 119 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE; in runOnFunction() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | AggressiveAntiDepBreaker.cpp | 262 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
|
D | GCMetadata.cpp | 119 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE; in runOnFunction() local
|
/external/clang/test/Layout/ |
D | ms-x86-pack-and-align.cpp | 666 struct PE { struct 673 // CHECK: 0 | struct PE argument
|
/external/llvm-project/clang/test/Layout/ |
D | ms-x86-pack-and-align.cpp | 666 struct PE { struct 673 // CHECK: 0 | struct PE argument
|
/external/llvm-project/clang/test/SemaCXX/ |
D | for-range-dereference.cpp | 68 PrivateEnd PE; in f() local
|
/external/clang/test/SemaCXX/ |
D | for-range-dereference.cpp | 68 PrivateEnd PE; in f() local
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 226 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/ |
D | SIAnnotateControlFlow.cpp | 341 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
|