Home
last modified time | relevance | path

Searched defs:PI (Results 1 – 25 of 127) sorted by relevance

123456

/freebsd-src/contrib/llvm-project/llvm/include/llvm/
H A DPassAnalysisSupport.h165 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-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerImpl.h38 : PI(PI), IR(IR) {} in clear() local
66 PassInstrumentation PI; getResultImpl() local
134 if (auto *PI = getCachedResult<PassInstrumentationAnalysis>(IR)) invalidate() local
[all...]
H A DPassManager.h526 PassInstrumentation PI = run() local
890 typename AnalysisPassMapT::iterator PI = AnalysisPasses.find(ID); lookUpPass() local
898 typename AnalysisPassMapT::const_iterator PI = AnalysisPasses.find(ID); lookUpPass() local
1351 PassInstrumentation PI = run() local
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp88 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(ID); in add() local
159 for (const PassInfo *PI : PassList) in main() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp40 ProcessInfo PI; in ExecuteAndWait() local
63 ProcessInfo PI; ExecuteNoWait() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp176 PI = SchedModel->getWriteProcResBegin(SC), in dumpSU() local
297 PI = SchedModel->getWriteProcResBegin(SC), in EmitInstruction() local
401 PI = SchedModel->getWriteProcResBegin(SC), in resourcesCost() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp77 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
H A DLoopInstSimplify.cpp82 if (auto *PI = dyn_cast<PHINode>(&I)) in simplifyLoopInst() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DRegisterFileStatistics.cpp34 const MCExtraProcessorInfo &PI = SM.getExtraProcessorInfo(); in RegisterFileStatistics() local
123 const MCExtraProcessorInfo &PI = in printView() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp695 if (!PI) { in schedulePass() local
676 const PassInfo *PI = findAnalysisPassInfo(P->getPassID()); schedulePass() local
793 const PassInfo *&PI = AnalysisPassInfos[AID]; findAnalysisPassInfo() local
847 if (const PassInfo *PI = findAnalysisPassInfo(P->getPassID())) { dumpArguments() local
880 AnalysisID PI = P->getPassID(); recordAvailableAnalysis() local
890 for (const PassInfo *PI : PInf->getInterfacesImplemented()) recordAvailableAnalysis() local
1009 AnalysisID PI = P->getPassID(); freePass() local
1016 for (const PassInfo *PI : PInf->getInterfacesImplemented()) { freePass() local
1084 const PassInfo *PI = TPM->findAnalysisPassInfo(ID); add() local
1179 if (const PassInfo *PI = dumpPassArguments() local
1300 getOnTheFlyPass(Pass * P,AnalysisID PI,Function & F) getOnTheFlyPass() argument
1650 getOnTheFlyPass(Pass * MP,AnalysisID PI,Function & F) getOnTheFlyPass() argument
[all...]
H A DPass.cpp83 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(AID); in getPassName() local
201 const PassInfo *PI = PassRegistry::getPassRegistry()->getPassInfo(ID); in createPass() local
276 const PassInfo *PI = Pass::lookupPassInfo(Arg); in addPreserved() local
H A DPassManager.cpp110 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(M); run() local
H A DPassRegistry.cpp49 void PassRegistry::registerPass(const PassInfo &PI, bool ShouldFree) { in registerPass()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp311 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) { SchedulingCost() local
[all...]
H A DMachinePassManager.cpp37 PassInstrumentation PI = MFAM.getResult<PassInstrumentationAnalysis>(M); run() local
H A DMachineFunctionPass.cpp79 if (const PassInfo *PI = Pass::lookupPassInfo(getPassID())) runOnFunction() local
H A DEarlyIfConversion.cpp517 PHIInfo &PI = PHIs.back(); in canConvertIf() local
621 PHIInfo &PI = PHIs[i]; replacePHIInstrs() local
649 PHIInfo &PI = PHIs[i]; rewritePHIOperands() local
966 SSAIfConv::PHIInfo &PI = IfConv.PHIs[i]; shouldConvertIf() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp88 GCFunctionInfo::iterator PI = MD.begin(); in finishAssembly() local
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesTypes.cpp80 for (auto &PI : Params) in dump() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp68 PassInstrumentation PI = in run() local
168 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(M); run() local
357 PassInstrumentation PI = run() local
531 PassInstrumentation PI = FAM.getResult<PassInstrumentationAnalysis>(F); run() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430FrameLowering.cpp245 unsigned Opc = PI->getOpcode(); in emitEpilogue() local
301 unsigned Opc = PI->getOpcode(); in emitEpilogue() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp512 Pass2Ty::iterator PI = Pass2.find(Pred); in trim() local
524 Pass2Ty::iterator PI = Pass2.find(Succ); in trim() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp242 PredicateInfo &PI; member in llvm::PredicateInfoBuilder
281 PredicateInfoBuilder(PredicateInfo &PI, Function &F, DominatorTree &DT, in PredicateInfoBuilder() argument
834 const auto *PI = PredInfo.getPredicateInfoFor(&Inst); replaceCreatedSSACopys() local
870 if (const auto *PI = PredInfo->getPredicateInfoFor(I)) { emitInstructionAnnot() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp226 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-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp51 void EmitPersonalityIndex(unsigned PI) { in EmitPersonalityIndex()

123456