/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | PassManagerImpl.h | 32 const PassInstrumentation &PI; in run() local 63 PassInstrumentation PI = in run() local 121 if (auto *PI = getCachedResult<PassInstrumentationAnalysis>(IR)) in clear() local 149 PassInstrumentation PI; in getResultImpl() local 217 if (auto *PI = getCachedResult<PassInstrumentationAnalysis>(IR)) in invalidate() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ |
H A D | PassAnalysisSupport.h | 165 Pass *findImplPass(AnalysisID PI) { in findImplPass() 179 void addAnalysisImplsPair(AnalysisID PI, Pass *P) { in addAnalysisImplsPair() 214 const void *PI = &AnalysisType::ID; in getAnalysisIfAvailable() local 236 AnalysisType &Pass::getAnalysisID(AnalysisID PI) const { in getAnalysisID() 267 AnalysisType &Pass::getAnalysisID(AnalysisID PI, Function &F, bool *Changed) { in getAnalysisID()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | bugpoint.cpp | 88 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(ID); in add() local 159 for (const PassInfo *PI : PassList) in main() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Program.cpp | 40 ProcessInfo PI; in ExecuteAndWait() local 64 ProcessInfo PI; in ExecuteNoWait() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZHazardRecognizer.cpp | 176 PI = SchedModel->getWriteProcResBegin(SC), in dumpSU() local 297 PI = SchedModel->getWriteProcResBegin(SC), in EmitInstruction() local 401 PI = SchedModel->getWriteProcResBegin(SC), resourcesCost() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachinePassManager.cpp | 114 PassInstrumentation PI = FAM.getResult<PassInstrumentationAnalysis>(F); in run() local 144 PassInstrumentation PI = MFAM.getResult<PassInstrumentationAnalysis>(MF); in run() local
|
H A D | VLIWMachineScheduler.cpp | 311 for (const SDep &PI : SU->Preds) { in releaseTopNode() local 672 for (const SDep &PI : SU->Preds) in SchedulingCost() local 710 for (const SDep &PI : SU->Preds) { in SchedulingCost() local 736 for (const auto &PI : SU->Preds) { in SchedulingCost() local
|
H A D | MachineFunctionPass.cpp | 80 if (const PassInfo *PI = Pass::lookupPassInfo(getPassID())) in runOnFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPassManager.cpp | 77 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(L, AR); in runWithLoopNestPasses() local 158 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(L, AR); in runWithoutLoopNestPasses() local 204 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(F); in run() local [all...] |
H A D | LoopInstSimplify.cpp | 82 if (auto *PI = dyn_cast<PHINode>(&I)) in simplifyLoopInst() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LegacyPassManager.cpp | 674 const PassInfo *PI = findAnalysisPassInfo(P->getPassID()); in schedulePass() local 693 const PassInfo *PI = findAnalysisPassInfo(ID); in schedulePass() local 791 const PassInfo *&PI = AnalysisPassInfos[AID]; in findAnalysisPassInfo() local 844 if (const PassInfo *PI = findAnalysisPassInfo(P->getPassID())) { in dumpArguments() local 877 AnalysisID PI = P->getPassID(); in recordAvailableAnalysis() local 887 for (const PassInfo *PI : PInf->getInterfacesImplemented()) in recordAvailableAnalysis() local 1006 AnalysisID PI = P->getPassID(); in freePass() local 1013 for (const PassInfo *PI : PInf->getInterfacesImplemented()) { in freePass() local 1081 const PassInfo *PI = TPM->findAnalysisPassInfo(ID); in add() local 1176 if (const PassInfo *PI = in dumpPassArguments() local [all …]
|
H A D | Pass.cpp | 83 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(AID); in getPassName() local 197 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(ID); createPass() local 272 const PassInfo *PI = Pass::lookupPassInfo(Arg); addPreserved() local
|
H A D | PassRegistry.cpp | 49 void PassRegistry::registerPass(const PassInfo &PI, bool ShouldFree) { in registerPass()
|
H A D | PassManager.cpp | 111 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(M); in run() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | RegisterFileStatistics.cpp | 34 const MCExtraProcessorInfo &PI = SM.getExtraProcessorInfo(); in RegisterFileStatistics() local 123 const MCExtraProcessorInfo &PI = in printView() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ErlangGCPrinter.cpp | 88 GCFunctionInfo::iterator PI = MD.begin(); in finishAssembly() local
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesTypes.cpp | 80 for (auto &PI : Params) in dump() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | CGSCCPassManager.cpp | 68 PassInstrumentation PI = in run() local 172 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(M); in run() local 365 PassInstrumentation PI = in run() local 539 PassInstrumentation PI = FAM.getResult<PassInstrumentationAnalysis>(F); in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430FrameLowering.cpp | 244 MachineBasicBlock::iterator PI = std::prev(MBBI); in emitEpilogue() local 300 MachineBasicBlock::iterator PI = MBBI; in emitEpilogue() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExplodedGraph.cpp | 512 Pass2Ty::iterator PI = Pass2.find(Pred); in trim() local 524 Pass2Ty::iterator PI = Pass2.find(Succ); in trim() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 242 PredicateInfo &PI; member in llvm::PredicateInfoBuilder 281 PredicateInfoBuilder(PredicateInfo &PI, Function &F, DominatorTree &DT, in PredicateInfoBuilder() 832 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); in replaceCreatedSSACopys() local 868 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { in emitInstructionAnnot() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A 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
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMUnwindOpAsm.cpp | 51 void EmitPersonalityIndex(unsigned PI) { in EmitPersonalityIndex() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VETargetTransformInfo.h | 115 getVPLegalizationStrategy(const VPIntrinsic &PI) const { in getVPLegalizationStrategy()
|
/freebsd/usr.bin/pom/ |
H A D | pom.c | 56 #define PI 3.14159265358979323846 macro
|