Searched refs:PA (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.h58 ProvenanceAnalysis &PA);
62 ProvenanceAnalysis &PA);
67 CanUse(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA,
74 ProvenanceAnalysis &PA, InstructionClass Class);
H A DDependencyAnalysis.cpp36 ProvenanceAnalysis &PA,
52 AliasAnalysis::ModRefBehavior MRB = PA.getAA()->getModRefBehavior(CS);
59 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
73 ProvenanceAnalysis &PA, InstructionClass Class) {
84 if (!IsPotentialRetainableObjPtr(ICI->getOperand(1), *PA.getAA()))
91 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
101 return IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA
35 CanAlterRefCount(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, InstructionClass Class) argument
72 CanUse(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA, InstructionClass Class) argument
117 Depends(DependenceKind Flavor, Instruction *Inst, const Value *Arg, ProvenanceAnalysis &PA) argument
205 FindDependencies(DependenceKind Flavor, const Value *Arg, BasicBlock *StartBB, Instruction *StartInst, SmallPtrSet<Instruction *, 4> &DependingInsts, SmallPtrSet<const BasicBlock *, 4> &Visited, ProvenanceAnalysis &PA) argument
[all...]
H A DObjCARCOpts.cpp993 ProvenanceAnalysis PA; member in class:__anon2614::ObjCARCOpt
1581 DependingInstructions, Visited, PA);
1587 DependingInstructions, Visited, PA);
1884 if (CanAlterRefCount(Inst, Ptr, PA, Class)) {
1908 if (CanUse(Inst, Ptr, PA, Class)) {
1936 if (CanUse(Inst, Ptr, PA, Class)) {
2117 if (CanAlterRefCount(Inst, Ptr, PA, Class)) {
2146 if (CanUse(Inst, Ptr, PA, Class)) {
2683 switch (PA.getAA()->alias(Arg, EarlierArg)) {
2713 switch (PA
2827 HasSafePathToPredecessorCall(const Value *Arg, Instruction *Retain, SmallPtrSet<Instruction *, 4> &DepInsts, SmallPtrSet<const BasicBlock *, 4> &Visited, ProvenanceAnalysis &PA) argument
2855 FindPredecessorRetainWithSafePath(const Value *Arg, BasicBlock *BB, Instruction *Autorelease, SmallPtrSet<Instruction *, 4> &DepInsts, SmallPtrSet<const BasicBlock *, 4> &Visited, ProvenanceAnalysis &PA) argument
2882 FindPredecessorAutoreleaseWithSafePath(const Value *Arg, BasicBlock *BB, ReturnInst *Ret, SmallPtrSet<Instruction *, 4> &DepInsts, SmallPtrSet<const BasicBlock *, 4> &V, ProvenanceAnalysis &PA) argument
[all...]
H A DObjCARCContract.cpp54 ProvenanceAnalysis PA; member in class:__anon2607::ObjCARCContract
247 DependingInstructions, Visited, PA);
251 DependingInstructions, Visited, PA);
325 if (CanUse(Inst, Load, PA, Class))
416 PA.setAA(&getAnalysis<AliasAnalysis>());
/freebsd-10.0-release/share/colldef/
H A Dhr_HR.ISO8859-2.src11 <NU>;...;<US>;<PA>;...;<AC>;\
H A Dsl_SI.ISO8859-2.src11 <NU>;...;<US>;<PA>;...;<AC>;\
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseTentative.cpp129 TentativeParsingAction PA(*this);
131 PA.Revert();
286 TentativeParsingAction PA(*this);
318 PA.Revert();
363 TentativeParsingAction PA(*this);
404 PA.Revert();
456 TentativeParsingAction PA(*this);
468 PA.Revert();
490 PA.Revert();
512 PA
[all...]
H A DParseExprCXX.cpp786 TentativeParsingAction PA(*this);
791 PA.Revert();
795 PA.Commit();
H A DParseStmt.cpp2457 TentativeParsingAction PA(*this);
2461 PA.Commit();
2465 PA.Revert();
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp41 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); local
43 if (!PA) {
46 PA = !Val ?
49 pImpl->AttrsSet.InsertNode(PA, InsertPoint);
53 return Attribute(PA);
63 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint); local
65 if (!PA) {
68 PA = new AttributeImpl(Context, Kind, Val);
69 pImpl->AttrsSet.InsertNode(PA, InsertPoint);
73 return Attribute(PA);
424 AttributeSetNode *PA = local
542 AttributeSetImpl *PA = pImpl->AttrsLists.FindNodeOrInsertPos(ID, InsertPoint); local
[all...]
H A DCore.cpp1437 void LLVMAddFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA) { argument
1440 AttrBuilder B(PA);
1460 void LLVMRemoveFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA) { argument
1463 AttrBuilder B(PA);
1535 void LLVMAddAttribute(LLVMValueRef Arg, LLVMAttribute PA) { argument
1537 AttrBuilder B(PA);
1541 void LLVMRemoveAttribute(LLVMValueRef Arg, LLVMAttribute PA) { argument
1543 AttrBuilder B(PA);
1745 LLVMAttribute PA) {
1747 AttrBuilder B(PA);
1744 LLVMAddInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute PA) argument
1754 LLVMRemoveInstrAttribute(LLVMValueRef Instr, unsigned index, LLVMAttribute PA) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp136 void checkObjCPropertyRefExpr(const ObjCPropertyRefExpr *PA);
630 const ObjCPropertyRefExpr *PA) {
632 if (PA->isExplicitProperty()) {
633 const ObjCPropertyDecl *PD = PA->getExplicitProperty();
643 if (PA->isImplicitProperty()) {
644 const ObjCMethodDecl *MD = PA->getImplicitPropertySetter();
629 checkObjCPropertyRefExpr( const ObjCPropertyRefExpr *PA) argument
/freebsd-10.0-release/contrib/llvm/tools/llvm-prof/
H A Dllvm-prof.cpp241 ProfileAnnotator PA(PI);
244 M.print(outs(), &PA); local
249 (*I)->print(outs(), &PA);
/freebsd-10.0-release/usr.bin/tip/tip/
H A Dremote.c62 &ES, &EX, &FO, &RC, &RE, &PA
H A Dvars.c115 "par", (char *)&PA },
H A Dtip.h71 char *PA; /* parity to be generated */ variable
/freebsd-10.0-release/crypto/heimdal/tools/
H A Dkdc-log-analyze.pl464 } elsif (/Failed to decrypt PA-DATA -- (.+)$/) {
482 } elsif (/No PA-ENC-TIMESTAMP --/) {
/freebsd-10.0-release/contrib/llvm/include/llvm-c/
H A DCore.h1743 void LLVMAddFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA);
1762 void LLVMRemoveFunctionAttr(LLVMValueRef Fn, LLVMAttribute PA);
1850 void LLVMAddAttribute(LLVMValueRef Arg, LLVMAttribute PA);
1857 void LLVMRemoveAttribute(LLVMValueRef Arg, LLVMAttribute PA);
/freebsd-10.0-release/crypto/openssl/crypto/modes/asm/
H A Dghash-parisc.pl14 # uses 256 bytes per-key table [+128 bytes shared table]. On PA-7100LC
16 # fast as code generated by gcc 3.2. PA-RISC 2.0 loop is scheduled for
17 # 8 cycles, but measured performance on PA-8600 system is ~9 cycles per
80 $rem2="%r6"; # used in PA-RISC 2.0 code
118 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
373 extrd,u,*= $rem,%sar,1,$rem ; executes on PA-RISC 1.0
625 .STRINGZ "GHASH for PA-RISC, GRYPTOGAMS by <appro\@openssl.org>"
629 # Explicitly encode PA-RISC 2.0 instructions used in this module, so
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s2 ; PA-RISC 2.0 implementation of bn_asm code, based on the
13 ; See http://devresource.hp.com/ for more details on the PA-RISC
14 ; architecture. Also see the book "PA-RISC 2.0 Architecture"
160 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
329 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
H A Dpa-risc2W.s2 ; PA-RISC 64-bit implementation of bn_asm code
7 ; See http://devresource.hp.com/ for more details on the PA-RISC
8 ; architecture. Also see the book "PA-RISC 2.0 Architecture"
152 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
319 ; PA-RISC 2.0 chips have two fully pipelined multipliers, thus
/freebsd-10.0-release/sys/contrib/dev/ipw/
H A Dipw2100-1.3-p.fw.uu307 M`%``>N!7`@8`(-`.```@``":!F"`1_XO`+@A*/R!+0C\_TU`@,PA*`!ZX%<!
586 M``":!F`0`*X)!(#M"Q00;@L@@`\X"'Z.0PA^CE,$/@X0,#@``"```#8.$``X
1703 M9(`&$'#=```@`".$!PA>@(80/(`'"`$$``@0?@!@`'K@5P2`!@B!`0`@D-T`
1729 M``*!$!``K@D4`,X)4.$``"``&`#N"02`[0L@@`\X)!!N"PA^CE,)!"`(!@).
1776 M"``"`$`,?L!!`)[G42<$)PA`_@!@`'K@5U#H```@``)8`"`@_@!@`'K@5X)6
1791 M(``R"`<(6H"&$#H$)PA>@H80````4*2`AA````!0HH"&$)#J```@`*"`AA`!
1941 M"`C_@4T0B(@("+```0`@``!ZX%>"!@`@^H4-"/Z!31#`?PA`_(%M""#^/V``
2072 M5P(!`"`0%`$`(```FJ91``0`(``;YU>"```@`(*@88``1PA\`"<(@(0`$#`4
2073 M`0`@`'P`)PA\`@$0%(!("/]_(4`4@@@0`*JJ4G0J!Q"0*@<04!0!`"```'KI
2829 M`!``?!]@[-X"```:0!``?-]A3N`"```$!P@PA`
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DItaniumMangle.cpp3186 for (TemplateArgument::pack_iterator PA = A.pack_begin(),
3188 PA != PAEnd; ++PA)
3189 mangleTemplateArg(*PA);
/freebsd-10.0-release/sys/contrib/dev/uath/
H A Dar5523.bin.uu363 M$"$PA``!)(0``0#D."$`Y"`K`,(P(0#$,"&NA@`0KH<`%)9$``J.B``XCHD`
364 M/(YE!:@PA`__`21((0$D("L!`D`A`01`(:Z(`#BNB0`\!*(``:Y@!:B.8ANT
899 M("&4B```)C$``0`1*$``"""```@9`@`($H(PA``_,&,`/Z9$`#*F0@`BID,`
955 M_Q"F0@`D`!`2PA``_PVF0@`F`%(0(20#``JD0P#2)`(`#Q``_Q"F0@`D,$(`
960 M$*2B`18\`H`"$`#]U"17./@PA/__+(0P`C"E__\4@``=,,;__SP"@`(D21U$
969 M+$)``#A"````PA@+,&+__RR$0````BO".(0````"$L(`I!`+IZ,``*>B```0
1007 M``D`0Q`E``0D``!$$"6/I``$CZ,````%+@``11`E``0@)P!5$"8PA/__``,8
1019 M$"6/I``$`%40)H^C``"OH@`<CZ(`2``$("<PA/__``,8)Z^D`!2OHP`,K[X`
1025 M`((@(2S#``BLX@`(K(4``!1@__,DYP`(CH(``#0#C``"PA`A`$,0(8^C``"L
1026 M0P``CH(``#0#C`0"PA`
[all...]
/freebsd-10.0-release/sys/dev/usb/net/
H A Dif_kue.c134 KUE_DEV(SHARK, PA),

Completed in 388 milliseconds

12