/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/ffmpeg/libavfilter/ |
D | vf_xbr.c | 93 #define FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument 127 #define FILT3(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument 169 #define FILT4(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument 253 const uint32_t PE = sa2[2]; in xbr_filter() local
|
/third_party/skia/third_party/externals/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
|
D | OptimizePHIs.cpp | 198 for (InstrSetIterator PI = PHIsInCycle.begin(), PE = PHIsInCycle.end(); in OptimizeBB() local
|
D | CriticalAntiDepBreaker.cpp | 149 for (SUnit::const_pred_iterator P = SU->Preds.begin(), PE = SU->Preds.end(); in CriticalPathStep() local 589 PE = CriticalPathSU->Preds.end(); P != PE; ++P) in BreakAntiDependencies() local
|
D | StackColoring.cpp | 646 PE = MBB->pred_end(); PI != PE; ++PI) { in collectMarkers() local 777 PE = BB->pred_end(); PI != PE; ++PI) { in calculateLocalLiveness() local
|
D | MachineScheduler.cpp | 1896 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in init() local 2015 for (const MCWriteProcResEntry &PE : in checkHazard() local 2272 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in bumpNode() local 2285 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in bumpNode() local 2459 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in initResourceDelta() local
|
D | MachineTraceMetrics.cpp | 128 PE = SchedModel.getWriteProcResEnd(SC); PI != PE; ++PI) { in getResources() local 1243 PE = TE.MTM.SchedModel.getWriteProcResEnd(SC); in getResourceLength() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Automaton.h | 102 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); in transition() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | DependencyAnalysis.cpp | 237 pred_iterator PI(LocalStartBB), PE(LocalStartBB, false); in FindDependencies() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SimplifyCFGPass.cpp | 125 pred_iterator PB = pred_begin(RetBlock), PE = pred_end(RetBlock); in mergeEmptyReturnBlocks() local
|
D | TailRecursionElimination.cpp | 632 pred_iterator PB = pred_begin(OldEntry), PE = pred_end(OldEntry); in eliminateRecursiveTailCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 131 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in createWrapper() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonLoopIdiomRecognition.cpp | 241 struct PE { struct 242 PE(const Simplifier::Context &c, Value *v = nullptr) : C(c), V(v) {} in PE() argument 244 const Simplifier::Context &C; 245 const Value *V; 626 pred_iterator PI = pred_begin(BB), PE = pred_end(BB); in getCountIV() local 2232 for (auto PI = pred_begin(ExitB), PE = pred_end(ExitB); PI != PE; ++PI) { in processCopyingStore() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 253 if (auto *PE = dyn_cast<PossiblyExactOperator>(V)) in copyIRFlags() local 275 if (auto *PE = dyn_cast<PossiblyExactOperator>(V)) in andIRFlags() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCCodeView.h | 83 void setPrologueEnd(bool PE) { PrologueEnd = PE; } in setPrologueEnd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 130 for (pred_iterator PI = pred_begin(Header), PE = pred_end(Header); in InsertPreheaderForLoop() local 492 PE = pred_end(*BB); PI != PE; ++PI) { in simplifyOneLoop() local
|
D | FlattenCFG.cpp | 148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr() local
|
/third_party/optimized-routines/math/ |
D | erf.c | 21 #define PE __erf_data.erfc_poly_E macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Lint.cpp | 254 Function::arg_iterator PI = F->arg_begin(), PE = F->arg_end(); in visitCallSite() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | RegionInfoImpl.h | 189 PE = InvBlockTraits::child_end(exit); in getExitingBlocks() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86AvoidStoreForwardingBlocks.cpp | 363 PE = MBB->pred_end(); in findPotentialBlockers() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibFunc.cpp | 974 PE = FuncTy->param_end(); in getOrInsertFunction() local
|