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

1234567

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h988 bool invalidate(Function &F, const PreservedAnalyses &PA,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5677 PreservedAnalyses PA;
5678 PA.preserveSet<CFGAnalyses>();
5679 PA.preserve<AAManager>();
5680 PA.preserve<GlobalsAA>();
5681 return PA;
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dparisc-mont.pl17 # On PA-7100LC this module performs ~90-50% better, less for longer
18 # keys, than code generated by gcc 3.2 for PA-RISC 1.1. Latter means
27 # for PA-RISC 1.1, but the "baseline" is far from optimal. The actual
28 # improvement coefficient was never collected on PA-7100LC, or any
30 # vendor compiler. But to give you a taste, PA-RISC 1.1 code path
32 # of ~5x on PA-8600.
34 # On PA-RISC 2.0 it has to compete with pa-risc2[W].s, which is
43 # 32x32=64-bit multiplication is the best even PA-RISC 2.0 can do,
49 # seem to exhaust memory port capacity. And indeed, dedicated PA-RISC
55 # PA
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1709 TentativeParsingAction PA(*this);
1735 PA.Revert();
H A DParseDecl.cpp2559 TentativeParsingAction PA(*this);
2562 PA.Revert();
5956 RevertingTentativeParsingAction PA(*this);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp1503 for (const TemplateArgument &PA : TemplateArgs)
1504 mangleTemplateArg(TD, PA, Parm);
2053 Out << "PA";
2057 Out << "PA";
2061 Out << "PA";
2065 Out << "PA";
2069 Out << "PA";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5826 auto PA = getLoopPassPreservedAnalyses();
5828 PA.preserve<MemorySSAAnalysis>();
5829 return PA;
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-dev.c1175 XGMAC_SET_BITS(mdio_sca, MAC_MDIOSCAR, PA, port);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11908 Function &F, const PreservedAnalyses &PA,
11912 auto PAC = PA.getChecker<ScalarEvolutionAnalysis>();
11914 Inv.invalidate<AssumptionAnalysis>(F, PA) ||
11915 Inv.invalidate<DominatorTreeAnalysis>(F, PA) ||
11916 Inv.invalidate<LoopAnalysis>(F, PA);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp3701 Align PA = V.getPointerAlignment(DL);
3702 T.takeKnownMaximum(PA.value());
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh2460 PA/Czi6EC4Pm9ryBJMlGSPAbJwtMHVzlOLfu7+QhSQb3Hsp+UeTcPNkoo4KQjxle

Completed in 322 milliseconds

1234567