| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
| D | PassAnalysisSupport.h | 155 Pass *findImplPass(AnalysisID PI) { in findImplPass() 169 void addAnalysisImplsPair(AnalysisID PI, Pass *P) { in addAnalysisImplsPair() 204 const void *PI = &AnalysisType::ID; in getAnalysisIfAvailable() local 226 AnalysisType &Pass::getAnalysisID(AnalysisID PI) const { in getAnalysisID() 255 AnalysisType &Pass::getAnalysisID(AnalysisID PI, Function &F) { in getAnalysisID()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Program.cpp | 34 ProcessInfo PI; in ExecuteAndWait() local 53 ProcessInfo PI; in ExecuteNoWait() 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 92 GCFunctionInfo::iterator PI = MD.begin(); in finishAssembly() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | Program.cpp | 36 ProcessInfo PI; in ExecuteAndWait() local 57 ProcessInfo PI; in ExecuteNoWait() local
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-misplaced-imports/path/ |
| D | module.ts | 26 export const PI = 3.14 constant
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.2/modules_always_emits_as_namespace/ |
| D | modules_always_emits_as_namespace_1.ts | 26 export const PI = 3.14; constant
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-import-assertions/path/ |
| D | module.ts | 25 export const PI = 3.14; constant
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/5.0/support_for_export_type/shap/ |
| D | circle.ts | 19 PI = 3; property in CircleArea
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| D | SystemZHazardRecognizer.cpp | 176 PI = SchedModel->getWriteProcResBegin(SC), in dumpSU() local 297 PI = SchedModel->getWriteProcResBegin(SC), in EmitInstruction() local 401 PI = SchedModel->getWriteProcResBegin(SC), in resourcesCost() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Pass.cpp | 81 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(AID); in getPassName() local 188 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(ID); in createPass() local 263 const PassInfo *PI = Pass::lookupPassInfo(Arg); in addPreserved() local
|
| D | LegacyPassManager.cpp | 660 const PassInfo *PI = findAnalysisPassInfo(P->getPassID()); in schedulePass() local 679 const PassInfo *PI = findAnalysisPassInfo(ID); in schedulePass() local 773 const PassInfo *&PI = AnalysisPassInfos[AID]; in findAnalysisPassInfo() local 827 if (const PassInfo *PI = findAnalysisPassInfo(P->getPassID())) { in dumpArguments() local 865 AnalysisID PI = P->getPassID(); in recordAvailableAnalysis() local 996 AnalysisID PI = P->getPassID(); in freePass() local 1072 const PassInfo *PI = TPM->findAnalysisPassInfo(ID); in add() local 1171 if (const PassInfo *PI = in dumpPassArguments() local 1292 Pass *PMDataManager::getOnTheFlyPass(Pass *P, AnalysisID PI, Function &F) { in getOnTheFlyPass() 1667 Pass* MPPassManager::getOnTheFlyPass(Pass *MP, AnalysisID PI, Function &F){ in getOnTheFlyPass()
|
| D | PassRegistry.cpp | 57 void PassRegistry::registerPass(const PassInfo &PI, bool ShouldFree) { in registerPass()
|
| D | BasicBlock.cpp | 241 const_pred_iterator PI = pred_begin(this), E = pred_end(this); in getSinglePredecessor() local 254 const_pred_iterator PI = pred_begin(this), E = pred_end(this); in getUniquePredecessor() local
|
| /third_party/python/Lib/test/ |
| D | double_const.py | 12 PI = 3.14159265358979324 variable
|
| /third_party/skia/docs/examples/ |
| D | convex_overstroke_linear_approx_curve.cpp | 11 const float PI = 3.1415926; in draw() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonMachineScheduler.cpp | 292 for (const SDep &PI : SU->Preds) { in releaseTopNode() local 652 for (const SDep &PI : SU->Preds) in SchedulingCost() local 706 for (const SDep &PI : SU->Preds) { in SchedulingCost() local 732 for (const auto &PI : SU->Preds) { in SchedulingCost() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | PassManager.h | 497 PassInstrumentation PI = in run() local 924 typename AnalysisPassMapT::iterator PI = AnalysisPasses.find(ID); in lookUpPass() local 932 typename AnalysisPassMapT::const_iterator PI = AnalysisPasses.find(ID); in lookUpPass() local 954 PassInstrumentation PI; in getResultImpl() local 1297 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(M); in run() local 1422 PassInstrumentation PI = in run() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
| D | LoopPassManager.cpp | 34 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(L, AR); in run() local
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| D | descriptor_pool_test2.proto | 55 PI = 16; enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | EarlyIfConversion.cpp | 511 PHIInfo &PI = PHIs.back(); in canConvertIf() local 568 PHIInfo &PI = PHIs[i]; in replacePHIInstrs() local 588 PHIInfo &PI = PHIs[i]; in rewritePHIOperands() local 842 SSAIfConv::PHIInfo &PI = IfConv.PHIs[i]; in shouldConvertIf() local
|
| D | GCMetadata.cpp | 119 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE; in runOnFunction() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_xbr.c | 92 #define FILT2(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument 126 #define FILT3(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument 168 #define FILT4(PE, PI, PH, PF, PG, PC, PD, PB, PA, G5, C4, G0, D0, C1, B1, F4, I4, H5, I5, A0, A1, … argument 272 const uint32_t PI = sa3[pnext]; in xbr_filter() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCEarlyReturn.cpp | 65 for (MachineBasicBlock::pred_iterator PI = ReturnMBB.pred_begin(), in processBlock() local
|
| D | PPCCTRLoops.cpp | 181 for (MachineBasicBlock::pred_iterator PI = MBB->pred_begin(), in verifyCTRBranch() local
|
| /third_party/python/Lib/test/test_json/ |
| D | test_enum.py | 17 PI = 3.141593 variable
|