Searched refs:PA (Results 126 - 150 of 161) sorted by relevance

1234567

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp258 auto PA = getLoopPassPreservedAnalyses();
260 PA.preserve<DominatorTreeAnalysis>();
261 PA.preserve<LoopAnalysis>();
263 PA.preserve<MemorySSAAnalysis>();
265 return PA;
H A DLoopIdiomRecognize.cpp277 auto PA = getLoopPassPreservedAnalyses();
279 PA.preserve<MemorySSAAnalysis>();
280 return PA;
H A DIndVarSimplify.cpp2852 auto PA = getLoopPassPreservedAnalyses();
2853 PA.preserveSet<CFGAnalyses>();
2855 PA.preserve<MemorySSAAnalysis>();
2856 return PA;
H A DRewriteStatepointsForGC.cpp155 PreservedAnalyses PA; local
156 PA.preserve<TargetIRAnalysis>();
157 PA.preserve<TargetLibraryAnalysis>();
158 return PA;
H A DLowerMatrixIntrinsics.cpp1873 PreservedAnalyses PA; local
1874 PA.preserveSet<CFGAnalyses>();
1875 return PA;
H A DSimpleLoopUnswitch.cpp2926 auto PA = getLoopPassPreservedAnalyses(); local
2928 PA.preserve<MemorySSAAnalysis>();
2929 return PA;
H A DSROA.cpp4725 PreservedAnalyses PA;
4726 PA.preserveSet<CFGAnalyses>();
4727 PA.preserve<GlobalsAA>();
4728 return PA;
4755 auto PA = Impl.runImpl(
4758 return !PA.areAllPreserved();
H A DNewGVN.cpp4244 PreservedAnalyses PA;
4245 PA.preserve<DominatorTreeAnalysis>();
4246 PA.preserve<GlobalsAA>();
4247 return PA;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h922 bool invalidate(Function &F, const PreservedAnalyses &PA,
H A DAliasAnalysis.h383 bool invalidate(Function &F, const PreservedAnalyses &PA,
H A DLazyCallGraph.h940 bool invalidate(Module &, const PreservedAnalyses &PA,
H A DLoopInfo.h1082 bool invalidate(Function &F, const PreservedAnalyses &PA,
H A DMemorySSA.h940 bool invalidate(Function &F, const PreservedAnalyses &PA,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h1129 PartialDiagnosticAt PA, Sema &S, OverloadCandidateDisplayKind OCD,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp2258 Function &F, const PreservedAnalyses &PA,
2260 auto PAC = PA.getChecker<MemorySSAAnalysis>();
2262 Inv.invalidate<AAManager>(F, PA) ||
2263 Inv.invalidate<DominatorTreeAnalysis>(F, PA);
2257 invalidate( Function &F, const PreservedAnalyses &PA, FunctionAnalysisManager::Invalidator &Inv) argument
H A DDependenceAnalysis.cpp3467 bool DependenceInfo::invalidate(Function &F, const PreservedAnalyses &PA, argument
3470 auto PAC = PA.getChecker<DependenceAnalysis>();
3475 return Inv.invalidate<AAManager>(F, PA) ||
3476 Inv.invalidate<ScalarEvolutionAnalysis>(F, PA) ||
3477 Inv.invalidate<LoopAnalysis>(F, PA);
H A DLazyCallGraph.cpp217 bool LazyCallGraph::invalidate(Module &, const PreservedAnalyses &PA, argument
221 auto PAC = PA.getChecker<llvm::LazyCallGraphAnalysis>();
H A DLazyValueInfo.cpp1553 bool LazyValueInfo::invalidate(Function &F, const PreservedAnalyses &PA,
1557 auto PAC = PA.getChecker<LazyValueAnalysis>();
/freebsd-13-stable/sys/dev/usb/net/
H A Dif_kue.c140 KUE_DEV(SHARK, PA),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3801 PreservedAnalyses PA;
3802 PA.preserveSet<CFGAnalyses>();
3803 PA.preserve<AAManager>();
3804 PA.preserve<BasicAA>();
3805 PA.preserve<GlobalsAA>();
3806 return PA;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp2102 auto PA = PreservedAnalyses();
2103 PA.preserve<GlobalsAA>();
2104 return PA;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h631 void addPhi(NodeAddr<PhiNode*> PA, const DataFlowGraph &G);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8103 PreservedAnalyses PA;
8110 PA.preserve<LoopAnalysis>();
8111 PA.preserve<DominatorTreeAnalysis>();
8113 PA.preserve<BasicAA>();
8114 PA.preserve<GlobalsAA>();
8116 PA.preserveSet<CFGAnalyses>();
8117 return PA;
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp912 static bool TopoOrderRC(const CodeGenRegisterClass &PA, argument
914 auto *A = &PA;
/freebsd-13-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl17 # SHA256/512 block procedure for PA-RISC.
22 # PA-7100LC. Compared to code generated by vendor compiler this
24 # virtually same performance in 32-bit build on PA-8600.
27 # PA-7100LC, PA-RISC 1.1 processor. Then implementation detects if the
28 # code is executed on PA-RISC 2.0 processor and switches to 64-bit
31 # vendor compiler on PA-8600...
277 extrd,u,*= $t1,%sar,1,$t1 ; executes on PA-RISC 1.0
360 if ($SZ==8 && $SIZE_T==4) # SHA512 for 32-bit PA-RISC 1.0
692 .STRINGZ "SHA`64*$SZ` block transform for PA
[all...]

Completed in 219 milliseconds

1234567