Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManagerImpl.h32 const PassInstrumentation Π 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 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/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/contrib/llvm-project/llvm/lib/Support/
H A DProgram.cpp40 ProcessInfo PI; in ExecuteAndWait() local
64 ProcessInfo PI; in ExecuteNoWait() local
/freebsd/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), resourcesCost() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp114 PassInstrumentation PI = FAM.getResult<PassInstrumentationAnalysis>(F); in run() local
144 PassInstrumentation PI = MFAM.getResult<PassInstrumentationAnalysis>(MF); in run() local
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) { in SchedulingCost() local
H A DMachineFunctionPass.cpp80 if (const PassInfo *PI = Pass::lookupPassInfo(getPassID())) in runOnFunction() local
/freebsd/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
[all...]
H A DLoopInstSimplify.cpp82 if (auto *PI = dyn_cast<PHINode>(&I)) in simplifyLoopInst() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp674 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 DPass.cpp83 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 DPassRegistry.cpp49 void PassRegistry::registerPass(const PassInfo &PI, bool ShouldFree) { in registerPass()
H A DPassManager.cpp111 PassInstrumentation PI = AM.getResult<PassInstrumentationAnalysis>(M); in run() local
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp88 GCFunctionInfo::iterator PI = MD.begin(); in finishAssembly() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesTypes.cpp80 for (auto &PI : Params) in dump() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp68 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 DMSP430FrameLowering.cpp244 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 DExplodedGraph.cpp512 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 DPredicateInfo.cpp242 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 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/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp51 void EmitPersonalityIndex(unsigned PI) { in EmitPersonalityIndex() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVETargetTransformInfo.h115 getVPLegalizationStrategy(const VPIntrinsic &PI) const { in getVPLegalizationStrategy()
/freebsd/usr.bin/pom/
H A Dpom.c56 #define PI 3.14159265358979323846 macro

123456