HomeSort by relevance Sort by last modified time
    Searched refs:PA (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/lib/Transforms/ObjCARC/
DependencyAnalysis.h 58 ProvenanceAnalysis &PA);
62 ProvenanceAnalysis &PA);
67 CanUse(const Instruction *Inst, const Value *Ptr, ProvenanceAnalysis &PA,
74 ProvenanceAnalysis &PA, InstructionClass Class);
DependencyAnalysis.cpp 36 ProvenanceAnalysis &PA,
51 AliasAnalysis::ModRefBehavior MRB = PA.getAA()->getModRefBehavior(CS);
58 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
72 ProvenanceAnalysis &PA, InstructionClass Class) {
83 if (!IsPotentialRetainableObjPtr(ICI->getOperand(1), *PA.getAA()))
90 if (IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Ptr, Op))
100 return IsPotentialRetainableObjPtr(Op, *PA.getAA()) && PA.related(Op, Ptr)
    [all...]
ObjCARCContract.cpp 54 ProvenanceAnalysis PA;
191 DependingInstructions, Visited, PA);
195 DependingInstructions, Visited, PA);
269 if (CanUse(Inst, Load, PA, Class))
359 PA.setAA(&getAnalysis<AliasAnalysis>());
ObjCARCOpts.cpp 705 ProvenanceAnalysis PA;
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 713 PA = 43, // PA Pennsylvania
748 PA, PA, PA, PA, PA, PA, PA, PA, PA, PA, // 150-15
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.c 68 #define PA 1
155 PA , // PA 0 ** 22 ** D22
156 PA , // PA 1 ** 23 ** D23
157 PA , // PA 2 ** 24 ** D24
158 PA , // PA 3 ** 25 ** D25
159 PA , // PA 4 ** 26 ** D26
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp 129 TentativeParsingAction PA(*this);
131 PA.Revert();
272 TentativeParsingAction PA(*this);
304 PA.Revert();
349 TentativeParsingAction PA(*this);
390 PA.Revert();
442 TentativeParsingAction PA(*this);
454 PA.Revert();
476 PA.Revert();
498 PA.Revert()
    [all...]
ParseStmt.cpp     [all...]
ParseExprCXX.cpp 770 TentativeParsingAction PA(*this);
775 PA.Revert();
779 PA.Commit();
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/libffi/src/
prep_cif.c 113 #if !defined M68K && !defined __x86_64__ && !defined S390 && !defined PA
137 #if !defined __x86_64__ && !defined S390 && !defined PA
  /external/llvm/lib/IR/
Attributes.cpp 41 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint);
43 if (!PA) {
46 PA = !Val ?
49 pImpl->AttrsSet.InsertNode(PA, InsertPoint);
53 return Attribute(PA);
63 AttributeImpl *PA = pImpl->AttrsSet.FindNodeOrInsertPos(ID, InsertPoint);
65 if (!PA) {
68 PA = new AttributeImpl(Context, Kind, Val);
69 pImpl->AttrsSet.InsertNode(PA, InsertPoint);
73 return Attribute(PA);
    [all...]
Core.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp 136 void checkObjCPropertyRefExpr(const ObjCPropertyRefExpr *PA);
609 const ObjCPropertyRefExpr *PA) {
611 if (PA->isExplicitProperty()) {
612 const ObjCPropertyDecl *PD = PA->getExplicitProperty();
622 if (PA->isImplicitProperty()) {
623 const ObjCMethodDecl *MD = PA->getImplicitPropertySetter();
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 241 ProfileAnnotator PA(PI);
244 M.print(outs(), &PA);
249 (*I)->print(outs(), &PA);
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 105 HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/openssl/crypto/modes/asm/
ghash-parisc.pl 14 # 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
  /external/openssl/crypto/bn/asm/
pa-risc2.s 2 ; 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
    [all...]
pa-risc2W.s 2 ; 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
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp     [all...]

Completed in 1020 milliseconds

1 2