Home
last modified time | relevance | path

Searched refs:PRE (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp82 if (ObjCPropertyRefExpr *PRE = in scan_ivar_release() local
84 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD) in scan_ivar_release()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DTargetSchedule.cpp281 *PRE = STI->getWriteProcResEnd(SCDesc); PRI != PRE; ++PRI) { in computeOutputLatency() local
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaPseudoObject.cpp501 const ObjCPropertyRefExpr *PRE) { in LookupMethodInReceiverType() argument
502 if (PRE->isObjectReceiver()) { in LookupMethodInReceiverType()
504 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>(); in LookupMethodInReceiverType()
508 S.isSelfExpr(const_cast<Expr*>(PRE->getBase()))) { in LookupMethodInReceiverType()
521 if (PRE->isSuperReceiver()) { in LookupMethodInReceiverType()
523 PRE->getSuperReceiverType()->getAs<ObjCObjectPointerType>()) in LookupMethodInReceiverType()
526 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false); in LookupMethodInReceiverType()
529 assert(PRE->isClassReceiver() && "Invalid expression"); in LookupMethodInReceiverType()
530 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); in LookupMethodInReceiverType()
DSemaExprObjC.cpp1451 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(RExpr)) { in DiagnoseARCUseOfWeakReceiver() local
1452 if (PRE->isImplicitProperty()) { in DiagnoseARCUseOfWeakReceiver()
1453 GDecl = PRE->getImplicitPropertyGetter(); in DiagnoseARCUseOfWeakReceiver()
1459 PDecl = PRE->getExplicitProperty(); in DiagnoseARCUseOfWeakReceiver()
DSemaChecking.cpp6824 ObjCPropertyRefExpr *PRE in checkUnsafeExprAssigns() local
6826 if (PRE && !PRE->isImplicitProperty()) { in checkUnsafeExprAssigns()
6827 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
6851 if (PRE) { in checkUnsafeExprAssigns()
6852 if (PRE->isImplicitProperty()) in checkUnsafeExprAssigns()
6854 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
/freebsd-9-stable/contrib/gcc/
Dtimevar.def92 DEFTIMEVAR (TV_TREE_PRE , "tree PRE")
135 DEFTIMEVAR (TV_PRE , "PRE")
Dparams.def208 /* The number of repetitions of copy/const prop and PRE to run. */
Dcommon.opt998 Enable SSA-PRE optimization on trees
DChangeLog.tree-ssa245 * doc/passes.texi: Add blurb about PRE.
5568 (pre_expression): Don't PRE when we only have 1 occurrence.
8344 * tree-optimize.c (optimize_function_tree): Move PRE before DCE.
9460 Do not disable dominator optimizations when PRE is enabled.
10549 SSA-PRE is also specified.
12252 occurrence and modifying it, as every other PRE implementation
12255 currently disabled till load PRE is reimplemented).
13567 * Remove dead PRE code.
14077 just ones we might consider candiates for PRE.
14544 preparation for load/store PRE). No more uses of ref_expr, proper
[all …]
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMScheduleSwift.td1387 (instregex "LD(RB|R)(_|T_)(POST|PRE)_(IMM|REG)", "LDRH(_PRE|_POST)",
1389 "t2LD(R|RB|RH)_(PRE|POST)", "t2LD(R|RB|RH)T")>;
1399 (instregex "LDRD_(POST|PRE)", "t2LDRD_(POST|PRE)")>;
1517 "STR(i|r)_preidx", "STRB(i|r)_preidx", "STRH_preidx", "STR(H_|HT_)(PRE|POST)",
1518 "STR(BT|HT|T)", "t2STR_(PRE|POST)", "t2STR[BH]_(PRE|POST)",
1526 (instregex "(t2|t)STRD_(POST|PRE)", "STRD_(POST|PRE)")>;
/freebsd-9-stable/contrib/llvm/utils/TableGen/
DSubtargetEmitter.cpp808 PRE = PM.ProcResourceDefs.end(); in ExpandProcResources() local
809 PRI != PRE; ++PRI) { in ExpandProcResources()
/freebsd-9-stable/contrib/xz/po/
Dfr.po618 " preset=PRE reset options to a preset (0-9[e])\n"
631 " preset=PRE remettre les options à un préréglage (0-9[e])\n"
Dpl.po617 " preset=PRE reset options to a preset (0-9[e])\n"
631 " preset=PRE ustawienie opcji na predefiniowane (0-9[e])\n"
Dxz.pot556 " preset=PRE reset options to a preset (0-9[e])\n"
Dde.po662 " preset=PRE reset options to a preset (0-9[e])\n"
Dit.po668 " preset=PRE reset options to a preset (0-9[e])\n"
Dcs.po643 " preset=PRE reset options to a preset (0-9[e])\n"
/freebsd-9-stable/contrib/gcc/doc/
Dpasses.texi395 This is a simpler form of PRE that only eliminate redundancies that
703 If MR PRE GCSE is done, code hoisting (aka unification) is also done, as
/freebsd-9-stable/contrib/ntp/
DCommitLog563 ntp-4.2.8p9-PRE
566 ntp-4.2.8p9-PRE
569 ntp-4.2.8p9-PRE
572 ntp-4.2.8p9-PRE
575 ntp-4.2.8p9-PRE
578 ntp-4.2.8p9-PRE
581 ntp-4.2.8p9-PRE
584 ntp-4.2.8p9-PRE
587 ntp-4.2.8p9-PRE
590 ntp-4.2.8p9-PRE
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp3818 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { in SynthesizeBlockCall() local
3819 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
DRewriteModernObjC.cpp4763 else if (const ParenExpr *PRE = dyn_cast<ParenExpr>(BlockExp)) { in SynthesizeBlockCall() local
4764 return SynthesizeBlockCall(Exp, PRE->getSubExpr()); in SynthesizeBlockCall()
/freebsd-9-stable/games/fortune/datfiles/
Dzippy1027 INDICATORS, the PRE-INFLATIONARY risks will DWINDLE to a rate of 2
/freebsd-9-stable/contrib/less/
Dless.man615 Ignore the LESSOPEN environment variable (see the INPUT PRE-
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-20013456 Remove extra test for ENUMERAL_TYPE in {PRE,POST}INCREMENT_EXPR.
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-92951159 * config/tc-m68k.c (m68k_ip) [case POST/PRE/BASE]: Fix typo when
1630 DISP handling. Check m68k_rel32 in BASE/POST/PRE handling.
1805 to POST. Rename APRDX to PRE. Remove AMIND. Rename MSCR to
2675 address is just "[Reg]" then convert into a PRE-INCREMENT UP format.

12