Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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
/third_party/ffmpeg/libavfilter/
Dvf_xbr.c93 #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/
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
DOptimizePHIs.cpp198 for (InstrSetIterator PI = PHIsInCycle.begin(), PE = PHIsInCycle.end(); in OptimizeBB() local
DCriticalAntiDepBreaker.cpp149 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
DStackColoring.cpp646 PE = MBB->pred_end(); PI != PE; ++PI) { in collectMarkers() local
777 PE = BB->pred_end(); PI != PE; ++PI) { in calculateLocalLiveness() local
DMachineScheduler.cpp1896 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
DMachineTraceMetrics.cpp128 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/
DAutomaton.h102 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/
DDependencyAnalysis.cpp237 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/
DSimplifyCFGPass.cpp125 pred_iterator PB = pred_begin(RetBlock), PE = pred_end(RetBlock); in mergeEmptyReturnBlocks() local
DTailRecursionElimination.cpp632 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/
DWebAssemblyFixFunctionBitcasts.cpp131 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/
DHexagonLoopIdiomRecognition.cpp241 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/
DInstruction.cpp253 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/
DMCCodeView.h83 void setPrologueEnd(bool PE) { PrologueEnd = PE; } in setPrologueEnd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp130 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
DFlattenCFG.cpp148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr() local
/third_party/optimized-routines/math/
Derf.c21 #define PE __erf_data.erfc_poly_E macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLint.cpp254 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/
DRegionInfoImpl.h189 PE = InvBlockTraits::child_end(exit); in getExitingBlocks() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp363 PE = MBB->pred_end(); in findPotentialBlockers() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp974 PE = FuncTy->param_end(); in getOrInsertFunction() local

123