Home
last modified time | relevance | path

Searched refs:PP (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp163 #define ARM_MATH_IMPORTS(PP) \
164 PP(__aeabi_d2f) \
165 PP(__aeabi_d2iz) \
166 PP(__aeabi_d2lz) \
167 PP(__aeabi_d2uiz) \
168 PP(__aeabi_d2ulz) \
169 PP(__aeabi_dadd) \
170 PP(__aeabi_dcmpeq) \
171 PP(__aeabi_dcmpge) \
172 PP(__aeabi_dcmpg
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMustExecute.h363 /// A "must be executed context" for a given program point PP is the set of
364 /// instructions, potentially before and after PP, that are executed always when
365 /// PP is reached. The MustBeExecutedContextExplorer an interface to explore
375 /// In the description of the parameters we use PP to denote a program point
380 /// other than the parent of PP should be
401 /// Return an iterator to explore the context around \p PP.
402 iterator &begin(const Instruction *PP) { in begin()
403 auto *&It = InstructionIteratorMap[PP]; in begin()
405 It = new iterator(*this, PP); in begin()
409 /// Return an iterator to explore the cached context around \p PP
[all...]
/third_party/skia/gm/
H A Dmandoline.cpp72 SkPoint P[3] = {fLastPt, p1, p2}, PP[5]; in sliceQuadratic() local
73 SkChopQuadAt(P, PP, T); in sliceQuadratic()
74 this->sliceQuadratic(PP[1], PP[2], numSubdivisions - 1); in sliceQuadratic()
75 this->sliceQuadratic(PP[3], PP[4], numSubdivisions - 1); in sliceQuadratic()
92 SkPoint P[4] = {fLastPt, p1, p2, p3}, PP[7]; in sliceCubic() local
93 SkChopCubicAt(P, PP, T); in sliceCubic()
94 this->sliceCubic(PP[1], PP[ in sliceCubic()
[all...]
/third_party/skia/samplecode/
H A DSampleCusp.cpp33 static SkPath cusp(const SkPoint P[4], SkPoint PP[7], bool& split, int speed, SkScalar phase) { in cusp() argument
45 SkChopCubicAt(P, PP, t); in cusp()
46 path.cubicTo(PP[1], PP[2], PP[3]); in cusp()
47 path.cubicTo(PP[4], PP[5], PP[6]); in cusp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMustExecute.cpp638 MustBeExecutedIterator &It, const Instruction *PP) { in getMustBeExecutedNextInstruction()
639 if (!PP) in getMustBeExecutedNextInstruction()
640 return PP; in getMustBeExecutedNextInstruction()
641 LLVM_DEBUG(dbgs() << "Find next instruction for " << *PP << "\n"); in getMustBeExecutedNextInstruction()
644 if (!ExploreInterBlock && PP->isTerminator()) { in getMustBeExecutedNextInstruction()
652 bool TransfersExecution = isGuaranteedToTransferExecutionToSuccessor(PP); in getMustBeExecutedNextInstruction()
660 if (!PP->isTerminator()) { in getMustBeExecutedNextInstruction()
661 const Instruction *NextPP = PP->getNextNode(); in getMustBeExecutedNextInstruction()
667 assert(PP->isTerminator() && "Expected a terminator!"); in getMustBeExecutedNextInstruction()
670 if (PP in getMustBeExecutedNextInstruction()
637 getMustBeExecutedNextInstruction( MustBeExecutedIterator &It, const Instruction *PP) getMustBeExecutedNextInstruction() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_datascope.c173 int xoff, yoff, PP; member
184 const int PP = td->PP; in filter_color2() local
191 const int H = (outlink->h - yoff) / (PP * 12); in filter_color2()
206 xoff + x * C * 10, yoff + y * PP * 12, C * 10, PP * 12); in filter_color2()
214 draw_text(&s->draw, out, &reverse, xoff + x * C * 10 + 2, yoff + y * PP * 12 + pp * 10 + 2, text, 0); in filter_color2()
231 const int PP = td->PP; in filter_color() local
238 const int H = (outlink->h - yoff) / (PP * 1 in filter_color()
274 const int PP = td->PP; filter_mono() local
317 int PP = 0; filter_frame() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp157 BasicBlock *PP = Pred->getSinglePredecessor(); in FlattenParallelAndOr()
165 if (UnCondBlock || !PP || (Preds.count(PP) == 0) || in FlattenParallelAndOr()
181 if (PP && Preds.count(PP)) { in FlattenParallelAndOr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h79 uint8_t *PP = (uint8_t *)AlignedP; in allocArray() local
84 return new (PP) T[Count](); in allocArray()
98 uint8_t *PP = (uint8_t *)AlignedP; in alloc() local
103 return new (PP) T(std::forward<Args>(ConstructorArgs)...); in alloc()
/third_party/backends/backend/
H A Dapple.c748 #define PP cmd + 6 in mode_select() macro
760 STORE8 (PP + 5, 6); in mode_select()
762 if (s->val[OPT_LAMP].w) *(PP+8) |= 1; in mode_select()
768 STORE8 (PP + 6, 0) in mode_select()
770 STORE8 (PP + 6, 1) in mode_select()
772 STORE8 (PP + 6, 2) in mode_select()
780 STORE8 (PP + 7, s->val[OPT_AUTOBACKGROUND_THRESHOLD].w) in mode_select()
783 if (s->val[OPT_LED].w) *(PP+7) |= 4; in mode_select()
784 if (s->val[OPT_CCD].w) *(PP+8) |= 2; in mode_select()
786 *(PP in mode_select()
[all...]
/third_party/pcre2/pcre2/
H A D132html132 elsif (/^\.TP/ || /^\.PP/ || /^\.P/)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.cc1467 ASSERT((pp != PP) || constant_pool_allowed());
1520 set_constant_pool_allowed(reg == PP);
1566 LoadObjectHelper(rd, object, cond, /* is_unique = */ false, PP);
1571 LoadObjectHelper(rd, object, cond, /* is_unique = */ true, PP);
1586 LoadWordFromPoolOffset(rd, offset - kHeapObjectTag, PP, cond);
2595 LoadWordFromPoolOffset(CODE_REG, offset - kHeapObjectTag, PP, AL);
2654 LoadWordFromPoolOffset(rd, offset - kHeapObjectTag, PP, cond);
3083 // Preserve volatile CPU registers and PP.
3084 EnterFrame(kDartVolatileCpuRegs | (1 << PP) | (1 << FP), 0);
3085 COMPILE_ASSERT((kDartVolatileCpuRegs & (1 << PP))
[all...]
H A Dassembler_arm.h814 Patchability patchable = kNotPatchable, Register pp = PP,
866 void LoadPoolPointer(Register reg = PP);
/third_party/toybox/toys/posix/
H A Dps.c210 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU;
464 {&TT.PP, SLOT_ppid}, {&TT.ss, SLOT_sid}, {&TT.tt, SLOT_ttynr}, in shared_match_process()
1303 comma_args(TT.ps.P, &TT.PP, "bad -P", parse_rest); in ps_main()
1394 free(TT.PP.ptr); in ps_main()
1895 comma_args(TT.pgrep.P, &TT.PP, "bad -P", parse_rest); in pgrep_main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DValue.cpp169 if (Function *PP = P->getParent()) in getSymTab()
170 ST = PP->getValueSymbolTable(); in getSymTab()
H A DLegacyPassManager.cpp735 Pass *PP = P->createPrinterPass( in schedulePass() local
737 PP->assignPassManager(activeStack, getTopLevelPassManagerType()); in schedulePass()
744 Pass *PP = P->createPrinterPass( in schedulePass() local
746 PP->assignPassManager(activeStack, getTopLevelPassManagerType()); in schedulePass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1883 StringRef PP = (PV.M ? "(P+M)" : "P"); in recognize()
1885 dbgs() << "Found pmpy idiom: R = " << PP << ".Q\n"; in recognize()
1887 dbgs() << "Found inverse pmpy idiom: R = (" << PP << "/Q).Q) + " in recognize()
1888 << PP << "\n"; in recognize()
/third_party/astc-encoder/Source/
H A Dastcenc_ideal_endpoints_and_weights.cpp1171 float PP = P * P;
1192 vfloat4 mat1(ZQP, SZmRR * X - Z * PP, RQX, mZQX);
1193 vfloat4 mat2(RYP, RQX, (S * Y - QQ) * X - Y * PP, mRYX);
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c167 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU;
421 {&TT.PP, SLOT_ppid}, {&TT.ss, SLOT_sid}, {&TT.tt, SLOT_ttynr}, in shared_match_process()
1737 comma_args(TT.pgrep.P, &TT.PP, "bad -P", parse_rest); in pgrep_main()
/third_party/toybox/generated/
H A Dglobals.h1460 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU; member
/third_party/ffmpeg/tests/fate/
H A Dfilter-video.mak471 FATE_FILTER_VSYNTH1_MPEG4_QPRD-$(call FILTERDEMDEC, PP, AVI, MPEG4) += pp
480 FATE_FILTER_VSYNTH1_MPEG4_QPRD-$(call FILTERDEMDEC, PP, AVI, MPEG4) += codecview
/third_party/python/Lib/test/
H A Dtest_typing.py3904 global TP, TPB, TPV, PP # for pickle
3908 PP = ParamSpec('PP')
3909 for X in [TP, TPB, TPV, PP,
3917 del TP, TPB, TPV, PP
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex1368 \def\skipspaces#1{\def\PP{#1}\def\D{|}%
1369 \ifx\PP\D\let\nextsp\relax
1371 \addtokens{\filename}{\PP}%

Completed in 57 milliseconds